Bloggers using WP and MT can customize the eMiniMalls code and pass the title of the blog post as a keyword. On MT insert the following code:
ch_query = "<$MTEntryTitle$>";
On WP insert the following code:
ch_query = "<?php the_title(); ?>";
Just another WordPress site
Bloggers using WP and MT can customize the eMiniMalls code and pass the title of the blog post as a keyword. On MT insert the following code:
ch_query = "<$MTEntryTitle$>";
On WP insert the following code:
ch_query = "<?php the_title(); ?>";