Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #512189

    Dear Kriesi,

    On this page: http://strategiemakers.tienvijf.nl/posts/mijn-eerste-weken-als-strategiemakers/ i have an portfolio item that uses the advanced layout editor. On that same page i also show a “Blog posts” element with portfolio items. Now i want to exclude the current portfolio item from that loop because you can now see the same portfolio item twice. Is there a way to prevent that? I tried Offset but that doesnt work.

    Thanks in advance!

    Rhodo

    #512339

    Hi Rhodo!

    Try opening up /enfold/config-templatebuilder/avia-shortcodes/blog.php and around line 247 you should see this.

    'categories' 	=> '',
    

    Add this beneath it.

    'post__not_in' => array(get_the_ID()),
    

    Best regards,
    Elliott

    #512382

    Thanks Elliot,

    But it doesnt seem to be working? I put exactly where you said.

    #512976

    Hi!

    Send us a WordPress and FTP login and we’ll take a closer look.

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.