WP permalink structure

2 posts by 2 authors in: Forums > CMS Builder
Last Post: May 30, 2012   (RSS)

Re: [Toledoh] WP permalink structure

By Jason - May 30, 2012

Hi Tim,

That shouldn't be a problem. These types of URLs can be easily be generated on the fly using PHP.

For example:

$recordDate = strotime($record['createdDate']);
$url = "www.newdomain.com/".date("Y", $recordDate)."/".date("m", $recordDate)."/".date("d", $recordDate)."/".getFilenameFieldValue($record, 'title');


The trick is setting up your htaccess to redirect this type of link to the appropriate page, and how you want to structure your query to retrieve that record.

This should help you get started:
http://www.seocentro.com/articles/apache/mod_rewrite-create-search-engine-friendly-urls.html

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/