Note to users re: sticky
-
Thanks for adding the sticky the other day. I had to do trial and error to get it to work, realizing that this seemed to be the only way that worked:
PULLS ALL STICKIES:
[loopage]
[loop sticky=true orderby=DESC paged=9]
[field title-link]
[/loop]
[/loopage]PULLS ALL STICKIES OF A CERTAIN CATEGORY:
[loopage]
[loop sticky=true orderby=DESC paged=9]
[if type=post category=desiredCatHere]
[field title-link]
[/if]
[/loop]
[/loopage]////////////////////////////////
THINGS THAT DID NOT WORK FOR ME:[loopage]
[loop type=post category=desiredCatHere orderby=DESC paged=9 sticky=true]
[field title-link]
[/loop]
[/loopage]~~~
[loop type=post category=desiredCatHere orderby=DESC paged=9]
[if sticky=true]
[field title-link]
[/if]
[/loop]https://www.ads-software.com/plugins/custom-content-shortcode/
- The topic ‘Note to users re: sticky’ is closed to new replies.