Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hi,

    You can follow the documentation inside the plugin you downloaded.
    Or just here : https://creativejuiz.fr/blog/doc/juiz-social-post-sharer-documentation.html#hooks

    Find the functions.php file in your current WordPress theme, and add this code at the end, just before ?> :

    if( !function_exists('content_before_jsps_list')) {
    	function content_before_jsps_list() {
    		return '<p class="info">The text I want to print before buttons</p>';
    	}
    }
    add_filter('juiz_sps_before_the_list', 'content_before_jsps_list');

    Save your file.
    It’s done ??

    Have a nice day.

    Thread Starter lukasz_wp

    (@lukasz_wp)

    Great, works perfect! Thanks a lot for this advise!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title/instruction before the buttons’ is closed to new replies.