• help me edite on footer.php (WordPress Theme Designer Artist)
    im off from edit in page, but i want text for example 2024 All right is reserved is show

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @internationaltour,

    To edit the footer text, go to line 423 in the functions.php file of your theme and replace the text “Designer Artist WordPress Theme” with your own desired text, like this:

    if ( ! function_exists( ‘designer_artist_credit’ ) ) {
        function designer_artist_credit(){
            echo “<a href=”.esc_url(DESIGNER_ARTIST_CREDIT).” target=’_blank’>”.esc_html__(‘2024 All right is reserved’,’designer-artist’).”</a>”;
        }
    }

    You can also edit the footer text through the Customizer settings. Follow the steps below to modify the text:

    Go to Dashboard >> Appearance >> Customise >> Homepage Settings >> Footer Settings >> Copyright Text >> add your text and Refresh front page

    Refer to the screenshot below for help :

    https://ibb.co/1zLZt3C

    Thank You.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.