[code]
1a. Make a folder for your new project (like php_menu or something) We will be making master.css, index.php, and body.php ;[FOLDER TREE]: [HOST FOLDER]-->inc [... Read More »
[code]
If you need to break display your posts in different sections (like in Magazine themes), where you want to display a fixed number of posts first, and the remaining later, you can use this code to make multiple loops (with offsetting the fixed posts in the later loop). The first loop that will pull and... Read More »