Custom Footer Text

Hi I would like to add custom text to the footer of my site, and remove the reference to Wordpress.

Can you please help?

Thanks,
Me.

http://onlinetacknology.com/wh/

Hi seantack,

I hope you are well today and thank you for your question.

You can remove the reference to WordPress from the footer by using the attached small plugin containing the following code and add custom text to the footer of your site by replacing the text “Custom text here.” with your custom text in the following plugin code.

function customize_travelify_footer_info(){

	remove_action( 'travelify_footer', 'travelify_footer_info', 30 );

	add_action( 'travelify_footer', 'custom_travelify_footer_info', 32 );
}
add_action( 'init', 'customize_travelify_footer_info' );
/**
 * function to show the footer info, copyright information
 */
function custom_travelify_footer_info() {
   echo '<div class="copyright">'.__( 'Copyright &copy;', 'travelify' ).' '.date('Y').' '.travelify_site_link().'. '.__( 'Theme by', 'travelify' ).' '.travelify_colorlib_link().' '.__( 'Powered by', 'travelify' ).' '.__( 'WordPress', 'travelify' ).'</div><!-- .copyright -->';
   echo " Custom text here.";
}

Best Regards,
Movin

Dear Monin,

can I use this code as well? I wasn’t able to download the plugin, I got a message: Access Denied.

Regards
Gabor

Hi Gabor,

Yes you can also use that code. It’s downloading fine for me.

For your convenience i have shard the plugin on Google Drive on the following link.

https://drive.google.com/file/d/0B7X-aZPqO9LzaTJlRzRvNThBSEk/view?usp=sharing

Cheers,
Movin

Hello! I love the Shapely theme.

I’m trying to update the footer information as well. Where do I put in that bit of code? Sorry, I’m thinking it should be obvious, but I’m just not seeing it. Thanks in advance!

Best,
Jinhi

@tree2x This is a topic created for Travelify theme and not Shapely theme so to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.