Hello, I cannot remeber how I removed the Intersting Links that are located at the bottom of the main page template. Can somebody help me on this?
Thank you,
Kelly
Hello, I cannot remeber how I removed the Intersting Links that are located at the bottom of the main page template. Can somebody help me on this?
Thank you,
Kelly
Hello,
You mean on the footer? On Theme Options > Footer > Select the number of columns then go to Appearance > Widgets > Add a text widget on the Footer Widget areas. :)
Regards,
Ismael
Hello, No, what I want to do is remove what is currently on the bottom of the Welcome! page. It's some text that says "Interesting links
Besides are some interesting links for you! Enjoy your stay :)". Otherwise maybe what I need to do is create my own theme.
Thank you,
Kelly
Hi Kelly,
Try to open wp-content/themes/propulsion/footer.php and find this line of code:
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - column'.$i) ) : else : avia_dummy_widget($i); endif;
replace the code above with this code:
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Footer - column'.$i) ) : else : if($i > 1): avia_dummy_widget($i); endif; endif;
Hope this helps. :)
Regards,
Ismael
Hi Ismael,
That worked perfect as always. You sure know this stuff.
Thank you so much,
Kelly
Hi Kelly,
Glad that we could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.