Tagged Questions
The permalink tag has no wiki summary.
5
votes
1answer
123 views
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 ...
5
votes
4answers
783 views
Create a permalink with JavaScript
I have a textbox where a user puts a string like this:
"hello world! I think that __i__ am awesome (yes I am!)"
I need to create a correct URL like this:
...
4
votes
2answers
2k views
3
votes
2answers
64 views
Adding an sql query to the end of a wordpress permalink?
Ok....so I created a new wordpress theme and I still can't get my custom code to work.
I want to be able to have a page which will output a list of items from the database, each item will have this ...
3
votes
2answers
505 views
Rails, How can I combine multiple model attributes to create a unique permalink using permalink_fu?
Can Permalink_fu combine 2 or more model attributes to create a unique permalink?
Let's say I have a Business Model, this model contains :name, :address, :phone, :city, :state, :country etc. ...
2
votes
2answers
238 views
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 ...
2
votes
1answer
139 views
Rails: Append number to permalink, if permalink already taken
I would like to give John Doe the permalink john-doe-2, if there already is a john-doe-1.
The number should be the next free one to be appended ("john-doe-n")
Currently my permalinks are generated ...
2
votes
2answers
323 views
Django Inheritance and Permalinks
I'm creating a simple CMS in django, with multiple "modules" (each as a django app). I've set up the following models:
class FooObject(models.Model):
id = models.SlugField(primary_key=True)
...
2
votes
4answers
87 views
.htacces - moving all posts in root to a new category
Could anyone please help me? I am at the last chance saloon and losing a lot of traffic. Any help would be greatfully received.
After a year based on my permalink structure, all posts were in the ...
1
vote
1answer
21 views
Is there exists any Function to get Category link for multisite Wordpress?
Is there any function that exists like for getting category link in Wordpress for multisite network like the the function get_blog_permalink($blog_id, $post_id) for getting a permalink for posts ...
1
vote
1answer
117 views
Implementing a permalink mechanism in Liferay Portlet
I am trying to create a permalink system for the portlets I'm developing (Spring MVC, Liferay 6.0.6).
My idea was to create and map a special URL, so I used to append a query string to the current ...
1
vote
2answers
75 views
How to create 6 character permalinks?
I want a to create a short 6 character link with every submit button hit.
I mean to say when a person hits the submit button, i want to take the data entered and save it in a database and create a ...
1
vote
1answer
140 views
Wordpress: Add the_permalink to a link inside of a function
I am very new to PHP and really don't know where to start when it comes to writing it myself.
I have found this function for Wordpress which I am using:
function excerpt($limit) {
$excerpt = ...
1
vote
1answer
145 views
Wordpress Custom Type permalink containing Taxonomy slug
I'm trying to create a permalink pattern for a Custom Type, that includes one of its taxonomies. The taxonomy name is known from the start (so I'm not trying to add or mix all of its taxonomies, just ...
1
vote
2answers
243 views
How to get url_helper to pass permalink instead of id in Rails?
I have the following route in my Rails3 project:
match "/blog/:permalink" => "posts#show", :as => :post
When I link to my post through a view as such:
<%= link_to @post.title, ...
1
vote
3answers
364 views
Redirecting old permalink structure to the new one
I had a wordpress site installed in a sub folder with category/post-title permalink structure, which resulted in the following url structure
http://www.mysite.com/subfolder/category/post-title
...
1
vote
1answer
195 views
Different permalink structure for blog posts than pages in Wordpress?
I'd like to have a different permalink structure for posts than for pages on a Wordpress website.
For example, a blog post name "This is a nice blog post" would get the permalink :
...
1
vote
1answer
486 views
How to include a custom string in a Wordpress permalink?
I am a bit confused about how WordPress's permalink works, especially beyond Wordpress's own usage. My permalinks are like:
%post_id%-%post_name%
But in single.php I want to put another link to ...
1
vote
2answers
1k views
Getting Permalink from Post ID in Wordpress 3
I'm building a small list of recent comments, and would like to make links to the actual posts that the comments were placed on. Unfortunately, there is no comment_permalink or post_permalink that I ...
1
vote
3answers
277 views
MediaWiki: Can I make all links lowercase and use hyphen instead of underscore as word separator?
Can I make in Mediawiki links lowercase and use hyphen instead of underscore as word separator? Sort of what Wordpress or another wiki CMS does.
0
votes
1answer
7 views
Wordpress permalink added second time
I have my permalinks like the following:
/%category%/%postname%
However, I once posted a blogpost. I later deleted it, but then again I added it again.
It made a permalink with "-2" behind it, ...
0
votes
0answers
14 views
How do I pass a custom query via permalink to a Wordpress single post page?
Overarching goal: Display a certain single post template based on a URL. (Essentially, this tutorial.) permalink structure is /%postname%/
Right now, it's working great as ...
0
votes
0answers
25 views
Apache and utf8 in URLs (Wordpress permalinks)
Fresh install of WordPress. No plugin enabled.
Permalink structure:
/%category%/%postname%
When I click on any single post with this permalink structure, it shows me an error:
This is ...
0
votes
1answer
25 views
How to create permalink pages for individual posts and notes on Tumblr
I'm currently creating my first custom theme for Tumblr and I can't find any explanation of how permalink pages for posts and that post's notes work or how they are written, how do I go about this? ...
0
votes
1answer
18 views
Removing date from url using .htaccess
I recently changed the permalink format of my blog so the date is removed:
http://site.com/blog/2011/01/post-name
is now
http://site.com/blog/post-name
The problem is the url with date is not ...
0
votes
1answer
48 views
Multiple Rewrite Rules in .htaccess To Redirect at desired pages
I am trying setup a site where i am creating permalinks just like wordpress but specific to the site. So, when a user clicks on article it should should like
http://www.sitename.com/url-slug
Also ...
0
votes
1answer
60 views
How to make permalink in codeigniter… social case
i want to build a website using codeigniter. The website is look like a social agregator for my school. to build my website i plan :
making a class "pages". The class "pages" has a common function ...
0
votes
3answers
64 views
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 ...
0
votes
1answer
17 views
wordpress robots
my permalink was like this %postname%/
then i changed it like this /%post_id%/%postname%/
now the problem is that google bot still indexing postname and report it as not found, so I want to add a line ...
0
votes
1answer
48 views
'blog' prefix is hardcoded before permalinks wordpress
This happened without me changing anything except upgrading to 3.2.1 2 weeks ago.
in permalink settings, /blog is hardcoded before the text field for custom structure or category base. This screwed ...
0
votes
2answers
78 views
How does a permalink work?
I have the following code in my models.py file and I'm wondering how it's used in the urls.py/rest of the django framework. What benefits does it give me?
@models.permalink
def ...
0
votes
0answers
16 views
Permalink sharing problem
I am using Quick Page/Post Redirect Plugin . I want to share my post but it shares post external link i.e. I want to share my post link like "http://mysite.com/2011/09/18/post-title", but ShareThis ...
0
votes
1answer
36 views
How to rewrite user profile page?
In my page a user profile can be accessed for example by domain.com/profile.php?id=1 or name=admin
My question is how to rewrite this and can be successfuly accessed by domain.com/admin ?
0
votes
1answer
50 views
Change WordPress Permalink for a plugin page
I am using Age Verification WordPress plugin. It asks the users to submit their age to enter the website. It does everything fine but the URL of the page is too long and do not look professional.
You ...
0
votes
0answers
51 views
child category link not working in wordpress
I am working on a news site for a firm.
I set the permalink to the category, and the category link is working but the child category link is not working.
category -> "World" (Can Be Viewed)
child ...
0
votes
1answer
86 views
Rewrite URL with WordPress Framework from code… How?
I created a plugin... I use my custom variable in this plugin and I want to rewrite this url for SEO, but I can't. If I use the Permalink generator of WordPress, then rewrite is work, but if I want to ...
0
votes
2answers
93 views
How to create permalink in htaccess
I want to redirect a link to another with .htaccess file in Linux host. Can you help me?
from: http://example.com/examp
to: http://example.com/examp.php
And another one for my other site
from: ...
0
votes
1answer
211 views
How to Set POST permalink/slug in wordpress using wp_insert_post
I m writing simple script using wp_insert_post() to post article in blog.
but One problem here, I want to make Title and SLug/permalink different.
How to achieve this?
for example:
Title: How to ...
0
votes
2answers
197 views
Problem with get_abosulute_url when using @models.permalink decorator in django
Having some trouble using the permalink decorator when defining get_absolute_url for one of my models that i just cant seem to figure out!
Im calling object.get_absolute_url() but it doesn't seem to ...
0
votes
1answer
366 views
Django urls/slugs@#!
I have a genre category and a sub genre category and I'm trying to use dynamic routing, here is my code:
models:
from django.db import models
from django.db.models import permalink
class ...
0
votes
1answer
450 views
Wordpress Custom Post Type infinite redirect loop using Advanced Permalinks
Using Wordpress 3.1 and the latest Advanced Permalinks and Custom Post Type UI i have created a custom post type called 'people'. The url pattern for all children of this post type are people/jim, ...
0
votes
0answers
86 views
Want to call taxonomies for a particular ?post_type=
I have made three custom post types, and all of them except for the post itself. I mean my new custom post types share one common taxonomy i.e. year.
Let's say i have posted three different post at ...
0
votes
1answer
228 views
Set permalink to Wordpress autopost
How to set a reasonable permalink on a post created programmatically using wp_insert_post in Wordpress?
The auto-generated permalink is http://home_url/year/month/.
All auto-generated posts created ...
0
votes
0answers
57 views
Wordpress - how do I have a password protected directory that is the same as a permalink url
I have a directory /members that is password protected from the hosting control panel.
Then I have a page that is the members page in Wordpress and the permalink is /members.
There is no actual page ...
0
votes
1answer
266 views
Django custom tag no longer works
I made a custom tag to display a list of categories and its url which worked until I made a category detail view which will only display articles based on the category.
Here is the category view:
...
0
votes
1answer
190 views
Permalink-fu - Display URL differently
I'm using Ruby on Rails 2.3.8 and permalink-fu plugin. I would like to know how to generate permalinks like this: /posts/44444/this-is-the-title instead of /posts/44444-this-is-the-title
I've tried ...
0
votes
1answer
85 views
Assigning permalinks to a page in PHP (Without using htaccess redirect)?
This is a noob question I belieive, in a content management system as well as several other types of sites that work on submissions, once you submit a URL in a URL shortening website for instance, how ...
0
votes
1answer
450 views
wordpress custom post type; query by id works, by post_name doesn't
I would need some help with Wordpress and custom post types/permalinks.
I registered custom post type by the name "services" with the following arguments:
$args = array(
'labels' => $labels,
...
0
votes
3answers
153 views
how to make wordpress pages redirect to a totally different place
I have a website , installed in it wordpress blog , there is a menu in the header with pages inside the blog that i made ,,, anyway what if i needed to totally change where the user go when he clicks ...
0
votes
2answers
419 views
Wordpress permalinks broken
I have recently moved my blog from one serever to another. I am now unable to restore my permalink structure.
Now my permalink strucure has become /?p=123. Whenever, I try to change it to any other ...