Posted by Karla On Oct 19
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(); ?>";

