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
6
votes
1 answer

dc.js permalink or href to share the visualisation filter state?

I am working on a dataviz with dc.js (http://edouard-legoupil.github.io/3W-Dashboard/) The main limitation is that when users find a specific fact while they explore the data, it is not easy to reproduce the exact filters they used in order to…
user3148607
  • 191
  • 11
6
votes
2 answers

Anchor Link To An Anchor Tag On Another Page Does Not Work

Information: Self Hosted WordPress Site Testing on local host using Uniserver as well as the Test site and pre-production site hosted on the company's local servers rather than FTP. Issue Created several Anchor Tags on one page Linked to said…
JHP
  • 121
  • 3
  • 12
6
votes
2 answers

wordpress permalinks not working 500 error

i made a mess of some kind my website was running perfectly but i did some changes to wpconfig i cant seem to remember and the result is that if i dont use permalinks and use simple page id the whole website works and if i try to use permalinks all…
dannysood
  • 1,129
  • 3
  • 18
  • 36
6
votes
2 answers

How WordPress permalink system works?

I am a php developer and i am currently developing a CMS/blog system. i want to add a permalink system like WordPress. i am curious about how WordPress parse permalink. For example, how to get data like id and post name…
sani
  • 137
  • 1
  • 7
6
votes
1 answer

WPML › Subcategory pages generates 404 ‹ WordPress

Short description of the problem So the problem is basically that when I use subcategories in the translated version of the site with wpml it generates a 404 page. In the parent category I can still see the post and navigate to it without a problem.…
superhero
  • 6,281
  • 11
  • 59
  • 91
5
votes
3 answers

Custom CMS, pretty permalinks like commercial CMS

I am currently whipping up a very basic CMS for a personal project of mine. It is as much for my own education as anything. One question I have is how do I achieve url's / permalinks without file extentions. I understand using get variables to pull…
Pluto
  • 73
  • 1
  • 4
5
votes
1 answer

Apache rewrite from subdomain to www but keep all permalinks

I've researched this for about 2 hours now and although most of the topics are similar, none have explained how to do what I'd like to do. I'm taking a blog that had a structure of blog.domain.com and moving it to www.domain.com/blog/. I need to…
5
votes
1 answer

How to create pretty URLs (permalinks) for website on Java?

I would like to make pretty URLs for my web projects on Java. For example, I have URLs like…
Alex Nevsky
  • 900
  • 8
  • 13
5
votes
3 answers

Install WordPress in its own directory but permalink fails

I installed WordPress on EC2, located in /var/www/html/wordpress. I followed the WordPress guide to copy index.php and .htaccess to root which is /var/www/html, and modified index.php and setting in admin panel. It works pretty well if I stick to…
HooYao
  • 554
  • 5
  • 19
5
votes
3 answers

Configuring per-directory permalink settings in jekyll

Is it possible to have different permalink settings for different directories? For example, if I have a Jekyll setup where blog entries are written into /blog/_posts/ and news items in /news/_posts, then by default each entry will have permalinks in…
Shawn Chin
  • 84,080
  • 19
  • 162
  • 191
5
votes
4 answers

Wordpress 3.1.2 Permalinks Broken

I have a fresh install of WordPress 3.1.2 (not upgraded but installed fresh), containing no plugins whatsoever. I'm having what seems to be from my googling a fairly common problem, but none of the solutions I can find work for me. I have a custom…
Caleb Fidecaro
  • 143
  • 1
  • 6
5
votes
4 answers

Remove Category Base from WordPress Category URL

I fished around the internet for a solution to this, tried a plugin or two to remove the /category/ from wordpress url's. While some of these plugins are good, the category link still display's /category/. Also I've tried putting in ./ in the…
daryl
  • 14,307
  • 21
  • 67
  • 92
5
votes
1 answer

redefining the 'POST' post-type slug with register_post_type_args

I am trying to redefine the properties of the default post type 'POST'. I'm trying with the function register_post_type_args. I want to redefine the label of the post type from "article" to "blog" and i want to add the slug "blog" for this post type…
5
votes
1 answer

How can I place a meta value in rewrite rule for custom post type?

I've completely re-written this question as it got a bit long, and I was worried people skipped it without reading it completely. I have a custom post type (procedure) that features a custom meta key/value with a page ID that I want to use as the…
Lee
  • 4,187
  • 6
  • 25
  • 71
5
votes
3 answers

Hugo: Automatically Link Headers

With Hugo static site generator, is it possible to have it automatically put links around header elements? I see that it does fill in the ID attribute so it can be referenced but I would like to automatically create the link as well, like this:
Erik Berkun-Drevnig
  • 2,306
  • 23
  • 38