Change URL?
-
Hi! Instead of the url being mysite.com/porfolio/item I’d like the “portfolio” part become “books”.
I went into the nimble-portfolio.php file and changed
self::$postTypeSlug = apply_filters('nimble_portfolio_posttype_slug', 'portfolio');
to
self::$postTypeSlug = apply_filters('nimble_portfolio_posttype_slug', 'books');
That worked, but now the content doesn’t call into the page. I’m not a php person so I haven’t been able to figure out what the next step is. Can you please give me some tips?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change URL?’ is closed to new replies.