Jeff Tobler

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Need help with customization #302063

    Jeff Tobler
    Full Member
    Post count: 18

    I may have used the wrong terminology. I am still getting used to the difference between category and custom post type. I meant the custom post selection box.

    in reply to: Can't edit copyright footer text in Supreme Directory theme #302051

    Jeff Tobler
    Full Member
    Post count: 18

    This did it, Giri. Thank you very much!

    in reply to: Can't edit copyright footer text in Supreme Directory theme #301610

    Jeff Tobler
    Full Member
    Post count: 18

    Thank you, Guust, but unfortunately I can’t get your solution to not show duplicate footers. Nor can I get this solution to work, which was posted just recently by another support staff.

    
    
    remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 );
    add_action( 'dt_footer_copyright', '_my_dt_footer_copyright_text', 10 );
    function _my_dt_footer_copyright_text(){
    	echo 'My copyright text';
    }

    I simply want to change the footer text. Where would I find this?

Viewing 3 posts - 16 through 18 (of 18 total)