Browser detection
Adding this PHP code to your functions.php will add a class on the body tag within your HTML document with the specific browser name.
read moreExclude cat from search
Adding this PHP code just above the loop in your wordpress search.php template. Make sure to place a - minus before the category ID you wish to exclude.
read moreAuto create custom field
Adding this PHP code to your functions.php of your wordpress theme will auto create a custom field with a default value. In this example the custom field is sort order,
read morethis months featured snippets
Adding breadcrumbs
Adding the first block of code to your functions.php will setup everything for your breadcrumbs. Add the second section of code in the location you wish to have your breadcrumbs displayed.
read moreDisable wordpress search
Adding this code to your functions.php within your wordpress theme will disable search.
read moreInsert favicon with function
Adding this PHP code to your functions.php of your wordpress theme will insert the HTML for your favicon.
read moreAutomatic jQuery inclusion
Adding this code to the functions.php will automatically insert Jquery into the header of your wordpress theme.
read moreMember only content
Adding this PHP code to the functions.php file of your wordpress theme will allow you to place content you only wish members to see within the members short code [member][/member].
read more






