Questions tagged [permalinks]

A permalink, or permanent link, is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives.

Because a permalink remains unchanged indefinitely, it is less susceptible to link rot. Most modern weblogging and content-syndication software systems support such links. Other types of websites use the term permanent links, but the term permalink is most common within the blogosphere. Permalink is a portmanteau word made from permanent link. Permalinks are often simply stated so as to be human-readable.

1800 questions
0
votes
1 answer

permalink Issues in my .htaccess page

Please give me a suggestion for my question. when we set permalink in our site then the .htaccess code is RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] my site…
krish
  • 221
  • 1
  • 4
  • 20
0
votes
0 answers

How to add author nickname to wordpress post permalink urls?

How to add author nickname to post permalink urls? Like: http://example.com/post-title-%nickname%
h404
  • 31
  • 5
0
votes
1 answer

Wordpress custom meta box loop destroys post slug

Now this is a crazy one. So bear with me... I have a custom meta box. Inside it I have a post loop, that prints out another custom post type titles. I got everything to work, save etc. But now from that loop, the first posts title jumps into the…
Joosep
  • 1
  • 1
0
votes
2 answers

Replace plus (+) with dash (-) in Wordpress search

How can i change the url plus(+) sign to dash(-) in url with htaccess. This is the code i have so far: Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} ^[A-Z]+\ /(#[^?&\ ]*)?\?([^&\ ]*&)?s=([^&\ ]+)[^\ ]*\…
panjianom
  • 236
  • 4
  • 18
0
votes
1 answer

WordPress Custom Post Type and Taxonomy URLs

I made a custom post type and taxonomy so that I could have a structure of /episodes for an archive page that would show all children "terms", /episodes/custom-term to show an archive of a specific term, and /episodes/custom-term/post-title to show…
0
votes
2 answers

WordPress: How can set all big title in URL

I have error in permalink, I have post that title is big like :- Tesla will reportedly build its EV battery 'giga factory' in Nevada Now when open the post in my site i see permalink like…
Kam
  • 29
  • 1
  • 9
0
votes
0 answers

How to change wordpress permalinks without give 404 error?

i want to change my wp post permalinks from: /post/%post_id%.php to: /%post_id%/%postname% But it makes 404 errors from last post links. How can i fix it? i used this Plugins: Dean's permalink migration, Simple 301 Redirect And Change…
0
votes
2 answers

Wordpress and Joomla Permalinks plus domain redirect to specific subdirectory on Zeus

Here's what I'm trying to do: joomla in 1 subdirectory, wordpress in another. mysite.com directs to the joomla directory mysite.com/blog gives wordpress. I would also like to use seo friendly permalinks for both. I am using Zeus Linux shared hosting…
moss
  • 1
0
votes
0 answers

Wordpress - I changed my permalink structure, now images are not displaying

I changed my permalink structure from post number to post name. However, now all of my images are not displaying except for on the home page. All of them have src= "./wp-content...". I read about a solution where I can just explicitly write src = "…
bob
  • 227
  • 3
  • 17
0
votes
0 answers

Rewrite Role does not apply

I have php website and I have created .htaccess file. I have two rules. One for force www and other for permalink. I want to change following Url http://www.yatha.tv/play.php?vid=1437&id=1 to http://www.yatha.tv/1437/1.html But this rule does…
Alex Aung
  • 2,637
  • 5
  • 34
  • 63
0
votes
1 answer

ACF PostObject return title and permalink

I have some code, namely -
0
votes
4 answers

Wordpress Permalink issue with Custom Post Type, only works if I'm logged in

I'm pulling my hair out and hope someone can help. I have created a custom post type - event. add_action('init', 'event'); // Events post-type function event() { register_taxonomy_for_object_type('category', 'event'); …
glenn
  • 94
  • 1
  • 10
0
votes
1 answer

Wordpress ignoring custom permalinks structure

I have a custom structure for permalinks (Wordpress 3.9.1 + Types 1.5.7) like this: /%post_id% But wordpress returns me something like this: /post-type/%postname% It seems like wordpress overwrites my post_id param. Any idea?
Hachecode
  • 31
  • 1
  • 8
0
votes
0 answers

Wordpress permantlink error404

I am doing a wordpress page on digitalocean. I have a problem when I set permantlinks in my dashboard. The problem is, the server switch links, but sending to a 404 page. http://5.101.99.123/ there is my server. I Delete old .htaccess Module…
Apeiron
  • 1,881
  • 2
  • 13
  • 21
0
votes
0 answers

htaccess URL rewrite issue - permalinks

I am having some issues trying to prettify some URL's. Basically I need to make this URL http://domain.com/actualfolder/fakepath/this-is-the-article.php to display content from this page http://domain.com/actualfolder/articlemanager.php. The…
Ovidiu
  • 157
  • 13