Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged wordpress



1 ... 30 31 32 33 34 ... 42
Found this bit of code all over the place, except it missed out a very crucial part of the code which was to add a "-" in front of the ID you wish to exclude. Add this to functions.php in your theme folder.
0 1256 posted 15 years ago by creativelifeform
Just go to your classes.php file line 1332 and replace this line
1 1683 posted 15 years ago by creativelifeform
Originally written by Dimox
4 1399 posted 15 years ago by creativelifeform
Source: http://www.websitedesignby.com/programming/wordpress-website-development-work-flow-wp-config-php/
0 1562 posted 15 years ago by chrisjlee
I looked everywhere trying to find some code that could show me how to display the post thumbnail if there is an image, but to display absolutely nothing if there isn't an image to display (most just either added an image or there was a broken image...
1 4559 posted 15 years ago by bdnnikki
A quick snippet of the PHP/Wordpress code behind my archive page, mainly for @andypoppins :D
0 992 posted 15 years ago by psdesignuk
1 1295 posted 15 years ago by chrisdpratt
This will let you define individual templates for posts within specific categories. Simply name your post file like: single-SLUG.php
0 890 posted 15 years ago by creativelifeform
catches the first image of a post so you can display it however you like within the loop
0 910 posted 15 years ago by creativelifeform
courtesy of mark8barnes
1 1225 posted 15 years ago by iroybot
courtesy of mark8barnes (http://wordpress.org/support/profile/52354)
1 1392 posted 15 years ago by iroybot
Must be placed after the_post() so make sure you verify that if you place it in the sidebar.
0 1796 posted 15 years ago by Overdeath
4 1458 posted 15 years ago by adambundy
You can see the results under a single post, where photos are shown, without any text. The photo is taken from the uploaded photo from the post. All you need is the get the image plugin from www.justintadlock.com
0 1188 posted 15 years ago by Kokkekniven
0 709 posted 15 years ago by runeg
1 1161 posted 15 years ago by vagrantradio
All it takes is a stylesheet and a small function in the theme’s functions.php file
1 1213 posted 15 years ago by math89
0 1062 posted 15 years ago by gd6d
Change the excerpt value in functions.php
0 1183 posted 15 years ago by howardpanton
Add read more link for wordpress
0 1332 posted 15 years ago by howardpanton
Count the number of comments in wordpress blog
0 2741 posted 15 years ago by howardpanton
Add the PHP to custom_functions.php and the following CSS to custom.css .custom ul.menu li.search {float:right;} .custom ul.menu li.search form {padding:0.3em;} .custom ul.menu li.search form input {padding:0.4em;}
0 1190 posted 15 years ago by kristarella
1 ... 30 31 32 33 34 ... 42