Loop stopped working
-
I updated an old site with last WordPress and Custom Content plugin, and a loop stopped working.
I have a WP page that in the body, using [load], load an html file which content is:
<div id="recipeslist"> [loop type="page" category="ricette-zh" clean="true"] <div class="item recipeslistitem"> <a href="[field url]">[field image]</a><br> [content excerpt] </div> [/loop] </div>While it always worked, now the [field url] does return only part of the url.
I mean, for example, one of the page of that category show me this permalink in the edit page:
http://granapadanocheese.com.cn/zh/cucina-zh/club-sandwich/But [field url] (or [field slug], same result) returns:
http://granapadanocheese.com.cn/zh/cucina-zh/for every page.
Why that happens?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Loop stopped working’ is closed to new replies.