Using EE 1.6.4, Build 20080626, we are having problems displaying the correct entries using the {exp:weblog:next_entry} and {exp:weblog:prev_entry} tags. Tags are placed outside the Entries tag. This particular weblog has 40 categories and even when I specified all 40 (category=“1|2|3|4|...|40”) it still didn’t work.
Our client DOES NOT want to display links only to Prev and Next entries within the same category. But using the following code does that. There has to be a way to display a link to the Prev or Next entry based on Date, regardless of Category:
{exp:weblog:next_entry weblog="blog"}
Next entry: <a href="http://{path={segment_1}/detail}">{title}</a>
{/exp:weblog:next_entry}
{exp:weblog:prev_entry weblog="blog"}
Previous entry: <a href="http://{path={segment_1}/detail}">{title}</a>
{/exp:weblog:prev_entry}We don’t specify a Category Parameter. So why does the resulting link only link to entries that share a Category with the currently viewed entry.
Our URL structure is a basic EE URL: domain.com / template-group / template / URL-title /
Here’s an example detail from an entry posted today: http://www.herecomestheguide.com/blog/detail/breakfast-at-hartleys/
In the right column, under More Recent Entries is a list of the 5 most recent entries in the Weblog. But the Previous entry: Black Magic links to an entry from 2 weeks ago and not to the most recent entry which was posted earlier today.
Is this fixed in the newest Build?
Pulling my hair out here….