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
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
Thanks Elliot,
But it doesnt seem to be working? I put exactly where you said.
Hi!
Send us a WordPress and FTP login and we’ll take a closer look.
Regards,
Elliott