Tagged Questions

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.

learn more… | top users | synonyms

5
votes
6answers
454 views

Wordpress Permalinks Not Staying

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 ...
5
votes
5answers
678 views

Writing a basic PHP MVC, not sure how to start

I am working on a personal project based in PHP and MySQL, and I am doing a bit of research and playing around with rewrites. Say I have a site... http://www.myDomain.com/ And I want to have an ...
5
votes
3answers
712 views

How to create MSDN like links in Sandcastle documentation website?

I've generated a website documentation of my project with Sandcastle. This website uses frames so when I click though sites my URL in browser does not change. I would like to have URL changed in ...
4
votes
1answer
97 views

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

I'm a junior Java EE developer and I would like to make pretty URLs for my web projects on Java. For example, I have URLs like these: www.mysite.com/web/controller?command=showNews&newsId=1 ...
4
votes
3answers
145 views

Avoiding duplicate-content hit on Google for archive pages?

Each blog post on my site -- http://www.correlated.org -- is archived at its own permalinked URL. On each of these archived pages, I'd like to display not only the archived post but also the 10 posts ...
4
votes
2answers
77 views

Help, i want to use permalinks for my site(non wordpress) am building from scratch

Hello guys i have some websites am currently building but I have a problem...I have pages such as blogPosts.php?postID=7 I would live something link blogPosts.com/post title Meaning I dont want pple ...
4
votes
1answer
324 views

Create short permalinks similar to Stack Overflow's “short permalink to this question”

I think I might already understand how this works, but wanted to be sure. I am in the process of defining the routes for a new ASP.NET MVC application. I'd like to create short permalinks similar to ...
4
votes
7answers
900 views

Best Permalinking for Rails

What do you think is the best way to create SEO friendly URLs (dynamically) in Rails?
3
votes
2answers
78 views

My own post permalinks style in WordPress

How to make permalinks to posts in hexademical (like site.com/?p=11 to example.com/0x000b)?
3
votes
6answers
347 views

Is it possible to create INTERNATIONAL permalinks?

i was wondering how you deal with permalinks on international sites. By permalink i mean some link which is unique and human readable. E.g. for english phrases its no problem e.g. ...
2
votes
2answers
23 views

#! as opposed to just # in a permalink

I'm designing a permalink system and I just noticed that Twitter and Hipmunk both prefix their permalinks with #!. I was wondering why this is, and if the exclamation point in particular is there for ...
2
votes
1answer
168 views

Wordpress add_filter problem depending on permalinks setting

I wrapped code from this page: http://shibashake.com/wordpress-theme/add-tags-and-categories-to-your-wordpress-page into a Wordpress plugin, in order to allow adding categories and tags to WP pages. ...
2
votes
4answers
303 views

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 ...
2
votes
2answers
98 views

Generate permalinks on header with python markdown library

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 ...
2
votes
2answers
704 views

Wordpress Permalinks: Remove tag base and add the .html extension

My question: My permalink settings: General settings> Custom > /%postname%.html Optional settings> Tag base > tag I want to like this: mysite.com/%tag-slug%.html Thanks Edited for @Dimitry ...
2
votes
1answer
468 views

Rails 3 route scoping and/or nesting

I am having trouble scoping routes that I don't want to nest. I have the following routes: resources :foos resources :bars resources :bazs do resources :hellos resources :worlds end ...
2
votes
2answers
70 views

Jquery / Script loading issue?

Good morning guys, I have some javascript-based 'gadgets' in my wordpress website (header, peeling-effect @ top-right corner, acordeon tabs in the content, etc... most of them loading from the [head] ...
2
votes
1answer
729 views

nginx - 404 not found page for permalinks

Me and my friend have had a website (http://www.ferfereh.ir - sorry not english) for a year. We've been using a Linux Apache host with wordpress installed. Now suddenly all of our posts (which had a ...
2
votes
2answers
923 views

Permalink/slug best practices

I'm about to setup permalinks on a website and I'm wondering what sort of conventions I should follow in regards to generating them from the existing table of news articles. So far here are the ...
2
votes
1answer
999 views

Django - how can I get permalink to work with “throwaway” slug

I'm trying to add slugs to the url in my django app, much like SO does. Currently, I have pages that work just fine with a url like this: http://example.com/foo/123/ I'd like to add 'slugified' ...
2
votes
1answer
640 views

Wordpress: Two different Permalinks for same Blog

Is there any way we can have two different Permalinks in a Wordpress blog? This is because lot of us starts blogging when we have limited knowledge of SEO and end up in some URLs which are not that SE ...
1
vote
1answer
6 views

Creating a permalink to a certain portlet state

How do I generate a permalink to a certain state of a portlet? I need something like <portlet:renderUrl/> but with a much more user-friendly output. I need smt like portal.com/search?q=query ...
1
vote
0answers
18 views

Can I create permalinks like this: /%post_type%/%postname%/ [migrated]

I've been learning about custom post types from Morten Rand-Hendriksen's great tutorial on making a WordPress portfolio theme on lynda.com. He demos how to set up a custom taxonomy for "recipes" and ...
1
vote
2answers
29 views

Redirect xyz.html/ to xyz.html on large scale

I have a simple html website with over 50 html pages. From statistics-script I sometime see users on a page like xyz.html/ (which redirect to 404) instead of xyz.html. I know a simple way is to put a ...
1
vote
1answer
37 views

Wordpress categories don't refresh after calling wp_insert_term

I've been pulling my hair out for two weeks on this one, any help would be really appreciated. I'm using WP multisite 3.2. On the site front end I have a tool that uses wp_insert_term to add a new ...
1
vote
3answers
59 views

How to rewrite URI of custom post type?

The site that I am working on uses the following "pretty" permalink structure: http://example.com/blog/my-special-post But for a custom post type my client would like to avoid having a "pretty" ...
1
vote
1answer
84 views

Django permalink from view with optional parameters

I'm trying to use one view to resolve two url patterns, by using optional parameters in the view definition. I'm following recomendations from this post and this other question. Here's my code for ...
1
vote
2answers
39 views

Purely numerical wordpress permalinks

Can I have single digit wordpress permalinks? Trying to force the permalink to "2" e.g. automatically rewrites it to "2-2". Looking into it a bit further I discovered this is the case for any ...
1
vote
2answers
45 views

Wordpress permalink names are saved somewhere and I want to clear them out

I'm taking over a wp site that was not completed. All the pages that had been created were deleted. I created a page and tried to rename its permalink to 'volunteer'. However, I SUSPECT this ...
1
vote
1answer
163 views

Wordpress / Buddypress – Paging, Permalinks, 404, page/2/

Spent the good part of this morning working through this, but still…. apologies if this has been covered in a previous topic. Recently updated a site to BP 1.5, it worked GREAT except for one small ...
1
vote
1answer
53 views

MySQL query - indentiyfing data using URL names where data is organised into a hierachy

I have a mysql table called content which stores content data for a content management system. NOTE: all content is organised into a hierachy using a parent id column. ...
1
vote
2answers
53 views

Social plugin for Wordpress not using 'postname'

I'm looking to use the 'Social' plugin from MailChimp on a Wordpress blog. Everything is setup fine and it works perfectly, except one aspect. When I use the 'Broadcast' feature or leave a comment ...
1
vote
1answer
184 views

WordPress URL htaccess rewrite problems

I'm having an issue after moving to a new server where my WordPress htaccess URL rewrites are redirecting ALL links back to the homepage. Here is my current htaccess file: # BEGIN WordPress ...
1
vote
2answers
119 views

Creating permalinks for jquery + php

So I have this site that dynamically posts content using jquery and php. I would like to know how to generate permalinks. I think I could do it, but I dont even know what I should be searching for ...
1
vote
0answers
172 views

How to update the slug and change the Wordpress permalink?

I have a problem with permalinks. In my site, I register the custom post type name 'product' and taxonomy 'type' . In taxonomy 'type', I added terms like : food food A food B drink drink A drink ...
1
vote
1answer
130 views

How to get right link (permalink) to a exact wordpress post?

I have a website that is a custom PHP site hosted at http://mysite.com. Then I have a Wordpress instance running on sub-domain at http://blog.mysite.com, where some post can be at URL ...
1
vote
2answers
38 views

Is this possible to give different links for the same wordpress blog?

I have developed a site using wordpress. I have two main links in the site e.g. www.mysite.com/siteone and www.mysite.com/sitetwo and I have managed only one blog contents. Now what I need to do is ...
1
vote
2answers
433 views

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 ...
1
vote
2answers
823 views

404 error for category permalinks in subfolder multisite

I have a multisite WordPress 3.1, using subdirectories to separate the individual sites. For some reason category permalinks don't work, I get 404 errors for every category page. The same goes for tag ...
1
vote
1answer
327 views

WordPress with Yahoo! Hosting… Almost there

EDIT: Yeah, so this problem is really unsolvable. Yahoo prevents access to .htaccess, even from WordPress itself trying to change it. I had to settle for writing a script on the default homepage ...
1
vote
2answers
314 views

Wordpress Permalink problem on current site (Wp Network)

I'm using wordpress. Installed in the subfolder. (webroot/blog) Permalinks was before: http ://www.mysite.com /blog/ sample-post.html I actived the network. Permalinks after: http ://www.mysite.com ...
1
vote
1answer
189 views

How to make static page permalink look pretty

I have create new page with my custom template. This page will be used by users to ask questions. The defult permalink to my page is http://www.mysite.com/?page_id=26. This look ugly in address bar ...
1
vote
2answers
104 views

Is there a universal algorithm for permalinks? (human-readable)

I'm trying to make a blog script from scratch (PHP) and import posts from Wordpress. I need to use the exact same permalink algorithm as Wordpress because I want to keep the URLs same. (and just in ...
1
vote
1answer
467 views

Permalinks for Custom Post Type with Custom Taxonomy

I have a custom post type called products, which I am rewriting as store, I have registered a hierarchical taxonomy to products called products product-categories. I would like my permalinks to look ...
1
vote
1answer
142 views

Wordpress: Your favorite permalinks structure - efficient / seo friendly [closed]

I am using wordpress permalink format: /year/month/postname in my wordpress blog. Most of the blog posts that I write are tutorials / how-tos. So it doesn't make sense to organize on based of date. I ...
1
vote
2answers
725 views

Magic Fields (custom post types) and Custom Taxonomy permalink

I'm using Custom Post Template which I linked to Magic Fields to create custom post type named Company. I also created custom taxonomy named City. City is hierarchical (like categories), and every ...
1
vote
2answers
1k views

Getting WordPress permalinks working on a MAMP install

I've got a local MAMP install of WordPress and am trying to get permalinks working. But when I click my links after setting permalink setting to 'Day and name' ...
1
vote
1answer
100 views

Need help with friendly URL's in Wordpress

I'm creating som custom templates in Wordpress and I'm passing some data in the URL's. Currently my URL looks like this: http://www.mysite.com/designers/?id=43&name=designer+name The URL ...
1
vote
1answer
105 views

Permalinks with mod_rewrite

Is it possible to make a short URL rule so that every word (except the root folders) after http://mydomain.com/ will get redirected to /index.php?permalink=$1 ? examples: http://mydomain.com/ - ...
1
vote
1answer
272 views

Change wordpress permalink structure for pages

okay, I have 3 sections to a site /section-1/ /section-2/ /section-3/ I don't want their child pages to have a reference to them in their permalinks /section-1/apple/ /section-1/orange/ ...

1 2 3 4 5