Tagged Questions
0
votes
1answer
18 views
How can guest can view the “Pending Review” Post?
When user creat a new post it will be have "pending" status. So I want to visitor (guest - not logged user) can view "Pending" post and User can vote it to "Publish" if enough "X Votes". Google bot ...
0
votes
0answers
13 views
Modifying the permalink href for posts with jquery
I Was wondering if there is any way to modify a link to add for example a category that I could use with $_GET.
For instance,
www.example.com/this-is-the-post/category (or ?cat=category)
I've tried ...
0
votes
1answer
27 views
Internal linking to posts permalink fail because of spaces and stripe at postname
I have written a function which outputs a tag in a textarea in which people can link internally to other posts on the website. This works like a charm except with using a postname permalink ...
0
votes
1answer
32 views
Changing permalink of custom category
I've tried reading up on past posts here but my head is just spinning.
My problem is I'd like to change my permalink structure for a custom full width posts under a custom category.
For example, ...
0
votes
0answers
27 views
TCPDF and permalinks
I am currently using a post to pdf plugin 'Hacklog down as pdf' which works ok. I've used it before in a current working environment.
It suddenly stopped working but I have found out that when ...
0
votes
2answers
37 views
How to setup different permlalinks for posts and pages?
I'd like to setup:
www.mydomain.com/a-page/
www.mydomain.com/blog/category_name/
www.mydomain.com/blog/category_name/post_name/
www.mydomain.com/custom_post/post_name/
How would I do it? Thanks in ...
-1
votes
0answers
180 views
How to change the permalink structure of the default post type
This Custom permalink structure only for default posts looked like the perfect answer:
add_action( 'init', 'my_new_default_post_type', 1 );
function my_new_default_post_type() {
...
0
votes
2answers
46 views
Link post images to post
For some reason I can not find any good solution to making the post images link to the post.
I found a script on http://wpguy.com/plugins/linked-image/ which works - but does not remove the old link, ...
0
votes
1answer
37 views
Overwrite URL on blog posts
I would like to overwrite my URL on single blog posts.
At the moment my posts are displaying as www.mydomain.co.uk/post-title, however I would like them to be as
www.mydomain.co.uk/blog/post-title ...
2
votes
1answer
44 views
Change permalinks for posts but not for custom post types
Currently my permalink structure for posts is
domain.com/post-title
I'm using a static front page and a "blog" page for posts. I'd like to to change the permalink structure for posts, tags and ...
2
votes
1answer
61 views
Some posts returning 404 instead of displaying post
I'm having a problem with my Wordpress install. All of a sudden some of my posts return 404 errors when I try to go to their permalink. My post names are all numbers and this started happening when my ...
0
votes
1answer
49 views
Making posts permalinks consistent numbers
I'm developing a new website, but I can't quite figure out a solution to my permalinks problem.
My main website is http://w3spine.com, I'm sending posts to my second WP installation at ...
0
votes
2answers
251 views
WP 3.5 - How to remove permalink from images
In previous versions of WP, we were able to remove permalink from images while we were inserting images into post. But, now there is no obvious option to do so. How can it be achieved? Thanks.
2
votes
2answers
150 views
Different permalink for posts and authors
I tried to avoid ask this question, because I think that must be simple, but after long hours trying to get an answer I cant achieve it.
I am trying to get a permalink structure like this:
...
0
votes
2answers
111 views
wordpress permalinks not working 500 error [closed]
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 ...
2
votes
2answers
182 views
how to automatically generate random slug
I have tried to create a function that generate a random slug when a post is created. I am a bit worried that the function generates non unique strings as slugs. How can I solve this?
The function ...
0
votes
1answer
64 views
Wordpress sub-posts and permalinks
I'm thinking about one problem... There is a set of regular posts. Just posts in categories.
I need to add for some of them a sort of subposts, posts which will be related to parent-post.
This ...
1
vote
0answers
141 views
Post in Multiple Categories to stay in current category (permalink, next previous post link)
I guess this has been mentioned before, but after 2 days of browsing i haven't find a complete solution. Maybe someone has come across this problem before?
I'm building a designer portfolio where ...
1
vote
1answer
315 views
Change slug with custom field
I want to change the slug of a post with a custom field.
In example, if the custom field is "keyword" my post link will become: mysite.com/keyword.
If the custom field is empty, i want to generate a ...
2
votes
2answers
123 views
Random post permalink
I want to make a random permalink for each new post. For example when an author creates a new post, he gets this kind of permalink automatically: http://mysite.com/x5Kvy6 (like bit.ly).
But I want to ...
0
votes
1answer
259 views
How to display subcategory articles in the category view?
I have the wordpress category widget installed on my website that lists all categories/subcategories on my site and their hierachy:
Watch Accessories (1)
- Straps (1)
Watch Glossary (5)
Watch Guides ...
0
votes
1answer
32 views
Change posts URL [duplicate]
Possible Duplicate:
Permalink: postname EXCEPT for blog
I have relented converted my website to wordpress and I have used index.php as homepage and blog.php(template for blog posts), but ...
0
votes
2answers
143 views
the_permalink() not working in a root installation
I hope someone can help me. I have a root installation of WP, but not as index.php (it's actually news.php). Consequently the_permalink() doesn't work, as the root of the website is a different page.
...
5
votes
2answers
1k views
Add extra parameters after permalink?
How can I add extra parameters after a permalink, specifically if I'm using a custom post type?
For example, let's say http://mysite/album/record-name was the permalink. How can I make ...
0
votes
3answers
670 views
Remove the Edit button in posts for permalinks on certain user roles? WP 3.3
I am using Wordpress 3.3.2 with the following plugin:
- http://wordpress.org/extend/plugins/advanced-access-manager/
The plugin works perfectly but the author said there is currently no way to ...
0
votes
3answers
192 views
Can Permalink structure of %postname%/%post_id% improve performance
Since the post_id is unique and no full text search is needed.
So is the structure %postname%/%post_id% really improve performance?
0
votes
2answers
194 views
Custom Permalink Structure for Pages & Posts
I'd like to create a permalink structure that works in the following way:
Pages - http://myurl.com/pagename
Posts - http://myurl.com/news/postname/
How would I do so?
Thank you
0
votes
1answer
390 views
Custom permalinks - post type - hierarchical taxonomy's
I did folowed the steps / solution from Jeff it helped me alot with he's settings, got it for about 90% working properly. But getting stuck on the post / postname. It loads now the ...
3
votes
3answers
388 views
How to control which category will be picked for the slug of a post?
I'm using the permalink structure "/%category%/%postname%/".
What bothers me is that I have posts that belong to two categories. And of course, unfortunately, Wordpress always picks the wrong one for ...
0
votes
1answer
41 views
How to link post titles on page A to its posts on page B?
I set and reversed the order of a list of post titles on my front page with:
<?php
global $post;
$args = array( 'category' => 6 );
$myposts = get_posts( $args );
$reverseposts = array_reverse( ...
1
vote
1answer
339 views
Permalink doesn't get displayed in Twitter button (Local WordPress problem?)
I'm trying to add a custom "Tweet this" button to my WordPress posts. I'm sticking to the official Twitter guidelines.
Here is what I'm actually trying to pull of; I don't want the button, I want a ...
0
votes
2answers
373 views
Automaticly add slug to posts
I'm using a us/news/%postname%/ structure for my permalinks.
This works great for regular posts.
However, I have a few different custom post types, and I don't want the us/news part in their slug.
...
0
votes
1answer
308 views
Post custom permalink results in 404 for archive page
I have set the following custom permalink structure (for my blog):
/news/%postname%
When I browse to /news I was expecting for the archive.php template to be served up, unfortunately, I'm presented ...
0
votes
1answer
117 views
Plugin for TinyMCE to create reference to other posts
Is there any plugin that would allow me to easily insert reference to another post for TinyMCE? I want to be able to reference another post by permalink and the link text to be the title of the post.
...
2
votes
3answers
238 views
Must permalinks always point to single post pages?
Suppose that I have a blog with few posts per month, and no comments, and I don't want to show posts in single post pages, but always "in context" (say, together with the posts in its month - or ...
0
votes
3answers
346 views
hiding permalink in admin if the user is subscriber
I don't want to show the permalink if the user is subscriber. Can anyone help me to achieve that?
PS: I'm talking about the permalink which appears below title while creating new post.
PPS: I ...
2
votes
1answer
55 views
What Defines What Category A Post Picks (if in multiple)
If I have a post in multiple categories, what defines what category shows up in the URL? Assuming I have permalinks setup as /%category%/%postname% is it the ID or the name?
0
votes
1answer
701 views
Problems with Wordpress in subfolder, posts show a blank page
I have wordpress installed in a subfolder and using permalinks but I'm getting a blank page when I try to access to any post.
This is what I have in the root folder .htaccess:
RewriteEngine On
...
1
vote
2answers
674 views
Custom permalink structure only for default posts
Does anybody know how to modify the url struct only for the single post page?
When I go to a post page, the url should look like: example.com/xxx/my-post. All other urls (with the exception of the ...
0
votes
1answer
246 views
how to create a sub section in posts
i need to create multiple section in my post.
for eg: i have a wordpress post called football with the perma: http://mysite.com/football
football contains sub section like ...
3
votes
1answer
1k views
Pretty URL with add_query_var
I'm trying to add a 'sub post' to each post on my site, eg
site.com/product-one/changelog
site.com/product-two/changelog
site.com/product-three/changelog
This is the code I'm using atm, which I ...
0
votes
2answers
143 views
Change permalinks for posts but not custom post type?
I want my permalink for my standard posts to be www.mywebsite.com/photoblog/name-of-post
So I've written the custom structure as: /photoblog/%postname%/
However, my custom post type 'projects' ...
0
votes
2answers
2k views
Wordpress permalink post is ok but page not found error 404
I am having troublle with setting my permalink in wordpress site.
I changed the permalink from default to custome : %postname%. in this case my posts are working perfectlybut the pages are not!! they ...
-1
votes
1answer
98 views
Does anyone have the Custom Post Permalinks plugin from John P. Bloch? [closed]
Can you upload it somewhere or send to my email?
0
votes
1answer
211 views
Categories Listing and Highlighting current category item
My query is on Wordpress and related to categories.
I have a set of categories for my posts: All, Cat-a, Cat-b and Cat-c.
a. When I click on the link to my posts page, I want to show an archive for ...
1
vote
2answers
170 views
Using permalinks, category slugs, and tag slugs
I'm trying to set up some permalinks for my site. Right now all the posts are under sitename.com/blog/, which is fine. But the category pages and tag pages show as 'sitename.com/blog/category/catname' ...
0
votes
2answers
310 views
Create pretty permalink for a post knowing the permalink structure
How can I generate a pretty permalink correctly for a post knowing the permalink structure?
My posts where processed with the FeedWordPress plugin with the "Link" setting set to "Permalinks point to: ...
0
votes
1answer
137 views
Standalone form does not post to the url when form fields are populated (otherwise it does)
So this is weird....
I have a form I've created myself (not a plugin, this is what I mean by standalone), and for some strange reason it does not post to the form's action when the form fields have ...
0
votes
3answers
889 views
Remove Permalink On Post Page [closed]
How can i remove the permalink that appears when you publish a post becuase i am listing profiles on a page and it does not have a single.php
"Permalink: http://theurl/blalbal"
thanks
0
votes
2answers
122 views
301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
Just wondering if its possible to redirect existing posts which are permalinks of just %post_name% to %post_name%-%postid% ?
Is there a plugin which can pick this up? Dont want to lose rankings on ...