• I’m using Advanced Featured Post Widget to display the most recent post on a top content div. Below it is another content div with 3 columns, each showing the next most recent post. All that works well on the home page and when mousing over the link, the correct URL shows. However; when I click the link it takes me to the most recent post, each time. Here’s how I set up the widget:

    {
    “offset”: “1”
    }

    <li><a title="{TITLE_RAW}" href="{PERMALINK}">{TITLE}    {AUTHOR}     {DATE}<br /></a>{EXCERPT}<a href="{PERMALINK}">Read more</a></li>

    All posts use a custom template called fullwidthSingle-Posts.php. The posts are called into a wigitized area with this code:

    <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Single’)) : else : ?>

    Any ideas?

Viewing 1 replies (of 1 total)
  • Hello,

    I think, you don’t use the Advanced Featured Post Widget, that I wrote, since that doesn’t have the possibility to give an offset at all. Can you provide a link to a page, where you use the widget?

Viewing 1 replies (of 1 total)
  • The topic ‘Prestige Vol. 1 & Advanced Featured Post Widget: permalinks go to wrong post’ is closed to new replies.