Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged wordpress



1 ... 27 28 29 30 31 ... 42
Loads WordPress header for external functions like get_option();
0 948 posted 14 years ago by vagrantradio
For example, when you can't get the post author to shop up using the_author(); it usually means your working outside the loop while that function is meant to work inside the loop. This is a way around it. (got it from the forums)
0 619 posted 14 years ago by Rembrand
0 685 posted 14 years ago by fatihturan
passing php variables to javascript with build-in function 'wp_localize_script'.
1 976 posted 14 years ago by screamwork
Wordpress - 404 problem on physical directories. From the Support Forum.
0 718 posted 14 years ago by kyuumeitai
This will fetch the custom post types, displayed as a list with their respective permalinks.
0 1034 posted 14 years ago by ivorpad
Pulling posts from outside wordpress (in the right way!) as a response for this snippet: http://snipplr.com/view/39523/pulling--posts-from-outside-wordpress/
0 1453 posted 14 years ago by bronet
Returns an HTML string of taxonomy terms associated with a post and given taxonomy. Terms are linked to their respective term listing pages.\r\n\r\nThis is for when a custom taxonomy is registered for a custom post type.
2 1231 posted 14 years ago by Jamie
Use this to remove or change the wp-admin footer text. Default is Thank you for creating with WordPress.
1 872 posted 14 years ago by Farhan
<p>Add this line to &quot;functions.php&quot; in your theme directory to remove RSS feeds specific to categories. The primary blog RSS feed will still be accessible. </p><p>Taken from a post by Hollywood grind on the Wordpress.org forums.</p>
0 914 posted 14 years ago by rgsmith007
This may be necessary to properly add theme support for multiple menus.
0 942 posted 14 years ago by Jamie
To exclude pages from wordpress search results include the following in your theme's functions.php
0 760 posted 14 years ago by myke
You will need to add “define(‘WP_ALLOW_MULTISITE’, true);” in your wp-config.php to make the multisite function accessible. If you want to copy paste, use the code block below:
0 697 posted 14 years ago by myke
Display random posts without a plugin
4 904 posted 14 years ago by DanielPaul
By default wordpress does not include post thumbnails in RSS Feeds. Enable in by add this code the functions.php located inside your themes folder.
1 1104 posted 14 years ago by mediamilan
0 720 posted 14 years ago by jamiebrwr
This custom function is useful if you want to get the ID of a page.
1 949 posted 14 years ago by simonbouchard
Place into fucntions.php
3 758 posted 14 years ago by jamiebrwr
Place into fucntions.php
0 823 posted 14 years ago by jamiebrwr
This code will list all children pages from a parent page. This method is useful when you don\\\'t want to list all parent pages when you are on a parent page that have no children pages.
0 752 posted 14 years ago by simonbouchard
Place into fucntions.php
0 807 posted 14 years ago by jamiebrwr
Place into fucntions.php
1 681 posted 14 years ago by jamiebrwr
Place into fucntions.php
0 821 posted 14 years ago by jamiebrwr
1 ... 27 28 29 30 31 ... 42