Okay
  Public Ticket #2328375
Categories for Portfolio posts
Closed

Comments

  • jannekenls started the conversation

    It appears that the Portfolio item is using the blog post categories rather than the Portfolio item categories and as a result I cannot get my portfolio items to appear. Can you direct me how to associate the correct category taxonomy with the portfolio? Thanks!

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, I hope for understanding in these times, I hope you and your family are safe.

    From 1.4 version of Proton everything should be built on WPBakery Page Builder, so please set the page to default template and start edit it with WPBakery Page Builder.

    After you create some portfolio items, you need to grab the Portfolio element and drag to the editor. In the first field you can select from where you can get the posts from.

    https://prnt.sc/rh3hk8

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • jannekenls replied

    Thanks so much. I successfully used WPBakery Page Builder to implement the categories, but it would be helpful to add that to the theme documentation. It looks like I should also be able to add tags to portfolio items and filter them on the Portfolio page. I saw a previous ticket where you suggested using either PODS or Custom Fields. I've tried to implement Custom Fields since tags are not available on Portfolio items, but I am unclear on how to get those filters to display on the Portfolio page. Can you assist?

  •  675
    Neuron replied

    Hi,

    I am sorry for the late reply, I hope for an understanding in these times.

    Please check under vc_templates folder, there are created all the elements, you can inherit them on the child theme under the same name of folder and PHP file. So, you can get the custom fields.

    The function that you need to display the custom tags of portfolio.

    <?php the_terms( get_the_ID(), 'portfolio_tag', 'Tags: ', ' / ' ); ?>
    

    You need to add it under the same name that I've added there, or you can change it on both names.

    Kind regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.