permalinks Questions
5
Solved
I have a Wordpress website running on Lamp Server on Ubuntu Server 14.04.
I just tried to use the option for Post Name permalinks, and now my pages no longer load up.
I turned on the mod_rewrite f...
Filament asked 7/6, 2015 at 18:33
2
Solved
I created a gist with two files, the raw version of which I would like to use as a reference for an application which will query their contents. These contents will be updated on GitHub.
I found h...
Belting asked 6/9, 2017 at 10:38
2
Solved
I want to redirect my blog articles like this,
http://www.example.com/blog/2014/september/03/post-name
But in wordpress it only allows me to use month number,
http://www.example.com/blog/2014/09...
Agonizing asked 20/11, 2014 at 6:20
5
Solved
From the Stripe dashboard I can view a receipt (click preview link in invoice details). The receipt is then shown inside a popup but there is a permalink in it, so it can be viewed as a separate pa...
Deniable asked 2/3, 2015 at 16:31
16
I would like to remove the category & tag base from WordPress URL. I have come across other posts and solutions which used plugins. I would like to stay away from plugins and have a solution fr...
Tharpe asked 22/7, 2013 at 22:54
2
I am trying to have the same shop base and the same product base at the same time.
The format I am trying to have is:
website.com/shop/shoes/blue-suede-shoes/
I came across this code that make...
Gracchus asked 10/2, 2020 at 21:53
11
I updated the permalink structure to /%postname%/ and this updated my .htaccess with:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]...
Hight asked 16/10, 2013 at 10:15
2
Solved
What are the conventions for providing publicly accessible URLs for resources that are managed via a single page application? I think this is an architectural design question, but I anticipate deve...
Ciscaucasia asked 6/5, 2016 at 22:55
6
Solved
Wordpress is putting this at the end of my permalink on the live site... %E2%80%8E anyone know why? Thanks guys?!
Doctorate asked 26/4, 2012 at 21:58
2
Solved
I'm trying to create a custom permalink structure that will allow me to accomplish the following.
I have a custom post type called "projects"
I have a custom taxonomy called "project-category" th...
Big asked 16/5, 2014 at 15:14
9
Solved
At various points of the day my WP permalinks keep breaking. When I'm using custom perms it works but then a few times during the day it just throws a Page Not Found. I fix it by setting perms to d...
Anthurium asked 17/8, 2010 at 19:23
8
Solved
Okay so I've just create the first page on this site. It works when I use the default permalink settings.
If I change the permalink settings to use Post name, then I get an HTTP 404.
I'm not sure...
Thorium asked 17/6, 2014 at 13:35
3
Solved
I was wondering how to generate permalinks from the following markup, using python markdown library:
A header
========
A paragraph
The desired output would be something like
<span id="a-hea...
Kelantan asked 12/4, 2011 at 13:43
5
Solved
New to WordPress, I've been trying to create an archive page for a custom post type, and when I click the link to localhost/websitename/wordpress/archive-event.php I get a 404. Here is my code to r...
Herl asked 6/6, 2013 at 17:37
3
I am trying to get Woocommerce product permalink by given product name. I know I can get permalink by given product ID like this:
$url = get_permalink( $product_id );
But I can not find any code...
Rosalinarosalind asked 25/7, 2014 at 1:24
4
Solved
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 /c...
Immigrant asked 13/4, 2011 at 22:10
3
Solved
In the backend of Wordpress I use the default http://localhost/sitename/example-post/ value for creating permalinks.
For custom post types I defined a custom slug this way, here is services for ex...
Woothen asked 20/9, 2018 at 14:51
3
I want to have a link to my twitter page that references it with my twitter ID and not twitter name. This is because I want to build the link into an app and the twitter name for the account may ch...
Typo asked 9/11, 2010 at 11:0
7
Solved
How to get post id from permalink (pretty url)?
Latterly asked 2/11, 2010 at 5:12
6
Solved
I've been searching for hours but haven't found anything that seems to be able to solves this issue.
Here's the scenario:
I'm making a wp theme based on the "Twenty Eleven" theme. Everything went...
Temperament asked 13/9, 2012 at 16:39
1
I have read documentation about create an deeplink and use app linking service in android studio 3.0. its pretty simple and easy to understand, but I have little bit problem when my URL has no pref...
Shoran asked 21/9, 2018 at 3:19
1
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 ...
Briggs asked 11/1, 2018 at 14:11
3
I'm adding a custom post_type to Wordpress, and would like the permalink structure to look like this:
/%post_type%/%year%/%monthnum%/%postname%/
I can't figure out how to add the date tags. Usin...
Glycolysis asked 28/6, 2010 at 22:9
8
Solved
I have just transferred my blog from my local webserver to Amazon EC2 Free Linux server, Everything seems to be working now except for permalinks, I disabled and re-enabled them and it still breaks...
Triangle asked 6/9, 2012 at 4:29
3
Solved
I have 2 Custom Post type posts.The video Post and City-guide Post
The first Post(Video Post) contains the url: 104.130.239.132/rick-owens/ and the second Post(City-Guide Post) conatins url:http://...
Kremer asked 10/2, 2017 at 7:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.