Tagged: x
-
AuthorPosts
-
December 31, 2016 at 3:31 pm #1311139
Hi,
I would like to display the portfolio category name as a layer in a post-based slider (filtered for portfolio items) using Revolution slider. I’ve succeeded in getting the portfolio items to display properly, and I have got the portfolio item title displaying as well, but I cannot get the category name to appear with the item’s title. Using {{catlist}} displays nothing, perhaps because this is the shortcode for post categories, not categories for portfolio items. I’ve also tried using {{meta:somemegatag}}, but I don’t know what to use to replace “somemetatag.” I tried {{meta:portfolio-item-category}}, but no luck. Maybe something with .p-meta? Can you help?
Thanks.
site: watermarkarts.org
wordpress: 4.7
X theme: 4.6.4January 1, 2017 at 2:11 am #1311438Hi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 1, 2017 at 6:07 am #1311543This reply has been marked as private.January 1, 2017 at 8:33 am #1311603Hi,
I created a new post-based slider for regular post types (not portfolio items), and the categories are showing up just fine using {{catlist}}. The problem seems to occur when the post type is portfolio. For some reason, {{catlist}} does not show the category.
Thanks.
January 1, 2017 at 9:13 am #1311623Hi,
I tried adding the {{catlist}} to the portfolio-based slider, and the tags are not appearing, so the problem is not related to categories specifically. Maybe something with the meta?
Thanks again.
January 1, 2017 at 9:23 am #1311636Sorry, meant to say I added {{taglist}} to see if tags would show up, but they do not. Other meta do show up, though. I added {{author_name}} and {{date}} and they are appearing correctly. But for some reason, categories and tags are not displaying.
January 1, 2017 at 4:58 pm #1311895Hi there,
It’s because those are only applicable for post types 🙂
The portfolio is a custom post type with no default category and tag, but through custom code, taxonomy category and tag are added. And rev. slider doesn’s support custom taxonomies, those are specifically for posts only.
You may try using custom meta values.
Thanks!
January 2, 2017 at 6:23 am #1312460Thanks for the explanation and suggestion. Will give it a try.
January 2, 2017 at 6:39 am #1312468You’re welcome! 🙂
-
AuthorPosts