Replace widget title with custom title and HTML
Adding this snippet to the functions.php will let you use a filter to replace the widget title with custom title and or html.
read moreDisable sidebar widgets on specific posts
Adding this snippet to the functions.php of your wordpress theme will let you disable widgets on specific posts by updating the array on line 3 with post ID’s. Please note that this is a comma separated list of ID’s.
read moreRemove recent comments wp_head CSS
Adding this snippet to the functions.php of your wordpress theme will remove the CSS added to the header for the recent comments widget.
read morethis months featured snippets
Replace dashboard news feed with another rss feed
Adding this snippet to the functions.php of your wordpress theme will let you replace the existing RSS feed widget with another RSS feed. Change YOUR_FEED_NAME with the name you wish to display in the widget title this is located on line 09. You will need to also make adjustments to “url, title, items, show_summery, show_author, show_date” located from line 14-19.
read moreDisable widget areas on specific pages of your blog
Adding this snippet to the functions.php of your wordpress theme will disable widgets on the specified page.
read moreMultiple widgetized areas using an array of names
Adding this snippet to the functions.php of your wordpress them will enable multiple widgetized areas without all the repetitive code. This is a simple but worth while little snippet you should get some great use from.
read moreForce categories widget to display empty categories
As you may already know the wordpress categories widget does not provide the option to display empty categories. Adding this snippet to the functions.php of your wordpress theme will force the categories widget to display empty categories.
read moreEnable oEmbed in Text/HTML Widgets
Adding this PHP snippet to the functions.php of your wordpress theme will enable oembed for widgets.
read more













