Tagged Questions
0
votes
1answer
71 views
Get first <ul> of post? [closed]
I have a What's New page where I continually update the page like this:
June 21
Some news about my site
Here's the second new bullet point
Now I'm not sure of any other way to archive my 'Change ...
1
vote
1answer
785 views
how to exclude “featured” posts from the main loop?
In a category.php template, I built a function that lists "featured" posts before the main loop. The featured posts are selected using a custom field and get_posts():
function ...