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
1answer
17 views

Category / Custom Post Type permalink issue

So I'm currently working on a client site and trying to switch some old posts over to use new custom post types. Prior to this point, her website was set up in such a way that she could add both ...
-1
votes
0answers
12 views

Permalinks and order of posts on blog

I deleted the 'uncategorised' category from some of my posts today and now the permalinks have changed and the order of my posts is no longer in reverse chronology. Any thoughts please?
0
votes
0answers
10 views

Unwanted Links and Spam Wordpress Pages and Posts

In webmaster tools I have a number of crawling errors of the Google spider. for example http://mydomain.com/my-page/de/roulette.html They say they cannot crawl to this page.. but what kind of page ...
1
vote
3answers
36 views

Custom permalink with two parameters

I am using custom structure for permalink: /%postname%/%page%/%year%/. When I navigate to http://wordpress-serv/projects-teams/designers/19/2013, it gives me 404 "Page not found". Nonetheless, it ...
0
votes
0answers
34 views

How to Replace the Post title with post_ID on the URL for Custom Post Type?

I created a custom post type and also registered taxonomy which is working just fine. Now on the URL it shows something like this: url/cpt/taxonomy/post-title But I want to change the ...
0
votes
1answer
14 views

Tag URLs load a single post

I recently rebuilt a WordPress install (maintained database, replaced WordPress/plugins/theme files) after the site was compromised. It is working more or less correctly now, with the exception of tag ...
0
votes
1answer
34 views

Why doesn't flush_rewrite_rules run on plugin activation?

I'm trying to flush rewrite rules in a plugin and it isn't working. I have to go to permalinks -> save in the admin panel for the rewrites to flush. Can anyone see why? class SpektrixPlugin { public ...
0
votes
1answer
26 views

Wordpress Permalink Redirect 301

<?php $permalink = get_permalink( $id ); header("Location: ".$permalink, true, 301); ?> Iam redirecting the URL without the id to id with 301 this php code is giving me problems, is the ...
0
votes
1answer
12 views

Visiting posts results in 404 errors after host migration

I have migrated my WordPress blog from one host to another by way of transferring the files and exporting/importing my database, updating URL references where needed. On my new host, I can ...
0
votes
1answer
13 views

Query Custom Posts - Add To Selection

Which I have working, but not correctly. When I add this metabox to my page it messes up the permalink to always display the slug of one of the organization post types. When I remove this metabox the ...
0
votes
1answer
51 views

How can I emulate permalink behaviour on static pages

I am working on a Wordpress site which is displaying results from an Events API on a given page. the page is at /whats-on. I want to provide links on the page which are formatted like ...
0
votes
0answers
13 views

problem with pagination in custom permalinks

I have set custom permalinks: /%category%/%year%/%monthnum%/%day%/%postname%/ When I use the following url: http://revelutions.com/sandbox/one/2013/08/30/ works fine. However, when I click on the ...
0
votes
0answers
7 views

use both type of permalink in my theme

How to use one type of permalink /%category%/%postname%/ for some posts and to use /sample-post/ for some other posts. If I had this link like: (website_name == codedesign) Do you want to learn ...
0
votes
1answer
14 views

why some permalinks adding characters/ruining links

I am using a gallery to link to some sub categories. Some of the links within the category work exactly how they should. However there are a few that are adding strange characters on the end, I've ...
2
votes
2answers
51 views

Why would Numeric permalinks work, but %postname% won't?

[Question edited as I discovered more] I have a weird problem, in that my permalinks do not work. Well actually, it works when the permalink-structure is set to something which begins with static ...

15 30 50 per page