• If I want to edit a php function in my footer (i.e. the Powered by WordPress) how do I do so?

    In my footer.php I see

    <?php echo of_get_option( 'custom_footer_text', 'sparkling' ); ?>
    						<?php sparkling_footer_info(); ?>

    but I don’t know where those functions are located elsewhere to edit them..

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    just try striking it out like this:

    <?php //echo of_get_option( 'custom_footer_text', 'sparkling' ); ?>
    						<?php //sparkling_footer_info(); ?>
Viewing 1 replies (of 1 total)

The topic ‘Editing php functions’ is closed to new replies.