Hi Muktadhawan,
Thank you.
I followed your steps and got to the footer.php to edit, however, I don’t see the actual text to edit (the designer’s credit and name).
Here is some, but not the whole of what I can see:
wp_nav_menu( array(
‘theme_location’ => ‘footer-menu’,
‘depth’ => ‘1’,
‘menu_class’ => ‘bottom-nav’,
‘container’ => ”,
‘fallback_cb’ => ”,
) );
?>
</div>
</div> <!– #et-footer-nav –>
<?php endif; ?>
<div id=”footer-bottom”>
<div class=”container clearfix”>
<?php
if ( false !== et_get_option( ‘show_footer_social_icons’, true ) ) {
get_template_part( ‘includes/social_icons’, ‘footer’ );
}
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
echo et_core_fix_unclosed_html_tags( et_core_esc_previously( et_get_footer_credits() ) );
// phpcs:enable
?>
</div> <!– .container –>
</div>
</footer> <!– #main-footer –>
</div> <!– #et-main-area –>
<?php endif; // ! is_page_template( ‘page-template-blank.php’ ) ?>
</div> <!– #page-container –>
<?php wp_footer(); ?>
</body>
</html>
It’s not showing the actual text so I don’t know which part to edit.
Thanks again….
PS: I think you’ve replied to my issue which is a bit different than macsolutions issue.