• why it is so complicated to add few words on the credits in footer?
    is there any easy way from theme settings? without editing the codes
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Imran Ali

    (@imranaliweb)

    hi

    yes you are simply add few words on footer Area

    open footer.php file and use html coding to add words in footer.php file
    like

    <p> This post has 4 categories, part of a hierarchy that is 3 deep. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce euismod commodo ante. Suspendisse potenti. Nunc pellentesque quam vel pede. Ut a lorem non urna molestie euismod. Fusce consequat tortor eu urna. Pellentesque aliquam, pede eget tincidunt feugiat, nunc massa hendrerit magna, non <p>

    Thanks.

    Thread Starter Eyal El.

    (@eyalel)

    Hey,
    I know Html well,
    I want it to be on the same style as the customizer credits footer, If I add <p> I see it underneath.

    rdellconsulting

    (@rdellconsulting)

    I disagree with @imranaliweb as recommended approach is not to change core files as you will lose changes when the Theme updates to next version. You could do it in a Child Theme by moving a copy of footer.php into the same folder location in the CT before editing the file.

    But the recommended approach is to use the Hooks API and use this snippet

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change credits in footer’ is closed to new replies.