daily gadgets, computers, and electronic news
01/07
2006

[CA] Title – Create Custom Title For WP Page

Sponsored Links

Wordpress LogoI’ve been using the Optimal Title plugin for a while now, and I’m quite satified with it. However, on one of my blog, I need to customize the title of the page, and that’s why I decided to develop my own page title plugin for Wordpress. I call this baby [CA] Title.


How It Works

First of all, the plugin works by taking the pre-defined format of each page type (like frontpage, single, archive, etc), replace the tag, and finally print the result. You can change the format from the Options – CA-Title page. I have also included the default format which is SEO-ready.

Requirement

Since this is a WordPress plugin, of course you need WordPress :) Currently tested under version 2.0.3. However, the plugin should work with other version as well.

Installation

1-Click Install: -

Manual Install:

Usage

Once you activated the plugin, go to the Options page and continue to CA-Title setting page.

CA-Title Setting Form

As you can see, you can customize the format of each page type. Modify if necessary and don’t forget that you can also add the tag on the right if needed.

When you’re done, save the setting. Now modifiy your template and change the TITLE tag (usually found on Header template).

<title><?php ca_title(); ?><title>

Save and see the result :)

You might ignore Category Page setting as the Archive Page setting will automatically override it when the plugin called.

Tips/Tricks

  • Display UTW Tags.
    That’s right, the plugin fully supports Ultimate Tag Warrior (tested with v3.1) plugin. You can use %tag% tag to display the current tag set on the Title which is useful when you have created Tag archive template. But before that, you have to do a little modification to UTW. Open ultimate-tag-warrior.php, find UTW_ShowCurrentTagSet function and change it to the following:

    function UTW_ShowCurrentTagSet($formattype, $format="", $limit = 0, $display = true) {
    global $utw;
    $format = $utw->GetFormat($formattype, $format);
    if ($display) echo $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);
    else return $utw->FormatTags($utw->GetCurrentTagSet(), $format, $limit);
    }

    Save and you’re done :)
    For example, take a look at this page.

To Do

  • More tag

Version History

v0.1 - July 2nd, 2006

  • Initial release
[CA] Title – Create Custom Title For WP Page is written by cosa and posted under News Splash . If you like it, you might consider subscribing to our feed, follows us on Twitter, or receive our latest posts via email. Or else, you could also or store it to your favourite social bookmark sites. Further information about this article can be found.

20 Comments »

  1. 1
    links for 2007-05-19 » tommy's input/output statement. says:

    [...] [CA] Title – Create Custom Title For WP Page | Daily Gadgets, Computer, and Electronics News First of all, the plugin works by taking the pre-defined format of each page type (like frontpage, single, archive, etc), replace the tag, and finally print the result. (tags: en wordpress plugin seo title) 2007-05-19 (Sat) 23:22:44 [...]

  2. 2
    arianto.net | 5 Plugin Wordpress Yang Berkaitan Dengan SEO says:

    [...] – Link Plugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

  3. 3
    Andi says:

    i can’t download this plugin?
    ps. Can’t find file: ‘./filecows_main/fileinfo.frm’ (errno: 13)
    ???

  4. 4
    indonesian says:

    gak bisa di download nih plugin – nya?

  5. 5
    Riri Audiya says:

    Hi,

    can I edit the plugin and re-publish it?
    Of course I will write your name in the credit.

  6. 6
    WP Title Customize | RiE, Kata Hati dan Inspirasi says:

    [...] is a rework of an original plugin called CA_Title by Cosa Aranda. I rewrite this plugin because Cosa Aranda didn’t support this plugin [...]

  7. 7
    fajarmulya says:

    mas cosa, tolong di reupload. error tuh :(

  8. 8
    endangmuhtadin.mgmpsukabumi.org says:

    [...] – Link Plugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

  9. 9
    blog pribadinya dhika » Blog Archive » 5 Plugin Wordpress Yang Berkaitan Dengan SEO says:

    [...] – LinkPlugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

  10. 10
    wordpress plugins related to SEO « phreakaholic’s blog says:

    [...] CA-Title The plugin works by taking the pre-defined format of each page type (like frontpage, single, archive, etc), replace the tag, and finally print the result. so you can change all the format of each page as easy as you like. [...]

  11. 11
    Plugin Berguna « sandstiller says:

    [...] CA-Title [...]

  12. 12
    .:. Berbagi Ilmu .:. - 5 Plugin Wordpress Yang Berkaitan Dengan SEO says:

    [...] – LinkPlugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

  13. 13
    5 Plugin Wordpress Yang Berkaitan Dengan SEO | thepadi.com says:

    [...] CA-Title – Link [...]

  14. 14
    Menghindari Link Injection di Wordpress | Cosa Aranda says:

    [...] fungsi wp_header akan mengakibatkan plugin tersebut tidak berjalan. Solusinya? Pake plugin CA-Title aja, blog ini pake loh, [...]

  15. 15
    Link injection di wordpress « Nadatea’s Weblog says:

    [...] fungsi wp_header akan mengakibatkan plugin tersebut tidak berjalan. Solusinya? Pake plugin CA-Title aja, blog ini pake loh, [...]

  16. 16
    Tentang link injection di wordpress..amankah wp anda? « Pengusaha Baik Hati says:

    [...] fungsi wp_header akan mengakibatkan plugin tersebut tidak berjalan. Solusinya? Pake plugin CA-Title aja, blog ini pake loh, [...]

  17. 17
    essantise says:

    mas koq ga bs di
    upload y…

  18. 18
    Menghindari Link Injection di Wordpress « Blogger Lampung Barat says:

    [...] fungsi wp_header akan mengakibatkan plugin tersebut tidak berjalan. Solusinya? Pake plugin CA-Title aja, blog ini pake loh, [...]

  19. 19
    5 Plugin Wordpress Yang Berkaitan Dengan SEO | Blogger Indonesia says:

    [...] – Link Plugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

  20. 20
    5 Plugin Wordpress Yang Berkaitan Dengan SEO says:

    [...] – Link Plugin CA-Title berfungsi untuk menciptakan judul halaman sesuai dengan format yg kita inginkan. [...]

Leave a comment