Tag param not working
-
Tag param seems not to be working. When I use the shortcode:
[display-posts post_type=”project” image_size=”thumbnail” include_date=”true” date_format=”F j, Y” category_display=”true” tag=”bicycles”]
Nothing is output, even though I’ve confirmed I have at least one project with the tag slug “bicycles”. I’ve tried with several other tags, too — just outputs nothing.
I know the params are working generally, because if I try:
[display-posts post_type=”project” image_size=”thumbnail” include_date=”true” date_format=”F j, Y” category_display=”true” meta_key=”topic” meta_value=”bicycles”]
It does return a post where I’ve entered a new custom field for Topic/Bicycles — just need to hand this over to some non-technical users and hoping the tags param can work!
Other issue: in neither case is it displaying the categories for the post, even tho I have “category_display” set to true. Not as a big a deal, but is there a resolution for that?
Thanks!
The page I need help with: [log in to see the link]
The topic ‘Tag param not working’ is closed to new replies.