Forums

How to show smthing ONLY on index? (3 posts)

  1. breixo
    Member
    Posted 1 year ago #

    Hello,
    I would like to know how to show a pop-up only on the main page (index.php), and not in all the others too. At the moment, I've put the code in a template file, and I was looking for a file which only affected the index, but I can't find any.

    Can anybody help me please?

    Thanks a lot

  2. cutomthemedesign
    Member
    Posted 1 year ago #

    if(is_front_page()) {
    
    //do something here if viewing the blog index only
    
    }

    That should do it.

  3. breixo
    Member
    Posted 1 year ago #

    Great. It works.

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.