$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>themes - fixing page URL's|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

themes - fixing page URL's

matteradmin6PV0评论

I've got this page to fix, however i'm quite new to WordPress, so i was wondering maybe anyone here will be able to help me.

There's URL's in the header which should navigate you to pages like /[flat-rent]/[city], but these are not working yet. However i've noticed that when you open advert, you have breadcrumbs, with structure like [flat-rent] / [city] and if you press on it it will navigate you to that page, however it adds prefix to URL, so URL becomes this: /[flat-rent]/[city]. So my question is how do i lose that "property-type" prefix? Idea is that if i do lose "property-type" prefix, those pages in the header would start working.

p.s. if my question lacks some information please ask once again i'm quite new at this so i might not provided some crucial information.

p.s.s. site is using "Houzez" theme.

I've got this page to fix, however i'm quite new to WordPress, so i was wondering maybe anyone here will be able to help me.

There's URL's in the header which should navigate you to pages like https://www.page.lt/[flat-rent]/[city], but these are not working yet. However i've noticed that when you open advert, you have breadcrumbs, with structure like [flat-rent] / [city] and if you press on it it will navigate you to that page, however it adds prefix to URL, so URL becomes this: https://www.page.lt/property-type/[flat-rent]/[city]. So my question is how do i lose that "property-type" prefix? Idea is that if i do lose "property-type" prefix, those pages in the header would start working.

p.s. if my question lacks some information please ask once again i'm quite new at this so i might not provided some crucial information.

p.s.s. site is using "Houzez" theme.

Share Improve this question asked Nov 20, 2018 at 8:21 Simas.BSimas.B 101
Add a comment  | 

1 Answer 1

Reset to default 0

You may want to contact the authors of the premium theme you are using. This may be in reference to a custom post type and you'll probably need some custom code to change the url slug.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far