by adminDecember 18, 2009
Online Marketing
Don’t panic. Determine the source of the problem. Contact Google reps (who may not be able to share very much, but if you are a conscientious business, may sympathize) to ask for a manual review.
via Landing Page Quality Update: Christmas Comes Early for Doc.
Tagged as:
adwords,
google slap,
quality score
Read the full article →
by adminDecember 15, 2009
Form & Function
/* Add the top navigation menu */ /* Links for top menu will need to be manually added here, since this menu isn't supported by Thesis */ function topnav_menu() { ?> <ul id=”topnav”> <li><a href=”http://www.cashmoneylife.com”>Home</a></li> <li><a href=”http://www.cashmoneylife.com/about”>About</a></li> <li><a href=”http://www.cashmoneylife.com/archives”>Archives</a></li> <li><a href=”http://www.cashmoneylife.com/about”>Contact</a></li> </ul> <?php } add_action('thesis_hook_before_header', 'topnav_menu');
via Thesis theme – How to add another menu.
Tagged as:
thesis
Read the full article →