Profile
Achievement
creativelifeform's Recent Snippets
- All /
« Prev 1 Next »
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
858
posted 14 years ago by creativelifeform
Just go to your classes.php file line 1332 and replace this line
1
1060
posted 14 years ago by creativelifeform
This will let you define individual templates for posts within specific categories. Simply name your post file like: single-SLUG.php
0
562
posted 14 years ago by creativelifeform
catches the first image of a post so you can display it however you like within the loop
0
581
posted 14 years ago by creativelifeform
Turn off auto kerning to get rid of that goddamn line break that happens on multiline text inputs!
0
947
posted 14 years ago by creativelifeform