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
2 answers

Wordpress personalized permalink

Bonjour! I'm using a translation plugin on my web site that doesn't display on mobile display (column where the plugin is displayed is not visible on mobile). When I put my article in english, the url becomes:…
Jeanjean
  • 723
  • 2
  • 12
  • 22
0
votes
1 answer

wordpress permalinks error 404

i am new to word-press, i have made my own theme in wordpress but the problem that i am facing is the permalinks which are not working and showing me error 404 when my permalinks settings are at default it gives "The requested URL…
ShodowOverRide
  • 451
  • 2
  • 5
  • 15
0
votes
1 answer

PHP Permalink not working

I would like to create permalink for my url. So I have added .htaccess file to my root but it does not change. vid is post id and id is page index. Thanks. http://www.yatha.tv/play.php?vid=954&id=2 RewriteEngine…
Alex Aung
  • 2,637
  • 5
  • 34
  • 63
0
votes
1 answer

URL rewrite in htaccess

How can I redirect http://www.mywebsite.com/confirm-registration/?registration_date=1405281684&email_address=email@googlemail.com to http://www.mywebsite.com/blog/confirm-registration/?registration_date=1405281684&email_address=email@googlemail.com…
Dipak G.
  • 715
  • 1
  • 4
  • 18
0
votes
1 answer

Wordpress - Dynamic "static" permalink based on permalink taxonomy

I'm running an application that has a problem that I'll be glad if anyone help me with it. Today, my permalink looks like: http://example.com/%estado%/%category%/%postname%/ (Where %estado% is a custom taxonomy I've created. Already working and…
0
votes
2 answers

WordPress permalinks issue on online server

I work first on localhost (xampp) and I completed the work of WordPress. It runs successfully, but when I upload all my project on online server the permalinks not work properly. I first save permalinks "Default" and check the website, the website…
user2967872
0
votes
1 answer

Cannot start Permalink with "about"

I have a very strange issue. I'm trying to create a page called "About Us" and the permalink renames itself to "us" or if I just try and change it to "about," it reverts to the draft ID. Here's the TS I've done. Cleared the trash from pages and…
0
votes
1 answer

Wordpress Custom Type permalink with custom Taxonomy slug

I have a custom post type on my site called Homes, with a custom taxonomy called homes-category. They are both working correctly, but I am having trouble with the permalinks. I need the permalink to be homes/homes-category/pagename. I wrote a…
user3792128
  • 21
  • 2
  • 5
0
votes
1 answer

How do I remove the 'category' from the URL using wordpress with my custom structure?

My current premalink settings are the 'Custom Structure': http://example.com/mysite/%category%/%postname%/ while having a "." (dot) in the 'Category base' line. what makes my sites URL look like this when entering a…
Imnotapotato
  • 5,308
  • 13
  • 80
  • 147
0
votes
1 answer

Variable string in wordpress page permalink

I have a page in wordpress which shows all registered users in a table. When clicked on a user you'll be redirected to their user page. Here is a sample: echo ' '.$result->firstname.'…
Paktwis Homayun
  • 300
  • 3
  • 17
0
votes
1 answer

Tumblr Pagination: How to make the “Previous Page” button go to the permalink of the "Previous Post"

I know this has already been asked here before, but I figured I'd give it a shot since none of the answers I have found online have worked when implemented. I'm currently testing version 4 of the Simple Webcomic Theme (designed by Mr Geo Neo) on…
0
votes
0 answers

Wordpress - Displaying content inside the custom post's permalink

In wordpress all posts have permalinks, and all non-custom posts will have the information displayed in their permalink which would let you see only that specific post. However, I'm using Custom Post Types and I noticed that when I access their…
Bob Lozano
  • 838
  • 2
  • 13
  • 38
0
votes
2 answers

How to remove category from wordpress url?

I am new to wordpress so i am facing a problem in removing /category/ from wordpress URL http://domain/category/category-name So i would like to know how to remove /category/ from the url. I have tried various solutions like Go to Settings >>…
Dev
  • 612
  • 2
  • 13
  • 33
0
votes
3 answers

Use permalink in PHP with HTML

I have a question using HTML and PHP combined. I have this little code: $args = array( 'post_type' => 'program', 'posts_per_page' => 100 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); echo…
stroeda
  • 86
  • 1
  • 9
0
votes
1 answer

How to show multiple subcategories in URL

Currently I have /%category%/%postname%/ in permalinks, which works for items in one category, but it doesn't work for nested categories, eg: Electronics > Computers > Lenovo > postname I want the URL to be…
Mankind1023
  • 7,198
  • 16
  • 56
  • 86
1 2 3
99
100