Permalink rewrite with custom post type and custom taxonomy
I think thats a quick one:
I think thats a quick one:
I am working on a custom theme for a network of sites that are deployed under a WordPress MultiSite installation.
I would like to write my own little plugin for language switching. For that, the very first thing would be to get the rewrite rules running. I have been looking around the web for 2 hours, but I couldn’t find an answer to my question yet.
The site that I am working on uses the following “pretty” permalink structure:
I have static front-page and separate page /news/ as the Posts page. I would like to have the single-post URLs like this:
I am trying to save my page with permalink “360” but for some reason WP keeps updating the permalink to “360-2”. I have checked everywhere in my WP and there is no page or post that uses permalink “360”. Is 360 a permalink for something internal? If not, what is the problem?
I am working on a website that is using posts as a way to manage glossary articles similar to the example website below. I would like to find a way to display articles alphabetically and grouped by a selected letter (such as the letter ‘F’ in the example). I would like the process to be automatic.
I’m trying to add a ‘sub post’ to each post on my site, eg
I recently asked this question Custom post types – Use post_id in permalink structure and solved it but as I have enabled 'has_archive' => true the solution given no longer works. Let me explain:
Using /%category%/%postname%/ for the permalink I get a URL string of all the categories that the specific post is included in.
I would like the categories in the url to be filtered down to only one branch of the categories structure, and starting not from the root parent category.