Programming-2

How To Highlight Search Results In WordPress

Adding the following snippet will let you highlight search results in WordPress.

Snippet Source/Credit: WPRecipes.com

How To Include Future Post In RSS Feed In WordPress

Adding the following snippet to your theme’s functions.php file will let you include future post in RSS feed in WordPress.

Snippet Source/Credit: WP-Snippets.com

How To Post Classes For The Loop In WordPress

Adding the following snippet to your theme’s functions.php file will let you post classes for the loop in WordPress.

Snippet Source/Credit: WP-Snippets.com

How To Remove CSS Selector Attributes From WP-Nav Menu In WordPress

Adding the following snippet into your theme’s functions.php file will let you remove CSS selector attributes from WP-nav menu in WordPress.

Snippet Source/Credit: WP-Snippets.com

How To Remove Gallery Settings In WordPress

Adding the following snippets to your theme’s functions.php file will let you remove gallery settings in WordPress.

Snippet Source/Credit: mfields.org