Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
11-06-2016, 03:44 PM
Post: #1
|
|||
|
|||
Help wrap script in _front_page() tag
I'd like to add a 728x90 leaderboard script to display only on my Wordpress front page. I just want to know where to add is_front_page() tag to the script below. I read https://wordpress.stackexchange.com/ques...al-problem and https://codex.wordpress.org/Function_Ref...front_page
I currently have the following in functions.php file: Code: add_action('__before_main_container' , 'display_leaderboard');function display_leaderboard() { ?> |
|||