I've found where you adjust the NUMBER of elements (default = 4) which appear in the footer, but i don't see where i can change the elements. i thought it was widgetized but not linked to the Widget screen. Can you also explain "Appears Everywhere" that does not seem to appear anywhere, thanks.
How do i edit the items in the Footer?
6 posts from 5 voices-
Posted 10 months ago #
-
Hey!
Go to Flagship > Theme Options > Footer - there you'll be able to adjust the number of footer columns/widget areas.
Best regards,
PeterPosted 10 months ago # -
I'd like to add the copyright year and the address for our main website in the footer. Where do I accomplish that? Thanks.
Posted 10 months ago # -
Hello,
Open your footer.php and edit the code below
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a><?php echo $kriesi_at_backlink; ?></span>Regards,
IsmaelPosted 10 months ago # -
I've not sure what needs to be replaced - do I need to add <b> Houston Herald website. </b> </p>
before the last closed </span> ?
Thanks for your help.
Posted 10 months ago # -
Hi,
Use this as a guide:
<span class='copyright'>© <?php echo date("Y") ?> <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a> - http://www.domain.com - 1990 Street Address City, State 00000</span>The A HREF.... is actually link to your website that is set to use the Site Title from Settings > General. You can replace that by using this:
<a href='http://www.domain.com'>This is my link.</a>Hope this helps!
Regards,
MyaPosted 10 months ago #
Reply
You must log in to post.














