• welshhuw

    (@welshhuw)


    Hi,

    I cannot get this to work!
    I need to put this code into my sidebar.php:<?php wp125_write_ads(); ?>

    But no matter where I put it I either get nothing or it messes up the styling!? and appears inside the widget area??

    Please can you help!

    Here is my sidebar.php:

    <li id="#wp125adwrap_2c">
    			<ul>
    			<?php wp125_write_ads(); ?>
    			</ul>
    		</li>

Viewing 2 replies - 1 through 2 (of 2 total)
  • jlandells

    (@jlandells)

    Hi Welshhuw,

    I’ve found that if you add any widgets, the code in sidebar.php seems to get over-ridden. Not sure if this is the case with your installation, but certainly check to see if you have any widgets enabled.

    Cheers,
    -John.

    Thread Starter welshhuw

    (@welshhuw)

    Yes, adding it via the widgets messes my coding up 🙁
    Thats why I want to implement it via codeing. But not sure where in the code it goes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding WP125 into sidebar’ is closed to new replies.