In WP 5.4.x, I was able to add a number to the URL for any page, post, etc. (incl. custom post types), which WP interpreted as the ‘page’ for...
I have a taxonomy called Section and a Custom post type called Developments. What i need to achieve is a permalink on the taxonomy with custom post type prefixed:...
I want my post-links to look like /%post_id62%_%postname%/ where %post_id62% is the post ID in base62 encoding (e.g. http://example.com/y9Rlf_test/) and my shortlinks to consist of /%post_id62% only (e.g. http://example.com/y9Rlf)....
I have a page created (page ID 235) with a page template that will need to be passed a variable. I would like to pass this variable through the...
Ok, so I know it’s a silly title, but it’s exactly how I feel right now.. I’ve created some custom rewrites for WordPress and they work great, the only...
I’m trying to figure out wether I can specify the position of the string to match (i.e. immediately after the domain) to reduce the chances of matching something else,...
I’m using url rewrites for a filter i’m building. The current solution works for one selected value. So if I select one type of dish like dinner, it goes...
I have a problem where I’m trying to build a calendar plugin for a client. I’m having trouble getting a date based archive for the custom post type I’m...
I’ve created custom permalinks for various custom post types on a website. They all worked. Until recently I added another one, which I cannot get to work 8-o. The...
I am using woocommerce and have some ‘product attributes’ which are just a taxonomies. I have the following taxonomies: pa_color pa_material pa_style the pa_ stands for product attribute and...