Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#945
Robert Kavgić
Participant

Hello,

Unfortunately, without creating custom permalinks, there is no option to make the categorise change dynamically.
To do that, check out http://codex.wordpress.org/Using_Permalinks or try to use the plugin like the following: https://wordpress.org/plugins/custom-permalinks/

You can change the static part “portfolio-item” in URL by modifying post-types.php which is located in wp-content/plugins/elvyre-core/includes/. Find the line:

'rewrite' => array('slug' => 'portfolio-item', 'with_front' => true),

and change “portfolio-item” to anything you want.

Robert