theme: dailytech
-
please help… i just can’t seem to find where to edit the text in “footer last” i’d really like to change from “lorem ipsun” and i’d like to put something other than “your company name”, ya know?
thanks for any help!
Mike
-
Is there any way you could contact your theme’s vendors about this?
i got the theme free, and their site says i have to be a paid member to view forums…
you can try checking in the footer.php file.
Would you like to post a link?this is what is there…
<?php if($theme->display(‘footer_widgets’)) { ?>
<div id=”footer-widgets” class=”clearfix”>
<?php
/**
* Footer Widget Areas. Manage the widgets from: wp-admin -> Appearance -> Widgets
*/
?>
<div class=”footer-widget-box”>
<?php
if(!dynamic_sidebar(‘footer_1’)) {
$theme->hook(‘footer_1’);
}
?>
</div><div class=”footer-widget-box”>
<?php
if(!dynamic_sidebar(‘footer_2’)) {
$theme->hook(‘footer_2’);
}
?>
</div><div class=”footer-widget-box footer-widget-box-last”>
<?php
if(!dynamic_sidebar(‘footer_3’)) {
$theme->hook(‘footer_3’);
}
?>
</div></div>
<?php } ?>but where it says to manage widgets from such and such area…there’s nothing in the box for widget area3
i think i found it…
it’s in theme functions….
hope this helps somebody else!
The topic ‘theme: dailytech’ is closed to new replies.