• I could not get “exclude=this” to work for post or custom post types.

    Is my markup incorrect? Any help would be much appreciated.

    <ul>
    [loop type=post category=tech-tips exclude=this]
    <li><a href="[field url]">[field title]</a></li>
    [/loop]
    </ul>

The topic ‘Exclude=This (Current Post) Does Not Work’ is closed to new replies.