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

Trying To Access A Wordpress Site Over The Internet

I have a wordpress site on the Ubuntu computer that I am using as a webserver. I have the wordpress system installed in /var/www/html. I have created pages which display nicely from any computer, tablet or handheld within my lan environment. I am…
0
votes
1 answer

modifying woocommerce product URL in wordpress

I want to modify the current permalink structure which Woocommerce assigns to different products which we create. Right now, this is how the URL of a product looks like: http://example.com/shop/coats-jackets/duis-aliquet-lorem-massa-1/ What I want…
Fahad Hasan
  • 10,231
  • 4
  • 29
  • 36
0
votes
3 answers

Issues with 404 pages when inserting posts and changing permalink to /%postname%/

The routine below inserts a page, sets permalinks to postname then attempts to update the permalinks settings. However, when I view the newly created page, I still get a 404 error. The only way to make it go away is to hit the settings > permalinks…
Scott B
  • 38,833
  • 65
  • 160
  • 266
0
votes
1 answer

Facebook plugin comments shows error: href URL is not properly formatted

I figured out that the permanent link structure is not working: All links to current page are changing to "./" No permalink contains the full url including the domain. I checked all the theme's relevant files, searched for "./" in the theme…
Donnie Ashok
  • 1,355
  • 1
  • 11
  • 26
0
votes
1 answer

Other permalinks works but not %postname%

WordPress › Support » How-To and Troubleshooting I have imported my site from mybb to WordPress 3.9.1 All seems to fine but when I change permalinks from numeric to %postname% some of the posts shows the permalink correctly…
Muhammad Arslan Jamshaid
  • 1,077
  • 8
  • 27
  • 48
0
votes
1 answer

Contact form not working due to permalinks

Am working on wordpress , and am trying to submit a form. It's not being submitted I guess due to permalinks please see my code below:
mkazma
  • 572
  • 3
  • 11
  • 29
0
votes
1 answer

How to make Plugin [WP-Hashed-ID] work with custom post type?

Please excuse the noob question, but I am fairly new at php. I am using the plugin WP Hashed ID, https://wordpress.org/plugins/wp-hashed-ids/, works well with a regular post, but my site uses a custom video post type and the plugin does not work…
0
votes
1 answer

How to edit .htaccess for mydomain.com/tag/iphone/iphone-manual to mydomain.com/iphone/iphone-manual

I need to edit my .htaccess to do something like this: from URL example.com/tag/iphone/iphone-manual to URL: example.com/iphone/iphone-manual I just want to remove the tag from its permalink. I don't know whether this could be achieve only by…
pingu
  • 31
  • 1
  • 3
0
votes
1 answer

How to create new URL link for wordpress post type page

I want to create custom URL for custom post type page. Recently, i was displayed my custom post as listing page with http://example.com/?post_type=movie. I want to change this link to http://example.com/movie. So, i want to know the way to change…
Nyi Phyo
  • 21
  • 1
  • 6
0
votes
0 answers

Wordpress: Archive Page with Variable and Pagination on Custom Post Type

I have a custom post type services; register_post_type( 'services', array( 'label' => 'Services', 'public' => true, 'supports' => array( 'title', 'editor','comments'), …
0
votes
1 answer

WordPress : Change %post_id% in permalink by a constant. Possible ?

I had an assignment of moving Joomla 1.0 content, categories and other stuff to the latest WordPress. Everything went fine, a few PHP scripts, a bit of fiddling with MySQL. But then, unexpected problem arose. I have to change permalinks to…
iSS
  • 2,598
  • 2
  • 14
  • 17
0
votes
2 answers

#1064 Syntax Error, Simple Search and Replace Command?

Switching Wordpress databases, and I am attempting to run the Search and Replace command to change all the permalinks. use ruepi; update [table_name] set [field_name] = …
julesverne
  • 109
  • 5
0
votes
1 answer

Redirect all Wordpress pages with query strings except search page

My old Wordpress blog didn't use pretty permalinks and instead used the ugly query strings to determine the page/article. I have moved my blog from 'blog.domain.com' to 'newblog.domain.com' and I'm trying to redirect all old page URLs with the ugly…
Ty Bailey
  • 2,392
  • 11
  • 46
  • 79
0
votes
1 answer

How can I get this permalink structure?

http://qz.com/206259/a-brief-history-of-soccer-in-the-us-and-why-it-might-finally-have-found-its-place-in-the-american-psyche/ qz.com runs on wordpress and uses a unique permalink structure I've never seen before. Wordpress can use…
andy
  • 2,746
  • 7
  • 47
  • 63
0
votes
1 answer

Rewriting product URL with keyword product in woocommerce for third party API

We have woocommerce installed. We are trying to integrate a third party API. The server sends a request to Woocommerce to get a particular info. When the URL is:…
1 2 3
99
100