• Hello sir, I am having some issue. I installed this theme & found the Site title & description code in header below a conditional logic which is_home || is_front_page the site title and description is showing only on is_home and is_front_page I added another code for my page which was is_page(pageid)) but no success. I’ve added a logo and I want to display it on all pages. I tried everything but no success please help me thanks.

    • This topic was modified 7 years, 6 months ago by haseebayaz.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    If you want to display the logo on all pages you just have to remove the conditional.
    Please, tell me if that works for you

    Thread Starter haseebayaz

    (@haseebayaz)

    Hello sir thanks for your reply. I removed the code in header.php on line 94
    which is <?php if ( is_home() || is_front_page() ) : ?> but after removing the code this is what I got. check out the screenshot. Thanks

    Screenshot:
    https://prntscr.com/gi4dpc

    Thread Starter haseebayaz

    (@haseebayaz)

    I trid is_page() , is_page(id) , is_page (‘shop’) but no success. I also tried is_page_template() but no success.

    Thread Starter haseebayaz

    (@haseebayaz)

    HHello sir, I did it wooohooo.. I just add is_shop() and it worked. Thanks

    Hello,

    I think you forgot to do something.
    When I asked you to remove the conditional, I meant you had to remove two lines of code instead of just once.

    The lines that should be removed:

    Line 94:
    <?php if ( is_home() || is_front_page() ) : ?>

    Line 105:
    <?php endif; ?>

    Tell me if that helps ??
    See you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site title & Description not showing on pages’ is closed to new replies.