Wordpress, PodCMS and Search

Posted by Vian Esterhuizen on Stack Overflow See other posts from Stack Overflow or by Vian Esterhuizen
Published on 2010-04-21T17:41:29Z Indexed on 2010/04/21 17:43 UTC
Read the original article Hit count: 368

Filed under:
|
|
|
|

Hey guys,

I have a WordPress site for a client. He owns a video store, and I made a site for him to update the list of movies, usually just the "new this week" movies.

The Pod has a field where you insert the release date. 2010-04-20
Then there is a Pod page/template combo that calls the movies with a certain release date like this:
$date = pods_url_variable('last');
He then just creates a blank WP page with the slug 2010-04-20
So when you open that page, the Pod page/template reads that slug and renders a list of the appropriate movies.

My problem: I need these to be searchable. Is this possible.

I'm also open to suggestions on other ways to go about making this site work. I need it to be as simple as that. Uploads some movies and creates a new page. Then the rest is done automatically.

Please and thank you guys

© Stack Overflow or respective owner

Related posts about cms

Related posts about Wordpress