Periods in Titles

About

Periods in Titles allows you to put periods in your post and category URL slugs. e.g. example.com/2006/10/this.is.a.post.slug/

Download

Usage

Download by clicking the link above then clicking the “Download” button at the top of the screen. Upload to your /wp-content/plugins/ directory and activate the plugin in your WordPress admin.

I’ve spent a lot of time writing this code and supporting it. If you derive some benefit from this code, please consider showing your gratitute in a more tangible
way. Thanks!

I have received $0 this month for my coding efforts.

Donate with PayPalAmazon.com Wishlist


17 Responses to “Periods in Titles”

webDressing |

Would this plug-in make it more or less search engine friendly?

indir |

Would this plug-in make it more or less search engine friendly?

youtube |

thanks for desing

indir |

Site design, coding and maintenance ?

Hunt |

Is there an asp version available?
I do not know any about php

Soodex |

I love this code,thanks

Chip |

What if I want to make an article look like article-name.php to match my older site structure?

Bob |

Could these lines:

~~
$title = preg_replace(’|([^.]).$|’, ‘$1′, $title);
$title = trim($title, ‘-’); // yes, again
~~

Be replaced with this?

~~
$title = trim($title, ‘.-’);
~~

Bob |

Also, these lines:

~~
$title = str_replace(’-.-’, ‘.’, $title);
$title = str_replace(’-.’, ‘.’, $title);
$title = str_replace(’.-’, ‘.’, $title);
~~

With this?

~~
$title = str_replace(array(’-.-’, ‘-.’, ‘.-’ ), ‘.’, $title);
~~

Jonathon |

Would periods in titles cause problems for feeds or search engines or other [machine programs]?

Leave a Reply

Mark Jaquith Tempus Fugit Mark on WordPress Flickr Photostream WordPress Consulting Twitter FriendFeed


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser