Refers to the process whereby an URL is manipulated to create what in WordPress is called a "pretty permalink"
0
votes
2answers
141 views
Category URL Management
When you keep the category base ( that is you don't remove it by a plug in) WordPress does allow you to browse to your 2 level deep category in two different ways as the example below would ...
2
votes
1answer
714 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, ...
0
votes
1answer
337 views
Rewrite rules for using the same base slug for multiple content types
I'm not sure if this is possible or not, but here is what I'm trying to achieve. I'm using WooCommerce, and I have it setup to prepend a base slug and the product category to my product permalinks. ...
0
votes
1answer
272 views
Creating /blog subsite on WP multisite network
I've had a site for a few years that till yesterday consisted of two WP 3.2.1 installations- one for the main site and one for the blog, which had a different theme and was located at [site.com]/blog.
...
0
votes
1answer
68 views
Wordpress redirection to get url friendly
I want to get url friendly for pass data to page from other page.
I explain :
I have on i classic wordpress page, url like it : ( example.com/agent/name_agent )
it's url build dynamically. ( ...
0
votes
1answer
205 views
Why wp redirects me to wp-login.php when I visit a rewritten wp-admin URL?
I have this rewrite rule
^dashboard(.*) wp-admin$1 [L]
and wp redirects me to wp-login.php when I try to visit /dashboard (even if I am logged in)
Any idea why this happen, and how I can solve ...
5
votes
2answers
421 views
Permalink format: singular or plural
The default is singular, e.g.
http://example.com/category/apple/
But I am wondering if it is better to use the plural form, e.g.
http://example.com/categories/apple/
Are there any guideline on ...
4
votes
2answers
4k views
Custom Post Type URL Rewriting?
I setup a custom post type for my portfolio projects. The main URL for this is located at /projects/
Now I've also setup my blog posts permalink to /articles/*/ for the permalink structure. This ...
0
votes
1answer
94 views
How can i maintain permalink structure and avoid a 404 error when loading external content?
I created a page called Catalog and also a template called page-catalog.php. The url looks like this now:
sitename.com/catalog
So far so good, however i use some custom php stuff to list products ...
0
votes
1answer
49 views
rewrite file to wordpress
I have in my plugin dir a endpoint.php and need to rewrite like this:
http://domain.com/API/endpoint.php
This is the code I've used:
add_rewrite_rule( 'API/endpoint.php', ...
4
votes
3answers
497 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 ...
1
vote
1answer
657 views
Sorting Posts Via Custom Taxonomy Values Using Checkboxes?
I am working on a project that has a dropdown of custom taxonomy values called "Disciplines", there are only 4 of them in the dropdown. The way it has been designed is that you can select more than ...
1
vote
2answers
4k views
Slug for custom post type archive
I created a new custom post type 'Projects' and want the archive of all posts of this type to be available at mysite.com/projects. At the moment all project single posts are shown with a slug as ...
1
vote
1answer
107 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 ...
4
votes
3answers
310 views
How to add a custom URL placeholder to author archives?
I am working with a client who has a directory site that allows users to create accounts, then lists of items from the directory. Right now, whenever a user creates an account, she gets a profile URL ...
0
votes
1answer
493 views
Custom Taxonomy Archive URL rewrite
I would like to create an archive page with a list of my custom taxonomies that link to a page that shows posts with that taxonomy relationship.
I registered my taxonomy like this:
...
1
vote
1answer
612 views
Child pages on hierarchical Custom Post Types 404s
I've been working with Custom Post Types lately and haven't had any major problems. This time I'm trying something new. I want to create a CPT which basically works like Pages, with page hierarchy.
...
0
votes
1answer
226 views
Custom Post Type Date Based Archive URL rewrite [duplicate]
Possible Duplicate:
custom post types, wp_get_archives and add_rewrite_rule
I have a custom post type called "course" and I would like to create a date based archive similar to the default ...
0
votes
2answers
186 views
Help with url rewrite
How can I turn a URL like:
http://site.com/?project=5
into:
http://site.com/project/5/
?
I was looking the rewrite doc here:
http://codex.wordpress.org/Class_Reference/WP_Rewrite#Examples
and ...
1
vote
1answer
176 views
How to define a callback for an URI?
I have a function in functions.php like so:
function myplugin_mycallback($id) {
// do something
}
I want this function called whenever a URL like myplugin/mycallback/xxx is accessed.
How/where ...
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. ...
0
votes
1answer
279 views
add_rewrite_rule() not playing nice with child pages
function my_add_rewrite_rules() {
add_rewrite_rule('testing/([^/]+)?$', 'index.php?pagename=testing&event_slug=$matches[1]', 'top' );
}
add_action( 'init', 'my_add_rewrite_rules' );
function ...
1
vote
2answers
203 views
How to map permalinks with accented letters to sanitized slugs?
To keep legacy entries on a blog hosted on TypePad on sync with a new WordPress installation...
How do I map this permalink with accented letters:
domain.com/no-es-fácil-alejarse-de-la-política
to ...
0
votes
1answer
121 views
Wordpress add_rewrite_rules for custom URLs ending in .html
It's pretty common to see Wordpress running on pretty permalinks in the style of:
/blog/2012/04/my-post/
However I'm trying to customize a fresh Wordpress install with a different set of URLs. I ...
0
votes
1answer
254 views
Removing the base “Author” or changing it to something else. is it possible?
Is it possible to remove the AUTHOR base?
Is it possible change it to postedBy so that the urls is site.com/postedBy/joe
And finally, is it possible to remove a custom taxonomy base from the url so ...
0
votes
1answer
34 views
Format HTTP links
I have a custom page template creating an xml feed found on a WP page at http://example.com/xml/
I am trying to access this xml document via Google Maps but it appears I need the actual file name ...
3
votes
1answer
85 views
How would I leverage custom Taxonomies in this scenario?
2 Tier research:
I am building a site for a client that specializes in research travel. They offer 2 tiers of research assistance, "Standard" and "Premium". Each of those levels of service have ...
0
votes
1answer
516 views
Custom Post Type and single-posttype template
I created CPT topic
function wpse100_create_cpt() {
register_post_type( 'topic', array(
'labels' => array(
//.....
),
'public' => true,
...
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
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 ...
2
votes
4answers
621 views
rewrite rules and querystring
When I go to the url mysite.com/photos/120 I'm wanting to get the 120 out.
In the PHP I want to be able to grab these "parameters" like the url was mysite.com?page=photos&id=120 or even just ...
6
votes
2answers
314 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 ...
1
vote
1answer
518 views
How to retrieve $_GET variables from rewritten URLs?
I need to receive some special $_GET parameters for a custom page I'm making, i know how to receive this through a simple $_GET like mysite.net/products/?id=1 , but I wanted to use the URL style of my ...
2
votes
3answers
299 views
flexible rewrite 'ramble' URLs with Wordpress
I want to access my post with id 17 like this:
http://localhost/archives/17/moot-bla-foo-ramble
In other words, the id shall decide, everything thereafter may (or may not) be the slug or anything ...
0
votes
1answer
106 views
How to use permalink query to go to specific tabs in posts
I'm not really sure how to phrase the questions, but hope it's not too confusing.
Basically I've create a plugin which inject custom tabs into the posts content when displaying. For now, just assume ...
0
votes
1answer
364 views
Setting up .htaccess for subdirectory [closed]
I've edited the .htaccess on root as referenced in Codex:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$
RewriteRule ^(/)?$ blog [L]
The /blog/ directory has a .htaccess file:
# ...
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
205 views
Append a value to a certain page's URL before page load
This particular website is using Tubepress to display a youtube video gallery. Now, Tubepress recommends that, to define which video goes to the front part of the gallery, we should append the id to ...
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(.*)$ ...
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 ...
1
vote
1answer
534 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
184 views
Auto 301 to full post permalink? (using /posts/%post_id%/%postname%)
I update my permalink structure to /post/%post_id%/%postname%, but if someone uses a URL like /post/1234 instead of the full URL of /post/1234/bingo-rulz, WordPress shows the post without giving a 301 ...
0
votes
1answer
559 views
Variables and custom permalinks using wp_rewrite [closed]
I want to get safe variables and clean urls using wp_rewrite.
Example:
/%category%/%postname%/?action=play
to
/%category%/%postname%/play/
Still can't find solution. Everytime get 404 error. ...
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 ...
0
votes
2answers
314 views
custom url - add attachment's id or name after post
I want to link to attachments but through its parent page.
/directors/piranha-bar/ shows all of that post's attachments on single.php
and i want /directors/piranha-bar/video/name-or-ID/ to still use ...
2
votes
1answer
322 views
How to create a specific frontend URL (not a Page) from a theme or plugin?
My theme implements an AJAX action that returns some dynamic content and needs some functions from the Wordpress environment. How can I construct a URL for the AJAX call in the most elegant and robust ...
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 ...
1
vote
1answer
176 views
How can I dynamically generate an image with a static image URL?
What I'm trying to do is very simple.
Whenever someone visits, say site.com/socialproof.png, I want it to use a rewrite rule to point it to a file in my plugins folder.
Can I do this with WP's ...
0
votes
1answer
149 views
How to configure Multisite Network with randomized hostnames?
I'm trying to convert a freshly-installed and functional WordPress into a multisite network. But I'm having problems because of our Apache configuration.
We use Apache to randomly redirect requests ...
2
votes
1answer
512 views
Custom post types - Use post_id in permalink structure when using has_archive => true
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:
...