Got Questions? (866) 441-7203

Live customer support. M-F 9am-5pm EST

Chitika's Recent Awards

Red Herring Global Top 100 Winner
Red Herring Global Top 100 Winner
Top 100 Private Companies in the Northeast
Top 100 Private Companies in Northeast
Chitika Named Best of Inc.
Chitika Named Best of Inc.
Most Innovative Technology Finalist
Most Innovative Technology Finalist  
 

Using blog titles as keywords to target eMiniMalls

October 19th, 2005
4 comments

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(); ?>";
About the Author: Karla Escolas is part of the CRM/Marketing team here at Chitika Inc. She also specializes in working one-on-one with publishers using simple optimization techniques to increase their revenue. Follow her on Twitter @KarlaChitika to find out more.
 
 
 

4 Responses to “ Using blog titles as keywords to target eMiniMalls ”

  1. Got Good List Says:

    More Chitika tips and tricks
    Customize more, earn more.

  2. Rick Says:

    I just posted a how-to document at this url which tells you how to do this for Blogger blogs.

    http://www.feedbuzzard.com/blog/2005/10/24/chitika-blogger-how-to/

  3. Craig Miller Says:

    There’s actually an easier way of setting the keyword to the title which doesn’t depend on blog software. Use the following javascript:

    ch_query = document.title;

  4. John McCabe Says:

    Another good option for Movable Type users would be

    ch_query = “< ? $MTEntryKeywords$ ?>“;

    This way, you can specify exact keywords for each blog entry.

Comments are closed. Please direct all feedback to the feedback form.