article_bot
Tue 8 November 2005, 06:02 pm GMT +0100
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(); ?>";
To read the full article click here
On MT insert the following code:
ch_query = "<? $MTEntryTitle$ ?>";
On WP insert the following code:
ch_query = "<?php the_title(); ?>";
To read the full article click here