• Resolved Ray Davies

    (@ray-davies)


    I followed an earlier thread on this subject, but exactly where would I paste your code in footer.php?

    add_filter( ‘expound_credits_text’, ‘my_credits_text’ );
    function my_credits_text( $text ) {
    return ‘My custom footer text.’;
    }

    Do I overwrite anything? Sorry if the question is too basic, but it’s spinning my head ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Totally understandable.

    If you haven’t already create a child theme. You will create a functions file and in that file you will use that code.

    Thread Starter Ray Davies

    (@ray-davies)

    Hey thanks Joe, Can I create the file without ftp? I’m using a different server for the site while building and I have no ftp to it

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Yes, there are a few plugins that are capable of creating child themes for you.

    Thread Starter Ray Davies

    (@ray-davies)

    I created the child theme ok, but all it contains this far are the css style pages

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    If you want I can upload a temp child theme with the function file; just going to be while since I’m not able to create files while at work. ??

    Thread Starter Ray Davies

    (@ray-davies)

    Much appreciated Joe. Showing my ignorance, how do I get a function.php file into my child theme without ftp. Stumped ??

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Finally home and it’s a quick one:

    Just the style.css and the functions file.

    File can be found here.

    ??

    Thread Starter Ray Davies

    (@ray-davies)

    Hey, thanks Joe, I appreciate your time on this. I know I must appear to be a complete idiot, but, with no ftp access, is it possible for me to get the functions file you created up to my site?

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    All you have to really do is install the theme and activate. ??

    Thread Starter Ray Davies

    (@ray-davies)

    Ok, thank you my friend. I just spoke to the client & I think it won’t be too long before I upload to his server and then I’ll have full ftp access & maybe move along a little quicker. Thanks again for your knowledge & patience. Much appreciated

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change footer text’ is closed to new replies.