Thanks, this seems like a very straight-forward use case, so I should be able to solve it.
Please try the newest version of the plugin and let me know if that works.
Thread Starter
RaoulA
(@raoula)
All working fine with 2.7.0.
Thanks!
Whew! 🙂 Please let me know if you find any other issues remaining.
Hi, Eliot Akira. You should be proud of your plugin. It’s beautiful, in its simplicity and elegance. I want to use it to recreate in-page loops of posts by category, but inside the loop shortcode there isn’t way to put the link of the article in the n-th cycle of the loop in the Title. it returns the “mother’s” page url.
I will report you below the shortcode i’m using.
For the author-url it works
[loop type=post category=in-evidenza count=7 paged=7]
[field title]
Scritto il [field date] da [field author]
[field=image]
[field excerpt]
[/loop]
I’m using WordPress V 4.2.4 and CCS V 2.7.4
Hi mario,
Could you please start a new support ticket on this topic? I’d like to keep the issues separated.
1) Is the [loop] inside the post itself, or loaded from another post via shortcode or PHP?
2) So, all fields inside the loop are displaying correctly except for [field url].. I tested this and the URLs are pointing to each post in the loop. Hmm, I wonder what is different about how you’re using it.
One thing you can try is to use [field title-link]. That will display the title linked to the post, so you don’t need the <a> tag.