The Atahualpa theme have once again proved it’s value here, it is used as the basis for the layout.
One thing to remember when using the theme: Take away the weird links at the bottom. This is perfectly legal, as the authors do not claim copyright to the file where they put the links.
To remove them you need to to edit the file functions.php. The content to alter are the contet commented out on the sample below:
function footer_output($footer_content) {
global $wp_query;
$current_page_id = $wp_query -> get_queried_object_id();
get_queried_object_id();
/*
$link_anchors = array("Wordpress Theme", "WP Themes", "WordPress Themes", "Wordpress Themes", "WP Theme", "Wordpress Layouts", "Wordpress Templates");
$link_anchors2 = array("Free", "Download", "Best", "BFA", "Atahualpa", "3 column", "New", "", "");
$link_anchors3 = array("Professional", "Buy", "Custom", "Premium", "", "Premium", "SEO", "Adsense", "Build your own", "");
srand($current_page_id);
$link_anch3 = array_rand($link_anchors3); $link_anch2 = array_rand($link_anchors2);
$link_anch = array_rand($link_anchors);
$footer_content .= '
<a href="http://wordpress.org/">WordPress</a> · <a title="'.$link_anchors[$link_anch].'" href="http://wordpress.bytesforall.com/">'.$link_anchors2[$link_anch2].' '.$link_anchors[$link_anch].'</a> · <a title="'.$link_anchors3[$link_anch3].' WordPress Themes" href="http://www.themeframe.com/">'.$link_anchors3[$link_anch3].' '.$link_anchors[$link_anch].'</a>';
*/
return $footer_content;
It’s a simple reason for doing this: The theme got references to websites that are not the site of the themes creators. If you make a website, make sure that there are NO excess spam on it!
There are ads used on vestby.name, just to see how the ad system is working, but since the Atahualpa creators are asking for money on their “stylist” page – it’s not fair that they add tags and more that are not related to them.