Turns out it was the theme. It was missing wp_footer() & wp_head() calls!
Hi there,
i have the same problem on this site: consentec.de
regards,
N1l5
Thx Eliot,
i had overlooked this solution
Hi Eliot,
i have a similar problem.
In Portfolio Post Type i want to show the other portfolios from same category, but sorting by category doesn’t work :-/
i only can see all (excluding “this” post) or no posts…
[loop type=portfolio portfolio_category=this exclude=this]
[field thumbnail-link]
[/loop]
[loop type=portfolio taxonomy=portfolio_category term=this exclude=this]
[field thumbnail-link]
[/loop]
[loop type=portfolio taxonomy=portfolio_category term=custom-category exclude=this]
[field thumbnail-link]
[/loop]
Thanks in advance,
Nils