• Resolved personal-finance

    (@personal-finance)


    I have the following adsense code beneath my banner (left-aligned) in header.php:

    <?php include(‘adsense-links.php’); ?>

    I want to add the following language translation plugin code so that it sits next to the adsense links with a small space between:

    <?php if(function_exists(“gltr_build_flags_bar”)) { gltr_build_flags_bar(); } ?>

    When I place the code one after the other, the plugin is pushed to the next line.

    I assume that I need to combine them into one call. How do I do it?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Placing PHP and IF functions side-by-side’ is closed to new replies.