Tagged: breadcrumbs, categories, category, Portfolio
-
AuthorPosts
-
November 13, 2015 at 3:02 pm #535409
Hello,
I have my Enfold Photography theme page ready, but I’ve decided that, for a better navigation experience, I may need to add somewhere in the page some breadcrumbs or the category of each portfolio item. I’ve checked all the Avia content elements and WordPress widgets and none of them seems to be any kind of ‘category’ element for portfolio items.
Is there any way you would recommend to do so other than a Code Block with some custom HTML to manually write the category (or categories) of that portfolio item and place a link to it? That aalso makes me wonder if there’s any way to link to an specific portfolio category, since the portfolio page shows all categories but with javascript; there’s no page for each category with its projects on it (unless I create one, I guess).
Thanks,
- This topic was modified 9 years ago by xmooth. Reason: Adding some topic tags
November 13, 2015 at 6:47 pm #535668Hi xmooth!
Perhaps this would work for you, https://wordpress.org/plugins/list-custom-taxonomy-widget/.
Best regards,
ElliottNovember 25, 2015 at 6:17 pm #542623Hi, Elliot,
Sorry for the delay getting into checking this.
I’ve installed the widget and placed it in a portfolio page, but I’m afraid that it’s not exactly for what I need. This widgets seems to show a full list of categories (from portfolio, news or any other areas), but it’s not for showing the category of each portfolio.
I’m looking for a way to place on each portfolio page the name of the categories that item has. Also, it would be grate if that category could be linked to the portfolio main page with that category-only items being shown.
Thanks again,
November 27, 2015 at 5:49 pm #543740Hi!
Well, you could try this function, http://codex.wordpress.org/Template_Tags/wp_list_categories.
I suppose you could add it into the editor and use a plugin such as PHPExec, https://wordpress.org/plugins/exec-php/, so it can be used in the editor.
If that does not work then I would try creating a small shortcode for it, https://codex.wordpress.org/Shortcode_API.
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.