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.
0
votes
0answers
22 views
Custom Post types giving 404
Now I know this has been covered quite a lot, but I've read previous fixes on here and haven't had any luck.
Basically my custom post types for questions are giving me 404 errors.
So far I've tried ...
0
votes
1answer
12 views
Wordpress Custom Post Type rewrite_tag not replaced in editor
Hey this one is killing me!
I have a custom post type called 'features'.
The archive page for it is currently visible via:
mysite.com/features/
and currently the single feature is at:
...
0
votes
1answer
22 views
Rails to_param using non-id field?
Instead of using a row's id field to generate slugs (like this):
class Person < ActiveRecord::Base
def to_param
[id, name.parameterize].join("-")
end
end
I want to be able to use a ...
0
votes
1answer
14 views
Permalinks with mod_rewrite on custom site build
I am trying to get a pretty permalink system set up on a site I've just built and nothing is having any effect. I either get a 500 error or the permalinks don't work and/or it breaks all the links to ...
0
votes
1answer
33 views
Possible permalink or .htaccess error, wordpress
Okay. So I have a site that needs to be live around 8am EST. Everything was going fine, but when I uploaded it to the server my two pages return 404 not found errors. Absolutely everything else on the ...
0
votes
2answers
43 views
Rails - How to route for users with permalink?
For my rails application, I am trying to create a random permalink for my users so that it is not localhost:3000/users/:id, but rather, it is localhost:3000/users/permalink.
I have followed the post ...
0
votes
1answer
23 views
Redirect request based on user agent
I need to redirect the user based on the Useragent.
Currently my wordpress site using ajax based theme. So the url format is
http://www.example.com/#!/my_first_post/
My current htaccess code is as ...
1
vote
1answer
40 views
nginx + wordpress server name in permalinks
I just moved my webste to another server and after installing nginx + php5-fpm I noticed a strange permalink structure. The server name is repeated in the permalink structure.
Example:
...
0
votes
1answer
42 views
Wordpress - Localhost Mac Permalinks 404
I have followed several documents and other helpful tips on here and no luck getting my Permalinks to work locally! I need to get it working in order to access the /shop/ link that uses WooCommerce ...
0
votes
1answer
28 views
Wordpress adds additional year at the end of url even though permalinks settings doesn't have it
I have set my permalinks to "/%year%/%monthnum%/%postname%/" and at home page when I move cursor to above post link, url is correct. But when I click it, it redirects me to url, which has year at the ...
0
votes
1answer
42 views
Custom permalink structure disturbs my Jquey/AJAX function
I am using Custom Post Type Permalinks plugin to set a custom structure for my permalinks using only settings/general in the admin area of Wordpress.
The custom permalink structure I am using is :
...
-1
votes
1answer
26 views
Are some permalink typologies better than others for SEO indexing? [closed]
I am pretty new to WordPress and on my blog I am using permalinks.
I have seen that there are 5 typologies of permalinks and I don't know if some types are better than others for the search engines ...
0
votes
1answer
27 views
How to create custom rewriterules to specific conditions at wordpress htaccess?
I dont find something similar. /gallery/ is a wordpress created page that uses wordpress permalink settings. What I'm trying to do now is to add something behind it like /gallery/Gallery-title that ...
-2
votes
0answers
31 views
Add extra parameters in permalink [closed]
My page url is http://mydomain.com/postname.
How can I add extra parameters in permalink http://mydomain.com/forum/forum-1/postname?
0
votes
0answers
20 views
Permalink rewrite for mvc
I'm using permalinks for the site, everything goes thru index.php with variables and that works splendid.
For the login section I have a simple MVC (a plugin I found).
So the whole site works with ...
0
votes
1answer
33 views
Permalinks with Custom post type and Children pages
I have a problem with Wordpress.
I have a Custom post type called "que-visitar", another custom post type called "zonas", and two pages, called "La casa" and "Que visitar". And a page called ...
1
vote
2answers
27 views
how to format links so that they are 25% of the viewport in all for corners?
I have successfully set up four divs so that they are 25% of the viewport, in each corner. Now I want to make them clickable links, so that I can apply background images that change upon hover.
...
0
votes
1answer
34 views
Custom post types and default posts at the same installation
Is it appropriate to use under the same Wordpress installation custom post types and default posts?
I have a website with many default posts, I need now to intergrate a custom post type and a custom ...
3
votes
0answers
94 views
.htaccesss RewriteCond %{REQUEST_FILENAME} !-d does not work
I want to install WordPress in subdirectory and remove index.php in permalinks.
The server is IIS 6.0, support rewrite.
My webserver has the following directories:
webroot
--wp [wordpress ...
0
votes
0answers
37 views
How to set .html extension in pages in wordpress?
I'm facing problems with Wordpress's permalink structure, with a set custom structure : %postname%. I want to display the page as page.html... I've used html on pages plugins for that. It is working ...
0
votes
0answers
66 views
How to change display of GET parameter from URL after applying Pretty Permalinks in Wordpress?
I have this "pretty permalink" for a page in my wordpress installation, and I have a page with an URL like this.
http://my-domain.com/bklorito/pedido-exitoso/
BUT, by the interaction with other ...
0
votes
1answer
78 views
FTP access required to update WP plugins and permalink issue
On the server where a site is located, trying to update plugins requires FTP username and password.
The post shows correctly when using default permalink page=x, but not when permalink structure is ...
0
votes
0answers
23 views
permalink() for custom subpage
Hello I have a custom post type movie split in two page;
http://domain.com/movie/{movie-name}/photos
<a href="<?php the_permalink(); ?>/">photos</a>
<a href="<?php ...
0
votes
0answers
61 views
Default WordPress navigation for single page theme
I have found a similar question here: Single Page Navigation Menu Dynamically Generated but I am not too sure how or even if this will work with what I am doing.
I am building a single page theme, in ...
0
votes
1answer
71 views
nginx wordpress pretty permalinks
After almost every subject about nginx & wp pretty permalinks I'm stucked :/
Here's my configuration of my test wp site (my DNS is updating so I haven't one yet):
# W3TC config rules based on ...
0
votes
1answer
19 views
Permalinks have number suffixes
I am using WordPress, and I have created a contact page titled 'Contact'.
Now everytime I delete the page and add it again, it adds a number suffix to it:
http://myurl/ik/contact-2/, ...
-1
votes
2answers
42 views
php mod_rewrite Permalinks
I am looking for a way to access to:
http://myurl.com/?file=random_token
with
http://myurl.com/random_token/
I already read about mod_rewrite in the .htaccess but I don't know how to setup ...
0
votes
0answers
80 views
Wordpress permalink structure wont update in database
Ok so I'm trying to change the permalink structure on wordpress to custom but everytime I save and refresh the page it defaults to "Post name". I've scoured the net for the past 2-3 hours trying ...
0
votes
0answers
47 views
Stackoverflow-like permalinks with Jekyll
I really have taken a liking to Stackoverflow's permalinks. The way I understand them to work is as follows:
http://stackoverflow.com/questions/uniqueid/post-title-for-seo
The following gets the ...
0
votes
1answer
28 views
How to embed a string in permalink structure ?
I am creating a custom tours and travel theme in which I have created custom post type Cities, Locations, Destinations and i am using custom permalink structure. /%category%/%postname%/
So now I want ...
0
votes
1answer
36 views
Cannot build permalink for GET varIable
I use taxonomy "gallery" with slug "albums". In my WP I have the template gallery-albums.php page which used for the both situations: 1. the user gets the page with gallery albums; 2. after click the ...
0
votes
1answer
66 views
Wordpress Custom Permalink for Just Posts
My Wordpress install has three post types: pages, posts, and portfolio. The current structure is as follows:
page: example.com/page-name
post listing page: example.com/blog
individual post: ...
0
votes
0answers
58 views
Wordpress Permalink and including posts on a external webpage
I want to activate permalink on my blog however everytime I do, my standalone php pages lose the ability to show posts from a certain catagory.
Soon as I set it back to default it works again.
The ...
0
votes
1answer
223 views
From apache to nginx: wordpress rewrite rule
I'm migrating from apache2 to nginx. I cant figure out how to to rewrite this rewrite rules for wordpress.
This is actually my configuration file
server {
listen 80;
root ...
0
votes
0answers
32 views
How to redirect all wordpress posts permalinks to a subfolder?
This is my permalink structure:
/%category%/%postname%.html
now i moved the blog to this subfolder:
old/
What would be the .htaccess mod_rewrite to 301 redirect all links?
1
vote
0answers
72 views
Incorrect URL encoding in permalinks
I am having a problem with the way wordpress is encoding the urls provided by <?php echo the_permalink() ?>
The permalink setting are set to year/month/post-title and the permalinks look just ...
1
vote
1answer
218 views
WordPress 3.5.1 missing parent in permalink for child page
My site is currently running WordPress 3.5.1
I have created a page (not post) called "Child" with a parent page called "Parent". The child page does not appear to be inheriting the parent page within ...
0
votes
1answer
23 views
pages indexing in google crawl error
i want to remove the pages that i have removed from the server from google
or redirect them
the pages that i have removed from the server are
www.mysite.com/id?=9898
and
...
1
vote
1answer
43 views
How do I create a permalink for different Jquery functions?
I'm new to Jquery and trying to figure some simple things out. I have several divs that show/hide upon clicking on various links. I would like to be able to have permalinks for each div, so that a ...
0
votes
0answers
33 views
Wordpress links appending URI when anywhere but homepage
So on my site, http://www.bigideaadv.com/, all links are formatted correctly and look like
http://www.bigideaadv.com/wp-content/themes/my_theme_file/location_of_file
On any other pages, say ...
0
votes
1answer
143 views
custom post type template returns wrong permalink in loop
I created a custom post type(employee bio) and a custom template to display excerpts, attached images, and get the permalink to link to the custom post type.
When I use my custom template to loop ...
0
votes
1answer
111 views
Redirection 301 from /%postname%.html to /%year%/%monthnum%/%postname%.html
I want to change the permalinks from /%postname%.html to /%year%/%monthnum%/%postname%.html.
I know how to do that from Worpdress Admin panel. But I got more than 20000 post, so I want to know please ...
1
vote
1answer
87 views
Wordpress Permalink change causes frontpage 404
I recently installed the Wordpress SEO plugin and the plugin requested that i changed my Permalink settings.
Now, i did this to get nicer looking links containing the postname instead of the post ...
0
votes
0answers
35 views
Htaccess rewriterule doesnt work right
I have problem with permalink in my website. I use .htaccess for permalink. I dont know how to code permalink. I use http://www.generateit.net/mod-rewrite/ to generate code. This is my .htaccess file. ...
0
votes
1answer
59 views
WordPress | Accept incoming url with variable parameters
I would like WordPress to handle an incoming url with a variable parameter and not throw a 404. Basically, an incoming url could look like this:
...
0
votes
2answers
52 views
get_permalink to attachment not working
I have following code:
<?php
$args = array(
'post_type' => 'attachment',
'numberposts' => 12,
'post_status' => null
);
$attachments = get_posts( $args );
if ...
0
votes
0answers
52 views
Foreach link to full-size image
I'd like to link this to the fullsize image
<?php echo $p['thumb']; ?>
I can't link to each image, just always to the same.
I'd like to combine Isotope with Fancybox.
Thanks
Ogni
...
0
votes
2answers
269 views
Using .htaccess to prevent a DDOS attack not working with Permalinks
We have become the victim of a vicious DDOS attack on a WordPress site.
Thankfully, they should be easily removed as they are GET requests with the string ?ptrxcz appended to the end of the URL.
...
2
votes
1answer
59 views
Wordpress year/issue-based magazine URL structure…how did they do this?
I've seen a lot of almost answers but nothing definitive, so here I am.
I'm trying to structure my WP permalinks as http://magazine.pomona.edu does. The site is organized as ...
0
votes
0answers
55 views
Changed permalink structure on a Wordpress site, now CSS is not working
So I moved the site from new.inhabit.co.nz/wordpress, to new.inhabit.co.nz
I changed the site addresses under general settings to new.inhabit.co.nz
All images and CSS aren't showing at all now, ...





