Using blog titles as keywords to target eMiniMalls
Using blog titles as keywords to target eMiniMalls
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(); ?>";

