CodetheChangeFoundation / ywca

YWCA Projects Website
MIT License
2 stars 0 forks source link

Adds footer text widget, also enables widgets for the theme #16

Closed klapeyre closed 5 years ago

klapeyre commented 5 years ago

This adds one widget to the functions.php file (each init functions initializes one to many widgets - we can either organize as all in one go, or have an init function for each group of widgets - whichever you prefer).

@sumeetgrewal @nanbul98 This should allow you to enter text into a text widget, then call it using the following php: <?php dynamic_sidebar( 'widget_id' ); ?> in the footer.php file. I tried it out and it renders exactly as @nanbul98 has it on her current footer branch. Because it is a text widget, it wraps the text in a

tag, and you don't need to enter a title.


screen shot 2018-11-05 at 3 49 52 pm