The add-rewrite-rule tag has no wiki summary.
6
votes
2answers
316 views
Problem with add_rewrite_rule and pagination (paged and page query_vars)
I have a custom taxonomy named location and I want to add sections like 'news' and 'marketplace' for each term, so my url looks like /location/montreal/news/
It works perfectly until I try to add ...
4
votes
3answers
502 views
add_rewrite_rule not loading correct page nor getting variables
I've trying to get a showreel title and video id into an URL that can then be accessed by the page.
i have the two in the same URL and it either doesn't work or only one comes in. Currently the page ...
4
votes
1answer
757 views
add_rewrite_rule() vs $wp_rewrite->rules vs 'rewrite_rules_array'?
I've written Rewrite rules for my custom post types. they work well except that WP doesn't update the url in the User Agent when the redirect_url doesn't match the requested_url.
everything else ...
4
votes
1answer
220 views
Custom Rewrite Rules Not Sticking
I've written some custom rewrite rules for a special feature on http://www.pewhispanic.org/states/. States is a page with a custom page template, page-states.php. The logic for returning the right ...
3
votes
3answers
176 views
rewrite_rule() not preserving the query string
We have added a custom rewrite_rule to our site to allow for a pretty inbound link to be parsed and handled properly. Links are constructed as domain.com/meetings/faculty/someIDnumber
add_action( ...
3
votes
2answers
157 views
Custom post type 404s with rewriting even after resetting permalinks
I created a custom post type, of which the (simplified) arguments are:
register_post_type(
'Event',
'public' => true,
'rewrite' => array( 'slug' => 'eventy'),
'has_archive' ...
2
votes
2answers
231 views
Adding meta values to permalink
I have publications and I want to simply add year and month to the permalink. Currently the year and month of publication is added to the post as a meta value. I've set up publications as a custom ...
2
votes
2answers
1k views
Rewrite Rules for Multiple (more than 2) Taxonomies
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 it ...
2
votes
2answers
73 views
Rewrite numeric ID parameter for hierarchical custom post type
I've been banging my head against a wall on this one for a while but I'm not quite sure from all the tutorials I read how to see why this isn't doing what I expect.
I have a page called ...
2
votes
2answers
214 views
add_rewrite_rule and attachment_id
Im trying to add a rewrite rule to make this
mysite/?attachment_id=106
view like this
mysite/series/106
Ive looked evetywhere in this site and others and its very confuse because there are lots of ...
2
votes
0answers
39 views
How to change the matches in add_rewrite_rule
One of the examples using add_rewrite_rule function in wordpress is
add_rewrite_rule('^nutrition/([^/]*)/([^/]*)/?','index.php?page_id=12&food=$matches[1]&variety=$matches[2]','top');
I can ...
2
votes
1answer
369 views
add_query_vars and add_rewrite_rules
I am looking for some clarity on what add_rewrite_rules does. If I type in, or submit variables from a form, is it supposed to change the query variables to the pretty url? Currently when I type in ...
1
vote
1answer
294 views
Does WP Have a Function To Generate .htaccess RewriteCond?
I know that I can edit .htaccess manually and add a RewriteCond statement inside, but I need to build a plugin that does this the proper way by using WP rewrites which then get pushed into .htaccess ...
1
vote
1answer
94 views
Custom rewrite rule is not picked by Wordpress
I am trying to create a custom Rewrite URL something like
function add_my_rule() {
global $wp;
$wp->add_query_var('state');
$wp->add_query_var('state_destination');
...
1
vote
1answer
85 views
custom template rewrite
I have a page called my-todo-list and is using a custom page template.
The page is accessible via this type of URL : http://domain.com/my-todo-list/
Now I need to paginate it, and I want to look ...
1
vote
1answer
54 views
Adding paged query to custom URL rewrite
I have set up the following to create 'pretty' post type and category permalinks:
function kdev_add_category_rules() {
$post_types = array(
'kdev_photos',
'kdev_videos',
...
1
vote
1answer
135 views
Re-write specific custom post type category URL to go to another page
I know this general question has been asked before (like here and here), but the problem is with my limited experience, I cannot get the results I need looking at other people's code.
So here's my ...
1
vote
1answer
97 views
resolve /author/ to a page or archive (of all authors) template
I know how to query the users and create a list of authors and can accomplish this in a page template, much like is described here:
Authors Page : A page of authors
my question is then....
is there ...
1
vote
1answer
299 views
Optimal code for two add_rewrite_rule's
I have two custom rewrite rules; after reading allot of great posts here I found a way to make them work.
The question is this:
Is there a way to merge this code? I'm not sure that the way I wrote it ...
1
vote
1answer
108 views
Rewrite ugly URL to clean URL
Im trying to go from:
http://www.example.com/product?level1=value1&level2=value2&level3=value3&level4=value4
To:
http://www.example.com/product/value1/value2/value3/value4
Sometimes ...
1
vote
1answer
207 views
How To Consistently Enforce Rewrite Rule in Plugin Development
Let's say I create a customer support plugin that hijacks the /support part of the URL and redirects it to an MVC framework in my app folder of my plugin folder, like so:
RewriteRule ^support(.*)$ ...
1
vote
0answers
26 views
How to pass url as a parameter in a add_rewrite_rule
I am building a plugin which relies on passing the url as a GET parameter. Now, I am trying to prettify the links by using rewrite rules but am stuck.
What I have now:
function ...
1
vote
0answers
47 views
Rewriting single post url; add_rewrite_rule problem?
I have to customize single post permalink (the structure of the permalink) if posts have a certain value in a certain custom fields.
I use the filter post_link to change permalink when needed, and ...
1
vote
1answer
64 views
Custom Rewrite Rules
I am developing a plugin, the goal of which is to allow for a bookmark-able, pretty permalink search engine on a single page. To do so, I am using WP's rewrite rules to allow for the ...
1
vote
0answers
37 views
Customise particular RSS permalink
From my old static website, I want to preserve some URLs like the RSS Feed one.
My feed URL is http://traduction.bainslesbains.com/actualite-russe.xml and I want to redirect it to the category feed ...
1
vote
1answer
157 views
Need to add rewrite rule that adds in additional information about the post to url
A have a post type for venues which have the attributes title, state, and suburb. Currently using the default WordPress permalinks I get the following format:
mysite.com/venue/{title}
However, I ...
1
vote
0answers
196 views
query_vars in plugin not working?
I have a problem writing a plugin for wordpress.
First, I register a new query_var and add a new rewrite rule:
function nng_users_query_vars( $vars ) {
array_push( $vars, 'nng_users' );
...
1
vote
0answers
55 views
What add_rewrite_tag()'s RegEx matches against?
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, but I don't even know what the ...
1
vote
0answers
97 views
Struggling with add_rewrite_rule
I've read this:
Wordpress redirection to get url friendly
That led me to this:
1) wp.tutsplus.com/tutorials/creative-coding/the-rewrite-api-the-basics/
2) ...
1
vote
0answers
85 views
Evaluating a external rewrite rule before internal wordpress rewrite rule
I am been plucking out my hairs since last few days trying to solve this problem:
I want to convert my urls from format
http://example.com/prodsearch/category/tag1-tag2-tag3-tag4
to
...
1
vote
1answer
75 views
Different rewrite rules for taxonomies and cp in multisite?
I´m making a multilingual site with multisite and I`m wondering if you can specify different rewrite rules for taxonomies and custom posts for the different sites, that are using the same theme. Maybe ...
1
vote
1answer
538 views
Auto generate rewrite rules for multiple taxonomies
so i'm back with rewrites... i am looking for a more automated solution.
i stumbled across this on the interwebs:
/**
* Generates all the rewrite rules for a given post type.
*
* The rewrite ...
0
votes
1answer
166 views
Rewrite /category/cars into /topics/cars
I know there are plenty of question and posts about this out there, however I couldn't find a solution or existing thread to my specific question.
If I list my categories and click on "cars" the url ...
0
votes
1answer
36 views
why does add_rewrite_rule refresh and loose url variables
I am using:
add_action( 'init', 'add_author_rules' );
function add_author_rules() {
add_rewrite_rule(
"support/([^/]+)/?", "index.php?category=$matches[1]", "top");
}
in the ...
0
votes
1answer
116 views
Problems with rewrite rule
I realy cant to figure this out.
What i want to do, is this URI http://www.hotels-lithuania.net/index.php?page=76&type=hotels&id=1 transform to http://www.hotels-lithuania.net/item/hotels/1.
...
0
votes
2answers
100 views
+50
Rewrite custom post type url's adding meta box values
I've got these custom post types (CPT) and meta boxes:
Movies (CPT)
Genre (Meta box)
Genres (CPT)
If one movie is called Die hard then I want the permalink to be:
/genres/action/die-hard
This ...
0
votes
1answer
50 views
Wordpress Rewrite Rule
I have a standard page setup at http://mysite.com/mypage/
I'd like to setup a rewrite rule in my theme functions that takes any URLs such as:
http://mysite.com/mypage/helloworld/ <-- Currently ...
0
votes
1answer
42 views
Monkey Man Rewrite Analyzer says my rule will trigger but it doesn't [closed]
I installed Monkey Man Rewrite Analyzer, i got a rule installed, it shows in the list, if i test it with monkey man it says it will fire but it doesn't in reality, whats wrong?
add_action('init', ...
0
votes
2answers
104 views
How do I make WordPress revise an .htaccess file a certain way?
I've learned just a slight bit with WordPress Rewrite API -- just enough to add another rewrite rule for a plugin. The plugin works if installed in the root, but I'm finding that if one installs ...
0
votes
1answer
160 views
Redirect old query string urls to new SEO urls
I had urls like example.com/?area=new-york. area is a custom taxonomy. I had to change the urls to example.com/new-york. I want to do a 301 to new urls if previous urls are accessed. and I want Google ...
0
votes
2answers
248 views
custom wordpress rewrite
I am trying custom rewrite for following url...
http://www.domain.com/lp/1
and it would be parsed using
lp.php?p=1
I have tried following...
add_action( 'init', 'aagt_rewrite_add_rewrites' );
...
0
votes
2answers
611 views
Fatal error: Call to a member function add_rewrite_tag() on a non-object in /wp-includes/taxonomy.php on line 333
I get this error while trying to load wordpress in a smarty template. But when I visit wordpress I dont get that error any where.
the code I use to load wordpress is :
{php}include ...
0
votes
1answer
86 views
Requested URL changes when using custom rewrite rule
I'm having basically the same problem as question #44117. I have a custom rewrite rule set using add_rewrite_rule, but when the user goes to the page, the entered url changes and the value is lost.
...
0
votes
1answer
187 views
Keep requested/entered url with add_rewrite_rule
I've got url-rewriting partially working. I have this rule:
...
0
votes
1answer
32 views
Wordpress Rewrites - How can I pass a variable to Custom Post Type?
I'm looking for a wordpress rewrite that will let me pass a query var. I have a custom post type that produces urls like this:
example.com/custom-post-slug/custom-post-title/
my goal is to have
...
0
votes
0answers
60 views
permalink and add_rewrite_rule - error 404
I'd like to have comments in a separate page with a dedicated template only for posts in a specific category (slug shops). Example: mysite.com/post-incatshops --> mysite.com/post-incatshops/comment
...
0
votes
0answers
35 views
Adding in Custom Directory/Path in URL Without Effecting Permalinks
After several tries of piecing together different forms of add_rewrite_rule() and .htaccess edits, I have not been able to find a solution that works. I want to add in a custom directory to a ...
0
votes
0answers
31 views
Permalink of Custom Post Type
I am trying to create a custom post type called an 'event' and have it's permalink structure be as follows:
www.domain.com/events/238
where 238 is the post ID. However, when I navigate to the page, ...
0
votes
1answer
34 views
What is the proper way to use add_rewrite_rule to remove the (question mark)?
I have a page called "People" with a custom template that takes in a variable called name:
example.com/people/?name=FirstLast
What I want is this:
example.com/people/FristLast
I know I need to use ...
0
votes
0answers
42 views
Hierarchical Custom Post Type Permalinks, %postname%, Rewrites, Permastructs, Oh My
First go at programming with WordPress, I am trying to use custom post types (CPT) to organize 'Log' 'Entries' by 'Console'. So it's a one-to-many relationship between Consoles and Logs, and ...