Fantasy E-books by PhenomenalPen

Day: January 3, 2017 Archives

Creating WordPress Theme – Widgetizing Custom Theme

In your WordPress dashboard, when your creating a custom theme. The Widgets link may not be accessible in your Appearance tab. You need to register or create a new sidebar (this is where widgets can be placed) so that your theme can support implementing widgets. In your functions.php file add : function sub_container_sidebar_centered() { register_sidebar( […]