>
Download This Plugin | |
Download Elegant Themes | |
Name | Auto URL |
Version | 1.4 |
Author | FunkyDude |
Rating | 0 |
Last updated | 2012-11-29 06:05:00 |
Downloads |
3665
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Auto URL plugin added 15 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
Auto URL plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Auto URL plugins ads the following DB table(s) to your Wordpress blog database:Table name | Table size (in bytes) |
---|---|
wp_au_urls | 32768 |
Now supports custom post types.
Auto URL generates customized permalinks according to post types, categories and tags.
You can generate your own customized url for posts, pages and attachments by using different tokens.
Your posts and pages will still be accessible via your old permalinks.
WP 3.1 and up only. Beta version. Appreciate any feedback.
How To Use:
go to URL Patterns page(wp-admin/admin.php?page=au-pattern) to set the patterns for post and page.
you can set patterns base on tags and categories
after you have set the patterns, click Bulk Generate URL to generate your custom url.
to see generated urls, got to url page(wp-admin/admin.php?page=au-url).
Screenshots: http://www.bunchacode.com/programming/auto-url/
Tested On: Firefox 5, Chrome 13, IE 7 and IE 8
-Available Tokens-
%id%
The unique ID # of the post, for example 423
%name%
A sanitized version of the title of the post.
%namepath%
A sanitized version of the full title path of a page. Similar to %name% but shows the it's
title path which includes title of it's parent. Only available to pages.
%category%
A sanitized version of the category name. Uses only the first category.
%categories%
A sanitized version of the all the category names.
%categorypath%
A sanitized version of the category path name.
%blogname%
A sanitized version of the blog name.
%tag%
A sanitized version of the tag name. Uses only the first tag
%tags%
A sanitized version of all the tag names.
%author%
A sanitized version of the author name.
%year%
The year of the post, four digits, for example 2004
%monthnum%
Month of the year, for example 05
%day%
Day of the month, for example 28
%hour%
Hour of the day, for example 15
%minute%
Minute of the hour, for example 43
%second%
Second of the minute, for example 33