Tagged Questions
0
votes
0answers
30 views
Custom Post category permalink not saving?
I wonder if something could help as I'm hitting a brick wall here.
I bought a theme called proreview which uses custom posts. This is named reviews with the category named as review-cat as default.
...
0
votes
0answers
16 views
Configuring custom taxonomy with permalinks
I have a custom taxonomy that I would like to show up in my URLs. I also have a custom post type that the taxonomy is associated with. The custom post type is set to be a book title. The taxonomy is ...
0
votes
0answers
35 views
How to hide custom post types/taxonomies from permalink structure?
All questions about post types/taxonomies and permalinks seem to be about altering and changing the permalink. I wonder how to hide a post type or a taxonomy completely from search engines, prevent ...
0
votes
1answer
102 views
Custom post type category permalinks and archive pages
I know this question was brought up before, but I can't seem to get things working using any of the proposed solutions. This is how I have my custom post types and categories setup:
Custom Post Type: ...
3
votes
1answer
137 views
Custom taxonomy on permalink
I have a long time problem and look forward for your help.
I have a custom taxonomy of "city" (it is no hierarchical like tags).
I just would like my URLs to look like this:
...
2
votes
0answers
55 views
How to specify URLS for custom posts & taxonomies
I've read a few posts about this, but can't find a clear answer :(
I have a custom post type called {ondemand}
Within the custom post, I have three taxonomies {speakers} and {categories} and ...
0
votes
0answers
11 views
Rename /page/2/ to /seite/2/ [duplicate]
Possible Duplicate:
Change the “page” slug in pagination
This was already asked here:
rename 'page' URL fragment in pretty permalinks
But the solution produces a 404.
I would ...
0
votes
0answers
27 views
Custom post_type and custom taxonomy with permalinks like categories [duplicate]
Possible Duplicate:
adding categories to custom post type in permalink
I am trying to achieve separate categories for each custom post type so as not to mix them. The best way I have found ...
0
votes
1answer
206 views
Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
Is wordpress capable of having hierarchical taxonomy and hierarchical custom post types in one permalink ?
I would like to do the following:
tax-1/tax-2/cpt-1/cpt-1-post/cpt-2/cpt-2-post/
in other ...
1
vote
1answer
84 views
How to rewrite custom post type URL for multiple depths instead of one specific depth
I got this code that rewrite the url's for custom posttypes. It works but only for a depth where the posttitle is on the 5th segment.
How can i adjust it so it accepts multiple depths?
e.g.:
...
1
vote
2answers
127 views
How to fix a double slash in custom permalinks with hierarchical taxonomy's?
Following the solution from Jeff @ Custom permalinks - post type - hierarchical taxonomy's
I managed to rewrite my url's for custom taxonomy's.
However i do have one thing that bothers me and ...
0
votes
2answers
91 views
404 Error On Custom Taxonomy Pages 2, 3, etc
I've been reading a bunch of posts about this with no luck so far. I can't seem to figure out what is the problem.
I have the following:
Custom Post Type: Sermons
Custom Taxonomy: Series
My urls ...
0
votes
1answer
145 views
Define permalinks for custom post type by taxonomy in WP 3.4
I want to create canonical permalinks for products and product types. I have the custom post types and custom taxonomy figured out, but I don't know if its possible to define permalinks with ...
0
votes
1answer
133 views
Programmatically adding posts
I'm about to create parser which would be inserting new custom posts.
So, it's pretty simple
global $user_ID;
$new_post = array(
'post_title' => 'My New Post',
'post_content' => 'Lorem ...
0
votes
1answer
239 views
Include taxonomy slug in url?
I have the following custom post-type and custom taxonomy setup:
add_action( 'init', 'create_post_type' );
function create_post_type() {
register_post_type( 'system',
array(
...
3
votes
2answers
149 views
Understanding Permalinks on Custom Post Types
I hate to try to reinvent the wheel here, but none of the suggested post seem to work in answering my question. I am building a system for our 30 Under 30 honorees, which is basically setup as a ...
2
votes
1answer
395 views
Custom Post Type Permalink For Parent/Child, 404 Page Not Found Error
Here we have a snippet from a functions.php file...
add_action('init', 'create_recipes');
function create_recipes() {
$recipes_args = array(
...some properies...,
'hierarchical' ...
1
vote
2answers
500 views
How to modify URL structures in custom post types and taxonomies or terms
I am well aware that there are several posts covering the topic of customizing the permalink URL structure of custom post types, custom taxonomies, and taxonomy terms. However, none of them are real ...
0
votes
1answer
100 views
Semantic URL Custom Post Type and Taxonomies permalinks
I have created a custom post type with custom taxonomies. Now I need help with the permalinks.
Now is like that:
custom post type archive: example.com/custom-post-type/
taxonomy archive: ...
0
votes
1answer
72 views
Permalinks not working on MU network with domain mapping
I'm using a theme with custom taxonomies. I want to use corresponding archives. If I try the template out on one network it works, and on another the permalink will take me to 404. The only difference ...
0
votes
1answer
52 views
Permalinks Works for Custompost type but not with pages Why?
I have Three Custom post Types and one Custom Taxonomy and some pages. The Custom taxonomy is register with one of the post type. The problem is When the default Permalink is enable it works for all ...
0
votes
1answer
83 views
Custom category URL not displaying posts
I have a custom post type with custom categories using the following:
add_action( 'init', 'create_post_type' );
function create_post_type() {
register_post_type( 'products',
array(
...
0
votes
1answer
192 views
Safe to throw 404 error in request filter?
I am working on a plug-in for my personal site and I would like it have a certain permalink structure (/projects/project-type/sub-type/project). To achieve this, I am using the request filter.
Inside ...
0
votes
1answer
366 views
Multiple permalinks for a single post with multiple taxonomies
I created 1 custom post type (projects) with 2 taxonomies (clients / fields) to filter the results (like categories).
At the end, it should be like this where project_name is the same custom post ...
2
votes
1answer
101 views
custom post type permalinks with category and tags
I have a custom post type called 'designs' and have registered taxonomy 'design_category' and 'design_tag'.
I'm trying to get the permalinks as follows but not having much luck - seems having 2 ...
0
votes
1answer
130 views
array_pop() expects array, boolean given for $event_type_term ->slug
I have the following function I wrote …
add_filter('post_type_link', 'events_permalink_structure', 10, 4);
function events_permalink_structure($post_link, $post, $leavename, $sample) {
if ( ...
1
vote
1answer
262 views
custom taxonomy archive permalink shows 404 error
In my plugin I have a custom post type with a slug of 'ready-to-wear' and I have a custom taxonomy called 'seasons' associated with it.
The odd thing is that this url with query works:
...
4
votes
1answer
165 views
Dynamic taxonomy in permalink made all other posts NOT FOUND?
I added my taxonomies in the permalink instead of the Custom Post Type's slug, and it works fine. I'd even say everything was working fine but changing the WP installation to Multisite broke all other ...
2
votes
0answers
107 views
Change Permalink Structure for Custom Taxonomy
I have a custom taxonomy called colors, which contains the terms Red, Blue, Yellow etc.
Each post has a term of the taxonomy colors linked to it.
The default permalink structure for posts is ...
0
votes
1answer
97 views
What is the permalink structure for custom taxonomy? [closed]
I have a custom post type called d-questions, and a taxonomy called q-categories with a term called books.
The problem is that I can not find the right URL to get the list of post belonging to the ...
1
vote
1answer
178 views
wordpress custom post types and permalinks
I have a custom post type called Content, that has a capability type of 'page' and is set to 'hierarchical' => true. I have two pages with the same name "Children", but they have different parents. ...
2
votes
1answer
712 views
Permalink rewrite with custom post type and custom taxonomy
I think thats a quick one:
I've got:
Custom post type: Food
Custom taxonomy (Registered to Food): Fruits
Terms in Fruits: Apple, Orange, Cherry
If I type in example.com/food?fruits=Apple,Cherry, ...
6
votes
2answers
248 views
Permalink Structure for Multiple Post Type Archives by Taxonomy
Recently I have been working on an advanced WordPress project, and I'm stuck with changing permalink structure for custom post types.
I have created 3 post types lets say: type1, type2, type3 and a ...
0
votes
1answer
79 views
Problem with Custom Post Types, Taxonomy, permalink, Archive
I set up 2 custom post types: beats and tracks.
And I set up the taxonomy 'tags' and 'style' for both custom post types.
the permalinks for the custom post types are set in functions.php:
...
0
votes
1answer
87 views
Need equivalent of single_term_slug
I am building a taxonomy archive page and I am trying to create a linked instance of the current term outside the loop. So, let's say my taxonomy and current term are:
Taxonomy: Animals
Term: ...
3
votes
1answer
267 views
Dynamic page slug for Custom Taxonomies?
I have a custom page "fine-art", which lists the different types of fine art that we produce based on the custom-taxonomy "fine_art_category". Some of the custom taxonomies are wood, metal, Fine Art ...
1
vote
1answer
74 views
Permalinks for custom taxonomy stopped to work
I'm not sure when this happened, I just noticed it. I have custom taxonomies and post types.
For the longest time I was able to go to domain.com/taxonomy/term and it would display the posts related. ...
1
vote
1answer
4k views
Rewriting a custom-post-type permalink with taxonomy term?
I'm trying to rewrite my url for a custom_post_type named wr_events with one of its custom_taxonomy terms from event_type
add_action('init', 'wr_events');
function wr_events() {
...
0
votes
1answer
68 views
Taxonomy based permalinks
With my website I work with my own taxonomy. And I want that the taxonomy is intergrated with the permalink. So if an news page has a taxonomy, the permalink change.
Like this:
...
0
votes
2answers
157 views
Permalink for Custom Post Types
I am trying to get a custom permalink style for my custom post types... my current permalink for my post is /%postname%/ but for my custom post types, I am trying to get the custom taxonomy in the ...
0
votes
1answer
362 views
Custom permalinks - post type - hierarchical taxonomy's
I did folowed the steps / solution from Jeff it helped me alot with he's settings, got it for about 90% working properly. But getting stuck on the post / postname. It loads now the ...
1
vote
2answers
362 views
Custom Post Type: How to display all of same taxonomy?
Isn't there a permalink structure that will essentially list out all categories of a certain post type?
function create_faqs_post_type() {
register_post_type( 'faqs',
array(
...
0
votes
1answer
64 views
Plugin generated taxonomies' permalinks with custom placeholders
I have a problem with permalinks for custom taxonomies generated with Types http://wordpress.org/extend/plugins/types/, a plugin for creating taxonomies, custom posts and custom fields.
The problem ...
0
votes
2answers
597 views
Custom Permalink with Dynamic Taxonomy for Custom Post Type - Works, but breaks other permalinks
My custom permalink with dynamic taxonomy is working for my custom post type. However, it breaks all my other permalinks. They display a 404 error in the content area (header and sidebar still ...
2
votes
1answer
2k views
Permalinks for custom post-types within custom taxonomies not found
I have tried to apply the advice offered by TheDeadMedic in this post to achieve the following URL structure:
example.com/activities = a WP page
example.com/activities/type-term = a custom archive
...
2
votes
1answer
382 views
How can I set up a category “overview” page?
I know I can use the Template Hierarchy to set up custom theme pages for terms inside a category, like these:
mysite.com/category/tech/ // category-tech.php
mysite.com/category/blog/ ...
2
votes
5answers
880 views
Remove slug in taxonomy url
Just wondering, how can remove slugs from some URLS. I'm using a custom post type called exhibitors, and some taxonomies to define those exhibitors (eg: featured-guests, publishers etc.):
Right now ...
2
votes
2answers
918 views
Why does a custom post type need the ''hierarchical' args setting?
I'm struggling with understanding some things about CPTs and and could do with some help. I can see that taxonomies often need to be hierarchical, but can't see how/when a custom post type would be?
...
6
votes
1answer
1k views
Shouldn't this be easy?! Custom post type/custom taxonomy permalink
So this is driving me absolutely insane. I've spend days trying to fix this and I can't work out why this is so difficult as surely this is a very common permalink structure!
I looked through ...
0
votes
1answer
569 views
Custom permalink with child taxonomy terms
This may ressemble other questions, but i'm posting my own as I couldn't find a conclusive answer that worked for me.
What you need to know
I have a custom post type (products), with a custom ...
