>
Download This Plugin | |
Download Elegant Themes | |
Name | Auto Post Title |
Version | 1.2.2 |
Author | ThoughtLab |
Rating | 20 |
Last updated | 2011-05-12 07:58:00 |
Downloads |
5248
|
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 Post Title plugin added 3 bytes of resources to the Home page and 17 bytes of resources to the sample Post page.
Auto Post Title plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Auto Post Title plugin ads no tables to your Wordpress blog database.There are times when you want to automatically include information into the title of a post, page, or custom post type. This plugin adds an item to the Admin Settings menu called "Title Format." Clicking on this link will give you an options page where you will find a text field for each post type that you have registered in WordPress, including Post and Page. In these text fields, you are able to use shortcodes to build a title format that will be used to generate the title of all posts of that type. For example, say I had a blog with several authors, and I wanted to include the author's name into the title of every post. I could use something like:
[title] - by [author]
So, if I had a post by John Smith, with a title of "An Excellent Post," the title would be displayed as: "An Excellent Post - by John Smith"
Here are the tags that are available:
- id
- title
- author
- date (use the attribute: format="" to format date. Click here for formatting info.)
- modified (also takes the format="" attribute.)
- category
- content
- excerpt
- status (published, draft, etc.)
- type (the post type)
- name (the post slug)
- comments (show number of comments)
I might have a website which uses custom post types to catalog my inventory of cars for sale. My 'cars' post type will be displayed in the Auto Post Title options page as 'Cars Title.' Assuming that I have already set up my cars with a year, make, and model as meta data, I would then enter something like this:
[year] [make] [model] For Sale!
Each of my cars will then be shown with a title similar to: "2011 Chevy Camaro For Sale!"
You can also use custom taxonomies as tags. Only the first term will be used.