Profile
Achievement
    
                creativelifeform's Recent SnippetsTagged wordpress
- 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 
        
        
            1303 
        
                    posted 15 years ago by creativelifeform
            Just go to your classes.php file line 1332 and replace this line
        
        
        
            1 
        
        
            1727 
        
                    posted 15 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 
        
        
            911 
        
                    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 
        
        
            931 
        
                    posted 15 years ago by creativelifeform