go41

the info you need to know


von Joern
Keine Kommentare

@sim_a1some posts above:viewtopic.php?f=1&t=266I explained where I use it.See sample on: GONEthis slider (slideshow using jQuery cycle for WordPress (Arthemia) under the category-bar!) uses only the width of the content, the sidebar is still beside.____________________you find me on Google+, Twitter and Facebook


von Joern
Keine Kommentare

you have four posts in this category, so having one loop displaying two posts:Code:<?php query_posts("showposts=2&category_name=Featured"); $i = 1; ?>and the next loop displaying also two posts with an offset=2 should work:Code:<?php query_posts('showposts=2&category_name=Featured&offset=2'); $i = 1; ?>This is the sample code I gave you above and I do not understand why…