I’m using my index.php to display post archive pages rather than a specific archive.php file.
This works fine, however sticky posts do not stick to the top of it. They do however, stick to the top of the posts page.
Are sticky posts not supposed to stick to the top of archive pages?
Here is the code for the loop I’m using; loop-index.php
– http://pastebin.com/NHi2tsNM
Am I doing something wrong? Or is this just default functionality?
By default, sticky posts only stick to the top of the first page of the main blog posts index.
The easiest way to show sticky posts in other contexts is probably via a custom loop, e.g.:
You would place that before your normal loop output, and wrap it in any conditionals that you might need (to account for context, pagination, etc.)