A permanent link to an item (a blog post, an attachment, ...). The default structure is "?p=123", but WordPress can handle "pretty permalinks" and will rewrite them internally to the former version. If you have a question about special rewrite structures you should use the [url-rewriting] tag.

learn more… | top users | synonyms (1)

0
votes
0answers
36 views

Permalinks do not work on Event sub-pages

I use the Event Manager Plugin, and I'm having a problem with permalinks. When I set "Post name" option, I get "Page not found". I have an event page: example.com/events/event-1/ This Event page has ...
0
votes
0answers
29 views

Adjusting Pagination

I am currently try to fix some issues in the pagination on one of my client's sites. The code that was in place is: if (!function_exists('prime_pagination')) { function prime_pagination($args = ...
0
votes
0answers
58 views

how to set up permalinks to contain special characters

I have been trying for months to make a one page WordPress site. This site has need for a special character set in the navigation in order to work. Each page is set up in an unordered list based on ...
0
votes
2answers
48 views

Permalink target for recent post

I am trying to set up code to submit a post to StumbleUpon, from my Rothmania site. The code reads href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php ...
0
votes
0answers
17 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
23 views

TCPDF and permalinks

I am currently using a post to pdf plugin 'Hacklog down as pdf' which works ok. I've used it before in a current working environment. It suddenly stopped working but I have found out that when ...
0
votes
0answers
59 views

Custom Post Type Link not working

I have been messing with this problem for 3 weeks already with still no results. I downloaded the Rewrite Rules Inspector and Flushed the rules that are missing. The server I'm using for hosting uses ...
0
votes
2answers
26 views

unique identifier for the same pages in a multilanguage/site context

I've got always the same problem. If I program a multisite for multilanguage purposes, I cannot find a way to not change the page links in every language. I mean, suppose I've got a page named ...
0
votes
1answer
115 views

how to remove products-page from url wp e-commerce

How do I remove "products-page" from the URL? Currently, my URL is www.example.com/products-page/accessories. I want www.example.com/accessories. How do I that in WP e-commerce?
0
votes
0answers
23 views

WP pages return 404 after BP installation

I am running an installation of BP 1.7, which I am loving to bits. All my permalinks within BP (members, activity, etc.) work perfectly fine, but my "regular" Wordpress pages (about, contact, etc.) ...
0
votes
0answers
31 views

Create custom permalinks / rewrite

How can create a custom permalink in my functions file that would include a template page when you go to a custom url: http://example.com/members/settings I have a template page at ...
0
votes
0answers
43 views

Trouble with pretty permailnks buddypress .htaccess custom posttypes

I have a buddypress/bbpress website that also has multiple additional custom post types. After adding each new custom post type I would update permalink settings to correct the 404 not found occuring ...
0
votes
0answers
23 views

How to create link to posts in WP-Markdown

I am using WP-Markdown plugin for writing posts. In one post I wanted to add a link to another post, but since I am using Markdown editor I had to add the URL (permalink using month and name) of the ...
1
vote
1answer
89 views

Allow duplicate permalink slugs for posts in different categories

I have my permalink format set to /%category%/%postname%/ and I have two posts with the same permalink slug, but in different categories. Ideally, the two permalinks should look like this: ...
0
votes
0answers
38 views

Include other parameters in permalinks for better management of browser history

In single.php, I have the following items that I manage (create, update, hide) with jquery/ajax: a <select> tag in which I return all website categories. a second <select> tag in which I ...
0
votes
0answers
29 views

standard post with extra parameter brings permalink problem

This problem concerns several rewrite rules, but i'll stick to one, for clarity. In my theme, i use a parameter "parentid" which gives me the page/post/custom post i've clicked on (the parent). in ...
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 ...
1
vote
1answer
49 views

resetting permalinks after changing page names

After a lengthy staging time, many page categories, pages within pages, need to be retitled. This made a mess of my link structure and now I'm having a real hard time try to figure out how to reset ...
1
vote
0answers
41 views

How to rewrite a URL to another rewritten URL without changing the address?

Just got to the end of a site build and the client is now saying the original site URL's need to stay the same and do not want to do 301 redirects due to loss of link juice. The structure of the site ...
5
votes
1answer
137 views

Wordpress Permalink changes to question mark (?) in URL

My Permalink custom url is /%post_id%/%postname%/ and my website is in Persian language, for some posts the Permalink is change in URL from ...
0
votes
1answer
47 views

Dynamic Custom Permalinks

I have a scenario in which the intention is to make custom permalink that can be changed dynamically, for example: If a country information is showing up then the URL should be ...
2
votes
2answers
117 views

Catch 404 after changing permalink structure from /%postname%/ to /%category%/%postname%/

I made a site some time ago and after some days some posts were indexed by search engines. Today I changed the permalink structure from /%postname%/ to /%category%/%postname%/. After that, when ...
0
votes
1answer
47 views

Issues when changing permalink Structure

I wanted to change the slug of the portfolio of my page, it is actually /portfolio-item/ i went to my custom_post_types.php file and changed the rewrite rule of the slug to my needs, but when i flush ...
4
votes
1answer
42 views

How to i18n slugs for templates?

some templates are chosen from WordPress based on slugs (e.g. category-{slug}.php). Problem: How can I use the same template for an i18n'ed slug? Example: I have a category-news.php and an english ...
0
votes
1answer
152 views

Custom Post Type nest under a normal WordPress Page

EDIT Again, nope it's not impossible, just nasty. Solution below. Trying very hard to get this working. Have tried numerous suggestions here on stackexchange/overflow My goals are to simply select ...
0
votes
0answers
85 views

custom Wp_Query / permalink + wp_pagenavi = not working

Testing it in my WAMP environment (with default permalinks), next/previous/page number(s) (links) pulls up the appropriate information - pushing it to live with a custom permalink structure results in ...
0
votes
0answers
50 views

Use $_GET with permalinks on page

I'm currently trying to use a $_GET to populate a MySQL query with in a URL on another page within a Wordpress site. URL sample: <a href="http://site.com/file.php?alabama">Alabama</a> ...
0
votes
0answers
32 views

Complex regex to add_rewrite_rule

I'm making a plugin and I need to get the URL stay that way: /user/user-name/musics/music-category-slug/page/1 Real example: /user/mike-yoles/musics/rock/page/1 . user/ => post_type ( I ...
0
votes
0answers
37 views

After server migration (local server to online server) permalink don't work

I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server. I have used the Search and Replace Tool on my online server script: ...
0
votes
0answers
98 views

Problem with permalink structure of parent-child custom post type

Okay, This is the scenario. I am building a hotel website using WP. I have two different CPT, which are hotels and rooms I have set up the pages and archive for hotels. Now 'rooms' is the child of ...
0
votes
0answers
61 views

How to pull Magic Field items in a group by a specific permalink and not the list order?

I am currently making some fixes to a site that someone else built. They have a custom post type called 'News" within that is a group called 'Category List' with an image, title and description. The ...
0
votes
0answers
28 views

Wrong permalinks for custom post type on multisite install

I'm working in a multisite instance of WP that is using subdirectories and am trying to add a custom post type to a child site. I'm trying to get custom post permalinks that look like so: ...
0
votes
2answers
50 views

How to embed a new string in url?

I am creating a custom tours and travel theme in which I have created custom post type Cities, Locations, Destinations and i am using custom permalink structure. /%category%/%postname%/ So now I want ...
0
votes
1answer
21 views

Get permalink to page?

I know this is going to be simple but I can't work it out. I want to create a nav in the footer listing each page and it's child pages. It will look something like this <ul> ...
4
votes
1answer
50 views

When creating a WordPress page, a “-2” suffix is added to new pages' permalinks

I have noticed after deleting an original page in WordPress with lets say a permalink of your_domain.com/contact/ and then trying to recreate the same page with the same name/slug, my WP is generating ...
0
votes
0answers
29 views

Looking for a way to give deeper links on the menus

Is there anyway to make links as sections? for example: www.mywp.com/en/company/about www.mywp.com/en/company/contact www.mywp.com/en/company/jobs www.mywp.com/en/product/one ...
0
votes
1answer
20 views

What is the simplest way to create a redirect

If I have a custom post type called Drink which has permalinks like /drink/pepsi/ then /drink/ will list all of the Drinks. How can I rewrite /drink/ to /drinks/? I want permalinks for single Drinks ...
0
votes
0answers
49 views

Is redirection possible without WP permalink nor plugin?

I have to set a new version a site (which wasn't made with WP), and i need to 301 redirect my old pages for obvious SEO purpose. At the moment i have issues with my WP permalink rewriting, since i ...
0
votes
0answers
36 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
0answers
50 views

Problem with adding rewrite rules when using permalink redirection

When you change the post_name of a post, WordPress keeps the old post_name in the posts_meta table as wp_old_slug linked to the same post_id so the redirect from the old permalink to the new works ...
0
votes
0answers
46 views

Permalink rewrites not working

with a structure of http://mysite.com/myblog/ I am trying to set up rewrite rules for the pages and posts in the blog, but they break and show a 404. I confirmed that mod rewrite works by manually ...
0
votes
0answers
36 views

Remove child categories from permalink

I have a custom post type permalink setup which looks like: .../post_type/%category%/%postname%/ The problem is that when I have sub-categories, it adds them in the URL. Instead of: ...
0
votes
0answers
48 views

Add query var to every post permalink

I have to add a variable value myvarvalue to every post permalink. Every post could have it but could also be empty, so it's not necessary they will have. The permalink should be: ...
1
vote
1answer
25 views

Default permalink changes

I need to use in my permalinks same titles for different post types and as far as I know the slug must be unique so the permalinks cannot be: custom-post-type-1/hello-world ...
0
votes
0answers
38 views

How to set a Custom Post Type as the parent of a WordPress Page?

I have a Custom Post Type called Recipe with permalink mydomain.com/recipe/a-recipe-name. I would like to create a subpage (containing some details on the recipe) with permalink ...
1
vote
0answers
47 views

Lost of query parameter when using permalink

I have many issues with the use of rewriting, but i'll just point out one in this post to be specific. In my theme i use custom post type, with custom taxonomy function custom_post_realisation() { ...
0
votes
0answers
73 views

Relative or Absolute Paths for Flash Video Player Files

I have a Flash SWF file working correctly in the root of my website. It is fully embedded, with everything including the player hosted directly on the website (not a YouTube embed). This flash file ...
1
vote
0answers
31 views

Custom permalinks rules don't match and lost of query var in the process

For my theme i created custom post types (realisation, video). All is working now without the rewriting, but i have trouble when i apply rewriting. my urls are like this : 1) ...
3
votes
1answer
49 views

Removing hierarchical pages in the permalink

I have several pages set up in a hierarchy on my site. Currently the site's pages and URLs look like this. Page name | Current URL | Preferred URL ...
0
votes
0answers
39 views

Link to portfolio page

I am using panoramica theme. I have made a portfolio item in category solutions and I have another subpage with of this portfolio page which is another portfolio page. I want to give the link to one ...

1 2 3 4 5 19