I am trying to show articles with descriptions on my sidebar but I don't want to show the last 6 because they are already on my homepage.
What should the WP-Query be?
I am trying to show articles with descriptions on my sidebar but I don't want to show the last 6 because they are already on my homepage.
What should the WP-Query be?
query_posts('offset=6');
http://codex.wordpress.org/Template_Tags/query_posts#Offset_Parameter
Thanks a bunch!
This topic has been closed to new replies.