Viewing 7 replies - 1 through 7 (of 7 total)
  • oriolesprospects,

    Check the WordPress Extend for an adsense plugin, this seems to be the simplest way.

    Thread Starter oriolesprospects

    (@oriolesprospects)

    Whats wordpress extend?

    http://wordpress.org/extend/ is the answer to your question about Extend. That’s the better option if you can’t code. If you can, to add an ad to the right column, just edit the wp-content/themefolder/sidebar.php file and place the ad code where you want it. To make an ad appear after the 1st post, you need to add a while statement that looks something like this `$x=1;
    while ($x=”1″) {show ad code}`

    Thread Starter oriolesprospects

    (@oriolesprospects)

    How do I add the “$x=1;” in?

    That’s not the complete code (you would add it to the index.php page of your theme folder, though)-I was just giving you a start. If you’re not a coder, I would just use a plugin.

    oriolesprospects,

    Are you familiar with plugins? If not please take a look at the “Extend” portion of WordPress, at the top of this page in the navigation and download a few to try. All plugins come with installation instructions to get you started.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to ad Adsense’ is closed to new replies.