Before you ask please READ THIS

Code in the footer only homepage

Hi,
I would like to enter a code only homepage in the footer, how can I do?
I tried to put this
<?php if ( is_front_page() ){ ?>
//code
<?php } ?>
in the footer, but it does not work

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    It depends what you have as your front-page, cause when using albums-list or single album, WordPress query have to be changed so is_front_page might not work anymore. In this case it would be better to check for certain post ID I believe.
    If this still don't help then please show me link to your site.

    With kind regards.
  • AirAir
    Posts: 10,970
    Try putting your code in something like this

    if(get_the_ID() == '6941'){

    }
    Where this number is ID of your album.

    With kind regrads.
  • Thanks!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!