Splitting Posts
-
Hey,
I want to grab a specific category and split it from my recent posts
I tried to use the sticky and put it in a separate div but it either makes my other posts disappear or if I set it so more than just the sticky shows, it puts the sticky in the div with my other posts instead<?php $sticky=get_option(‘sticky_posts’);
query_posts(‘p=’ . $sticky[0]);?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Splitting Posts’ is closed to new replies.