Okay
  Public Ticket #2815008
Custom post type "Portfolio" naming
Closed

Comments

  •  1
    Rachid started the conversation

    Hi there,

    I was wondering if there was an easy (feuture) way to change the post type"portfolio" to something else. As you can see in te related URL, I want to work with "Series" instead of "Portfolio". Normaly this would be in the theme settings, but I can't find this option. Don't think you guys even have this option for this theme.

    Thank you,
    Rachid

  •  675
    Neuron replied

    Hello Rachid,

    For the moment we don't have an option for that, our dev team just added that into the roadmap for 1.0.1 of Neuron Builder as an easier way to achieve it, it'll be added soon.

    There are two existing ways to edit the existing Custom Post Type, I'll try to explain shortly both of them.

    1) Adding a code snippet in the code, it can be added through the functions.php of the child theme or via the plugin below:

    - https://wordpress.org/plugins/code-snippets/

    The code that needs to be added.

    add_action( 'init', function() {
    neuron_portfolio_post_type( 'Series' );
    neuron_portfolio_categories( 'Series' );
    neuron_portfolio_tags( 'Series' );
    } );

    It will change the portfolio post type and category & tags.

    Make sure to click save changes in Settings > Permalinks to flush the permalinks after the changes are completed.

    2) Via this plugin: https://wordpress.org/plugins/custom-post-type-permalinks/

    Feel free to ask for anything you need.

    Kind Regards,
    Team at Neuron


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

  •  1
    Rachid replied

    Ah that's awesome news.

    I think I'll use the plugin route. That way it'll be easier to switch when the feature is available.

    Thank you for the quick reply and keep up the great work you guys are doing.

  •  870
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes