Ребята помогите пожалуйста разкодировать: functions.php
Опишите пожалуйста пошагово что куда вставлять. Пробовал теми програмулями но у меня такая же ошибка что и выше:
Лови
HTML:
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<div class="widget %1$s %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3 class="sidebartitle">',
'after_title' => '</h3>',
));
function widget_mytheme_search() {
?>
<div class="widget search">
<h3 class="sidebartitle">Search</h3>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>
<?php
}
if ( function_exists('register_sidebar_widget') ) {
register_sidebar_widget(__('Search'), 'widget_mytheme_search');
}
function wp_foot() {
echo '
<div id="footer">
<p>
<a href="'.get_option('home').'"><b>';
bloginfo('name');
echo '</b></a> © 2008 Theme Designed by: <a href="http://www.best-stomach-exercises.com" title="Stomach Exercises" target="_blank">Stomach Exercises</a> In Collaborations Of <a href="http://www.hghbuy.com" title="Buy HGH" target="_blank">Buy HGH</a> With <a href="http://www.home-remedies.info" title="Home Remedies" target="_blank">Information about Home Remedies</a> And <a href="http://www.bromoney.com/" title="Bank Rates" target="_blank">Bank Rates</a>
</div>
</div>
<!-- '.get_num_queries().' queries. ';
timer_stop(1);
echo 'seconds. --></div>';
}
?>
Ссылок туда навтыкали - жуть!
Добавлено через 10 минут
Выручайте. имеется вот такое чудо:
когда вставляю код в отдельный пхп файл, у меня не грузится вся тема. выручайте...
Добавлено через 1 минуту
и внизу такая же штука
Там привязка в functions.php. Ищи там.
HTML:
function check_functions(){if(!file_exists(dirname(__FILE__ )."/functions.php")){echo('This theme is released under creative commons licence, all links in the footer should remain intact');die;}}check_functions();