• Resolved jenjeant

    (@jenjeant)


    Hi all,

    I have an unusual problem. If you have ads (I think Google) on your WordPress pages, where in the Dashboard would you edit these? I thought I could click on the “Pages” links to find the ad information, but all I see is the content. Further, would someone be willing to take a look at my site and tell me what kind of ads I seem to have on the bottom-right and bottom-left sides? Are these Google ads, CPA?

    As background: I paid someone to develop and design my wordpress-theme site and they abandoned the project almost three weeks ago. Before doing so, this person uploaded the site complete with ads, but I never received passwords, account information or instructions on how to actually manage anything. To make matters worse, I have never worked with the WordPress interface so I’m playing catchup and trying to follow the breadcrumbs so I can actually try and manage my site.

    Thanks for any advice or information you can pass along.

Viewing 2 replies - 1 through 2 (of 2 total)
  • the google ad from the bottom of the sidebar is in a text widget:

    <h3>Our Sponsors</h3>			<div class="textwidget"><br /><center><script type="text/javascript"><!--
    google_ad_client = "pub-1413125387414454";
    /* 250x250, created 12/21/09 */
    google_ad_slot = "3462441603";
    google_ad_width = 250;
    google_ad_height = 250;
    //-->
    </script>
    <script type="text/javascript"
    src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
    
    </script></center></div>
    		</div>

    you can manage the text widget from ‘admin’ ‘appearance’ ‘widgets’.

    also look into single.php, there are more ads below the title and before the content.
    if you need help removing these or replacing them with your own google links, copy the single.php into a pastebin and post the link here ??

    Thread Starter jenjeant

    (@jenjeant)

    Thank you so much for your help! I really appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please Help: Do not know how to edit ads on my website’ is closed to new replies.