A permalink (portmanteau of 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. B

learn more… | top users | synonyms

0
votes
1answer
16 views

permanent link to a single file in a folder that can be replaced and renamed

I tried to think about it but I can't find good answers for my website. Let say I have a folder (online) with one PDF file in it. I want to have a link to it, no problem. Problem : Now let say ...
0
votes
0answers
6 views

ht_access Wordpress Category Permalink

For pagination, the template came with this type of link www(.)website(.)com/pleasure/page/2/ using, get_pagenum_link() function from WP core files. It does not work ! it brings me back to ...
-1
votes
0answers
21 views

WordPress Custom Permalinks [closed]

I would like to set permalinks for WordPress as follows: For single posts: sitename.com/%category%/%postname%/ For a list of posts in a category/tag combo: sitename.com/tag/%tagname%/%category%/ For ...
0
votes
1answer
13 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
0answers
23 views

I getting error after change my parmalink default to postname

I used default permalink on ny wordpress site. I want to use Post Name as my parmalink for SEO advantage. But after change permalink i am getting error on Category page. There showing an error at the ...
0
votes
0answers
40 views

Wordpress drop down with custom taxonomy on multiple language site

I'm creating a webpage for two languages and use qtranslate for the translation part. I have now got stuck on my front end drop down that I have created for my custom_post_type taxonomy. It works ...
0
votes
1answer
18 views

permalink that goes straight to a div within a post

I was wondering what is the php code to go directly to a div on single post on a wordpress page (comments) For example. The link to go to the comments section of a particular post would be ...
-1
votes
0answers
30 views

Change permalink for existing post type in wordpress [closed]

At present i'm using this permalink structure /%cateogry%/%postname%/. There are some existing post type. I want to change permalink for image post type to image/%post_id%/, and don't want to affect ...
1
vote
1answer
17 views

Troubles Overwritting Wordpress Url Rewrites

so essentially right now I have a plugin enabled to allow me to use php in my pages. I've setup a page and set the permalink as the homepage. Doing this I'm able to make requests like ...
0
votes
1answer
31 views

Redirect Wordpress Permalink in htaccess

I want to change the permalink structure of my site from /%postname%/ to /%category%/%post_id%/%postname%/ , and have the old backlinks redirect to the new structure (currently getting 404's). I have ...
0
votes
0answers
14 views

Custom tag permalink wordpress with category

I need to modify Wordpress tag permalink from www.domain.com/tag/tag_name to www.domain.com/category/tag_name Is it possible with mod_rewrite or with a plugin?
1
vote
2answers
52 views

First image only from photoset on indexpage, then all on permalinkpage

Hello - I've been playing around with tumblr photosets and currently i'm using a masonry based theme (http://dgsmigliani.tumblr.com/). With the photosets, i wish to just show the first image of the ...
0
votes
1answer
23 views

Remove posts permalink (href)

I am trying to figure out a way to remove permalink's from posts with the category 'nolink'. I have tried a few java script attempts - but have not managed to get it to work. Would love a solution! :) ...
0
votes
1answer
28 views

wordpress permalinks for custom taxonomy

I'm using tribe events in wordpress and been struggling with the following problem: I have events (custom post type) filtered by category (default taxonomy for this plugin). I'm using "pretty ...
-1
votes
1answer
28 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
37 views

Model multiple field-lookup in Django 1.5

I have a model class ModelName(models.Model): type = models.ForeignKey(AnotherModel) slug = models.SlugField(editable=False) class Meta: unique_together = (('type', 'slug'),) ...
2
votes
1answer
29 views

Why is the permalink decorator no longer recommended in django?

I was reading the django dev documentation. Here it says permalink decorator is no longer recommended, use reverse inside your get_absolute_url method to generate full url for a model instance(scroll ...
0
votes
0answers
19 views

How can I setup an ajax request to swap post_id for its slug equivalent?

I'm having to modify a plugin in wordpress that is dynamically populating a google map with location AND providing a list of location data including a link to appointment pages for each location. Now ...
0
votes
1answer
63 views

Link to post's ID (Wp)

I am having trouble linking to a single post. I have queried my loop to show posts categories that match the slug. So I only need one gallery template. This has made an issue for me that means i ...
0
votes
1answer
40 views

Use the category name instead of category slug in permalinks

How to create a permalink structure which finish by: /category-name/post-name/ Instead of: /category-slug/post-name/ By default, Wordpress is offering %category% tag strucure as "A sanitized ...
0
votes
1answer
98 views

Linking to kml/kmz files on Google Drive

I've saved kml and kmz files in a file cabinet in the old Google Sites. I copy the permalink to these files and paste it into the search box on Google Maps to overlay the placemarks. I've saved a ...
0
votes
1answer
56 views

Does Permalink inside h1 tag effects page SEO? [closed]

In my wordpress blog I found that my Post title are displayed like the following <h1><a href="permalink">Post Title</a></h1> On diving deep I found the code structure as ...
0
votes
0answers
25 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
1answer
37 views

Making my wordpress the_post_thumbnail link to permalink

I'm trying to merge two lines of code, and being a code noob, am inevitably having trouble. I would like to make my post thumbnail link to the permalink with the supplied lightwindow class. I also ...
0
votes
0answers
58 views

PHP give a Link Label to a URL

Currently I have finished a CMS website for PHP, where I have been asked to implement on the WYSIWYG form for the user what it would be a permalink (VARCHAR20), Meaning the user can create his own ...
0
votes
0answers
33 views

Permalink to entire content of post WordPress

I'm creating WP theme and I have a problem with posts list (index.php/loop.php). If post is longer then excerpt length limit, proper function will add 'Read More' button for that excerpt [permalink to ...
2
votes
1answer
45 views

Get permalink to page?

I know this is going to be simple but I can't work it out. I want to create a nav in the footer listing each page and it's child pages. It will look something like this <ul> ...
0
votes
2answers
43 views

Effect Permalink .htaccess to load css file

i have localhost/ctr/index.php?page=reload and i use htaccess to convert them into localhost/ctr/index/reload htaccess it is RewriteEngine on RewriteRule index/([a-z]+) ...
0
votes
0answers
42 views

Any way to use permalink as subdomain

I googled this but didn't find anything useful By default I use: http://my-domain.com/article_name_1 http://my-domain.com/article_name_2 I want to use: http://article_name_1.my-domain.com ...
1
vote
1answer
35 views

Django permalink not working

models.py from django.db import models class Blog(models.Model): time = models.DateTimeField(auto_now_add = True) title = models.CharField(max_length = 100) slug = ...
-2
votes
1answer
57 views

Django permalink [closed]

Here is my model for a blog tutorials, from django.db import models class Blog(models.Model): time = models.DateTimeField(auto_now_add = True) title = ...
0
votes
0answers
18 views

FB send widget is bound on wrong URL

I have problem with FB send button. I place button as widget on my web page with some url like http://www.address.com/page/mypage1, but after that i renamed the page from mypage1 to mypage2 so, now ...
1
vote
0answers
64 views

How do i get the Facebook like button to link with various news posts?

Can anyone help me solve a Facebook "Like Button" issue I'm having? I have installed this plugin on my website and would like the button to corresponded with each of my different news post ...
1
vote
1answer
109 views

Google Indexing Non-Existent URLs. WordPress Doesn't Show 404

I was inspecting the Google search results for: "site:mywordpress.org." And found lots or pages indexed that shouldn't exist. There are two problems here: I don't know how Google located, crawled, ...
-2
votes
1answer
82 views

permalink redirect from id to postname

i want change url from example.com/abc/?page_id=1 to example.com/postname.... i tried lots but there is some issue ....on screen error occurring which is not found url not found in server what should ...
1
vote
1answer
59 views

permalink structure for single-{post-type}.php in wordpress

I have tried many ways to display my custom post type as single-{post-type} and finally it works nicely once i used: 'rewrite'=> false, before that, i used 'rewrite' => array( 'slug' => ...
0
votes
0answers
21 views

How to Redirect old links after change of Permalinks?

Wordpress:How to Redirect old links after change of Permalinks? wp old permalinks: /%category%/%postname%/ and I changed it to: (new permalinks) /%postname%/ How to Redirect old links after ...
0
votes
1answer
65 views

Wordpress:How to Redirect old links after change of Permalinks?

wp old permalinks: /%category%/%postname%/ and I changed it to: (new permalinks) /%postname%/ How to Redirect old links after change of Permalinks? with HTACCESS? thanks
0
votes
0answers
105 views

Custom post types permalink with parent custom post type

Hard to define the Title of this Question.... I want to create a nice readable permalink structure for my 2 custom post types (CPT). My first CPT "family" has the following rewrite-slug ...
0
votes
1answer
38 views

WP: Showing products from another DB using WP-Permalinks and PageTemplate?

would love to get your help with this. My IS situation: So I have my users create their own product. Lets say its an outfit containing a tie, a shirt and a shoe. I allow them to save this outfit. My ...
0
votes
0answers
56 views

Add new permalink structure from custom search page

I created page "play" url: http://localhost/myweb/play and inside of page "play" I include PHP code to make the new search from outside Wordpress. And all worked, if I search from my page "play" the ...
0
votes
0answers
24 views

Permalink issue on Wordpress

I changed my Permalink structure 1 year ago to /%postname%/zippy Now I want to change it back to /%postname%/, But when I do this, there is no redirection from **/zippy to posts. Thank you for ...
-1
votes
1answer
156 views

How Get Unique meta title (post number), when Post Title already exist

As i know, WordPress automatically adds suffix in the end of permalink (post name) if a post with the same name already exists in the database. But not adds suffix in the end of Meta title, because ...
0
votes
3answers
59 views

$_GET and permalink issue

I have a permalink like so /products-page/custom/test-product/ the custom is my products category, test-product is the product name and products-page is the page name. In php I am trying to GET the ...
0
votes
0answers
84 views

Java transferTo monitor progress while downloading a file from the internet

I an making a small Java app that downloads a file from the internet. I am using transferTo because I heard that it is efficient and a good programming practise. Now I have two questions: 1. How do I ...
0
votes
2answers
106 views

Custom PHP URLs from Database

i was running into a problem while creating a simple database and i hope you can provide me with some help ;). The problem : I need to create a database which contains offers (for example for ...
0
votes
2answers
226 views

WordPress Permalinks HTAccess Not Working

I have a blog (http://pra.getsquared.me) which is really at (http://www.getsquared.me/blogs/praquilone) and I used to have the custom permalink /%category%/%postname% but I wanted to change it to ...
0
votes
0answers
153 views

Change the url for wordpress (image)attachment page?

I'm having the following problem and can't find out how to fix it: In Wordpress i use the attachment pages, which are auto generated when you add an image to a post/page. However the attachment page ...
0
votes
0answers
60 views

Django NoReverseMatch shell error

I saw here many questions about it but stil don't understand this topic. I have a Task class and a File class in my model.py: class File(models.Model): timestamp = models.DateTimeField() ...
0
votes
2answers
170 views

Get excerpt and permalink outside loop in wordpress

I'm trying to get the post excerpt and permalink outside a wordpress loop, pulling the thumbnail and the title work fine but when trying to get the excerpt it doesn't work? And how would I get the ...

1 2 3 4