• Someone that I know gave me a picture that appears on his Web site (for placing an ad) and uses WordPress too. He told me to just place it into the Themes. How would I go about doing that? I would actually like it only to appear on the right side of my web site so I’m thinking that I can place it on the right.php. Is that correct? Please direct and thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrsfjfc

    (@mrsfjfc)

    Maybe I titled this post incorrectly but I have a picture that reads “Your Ad Here” and all I want to do is add it to the right side of my web site pages. Didn’t know exactly how to do that, whether to use Themes or something else?

    If it a pictur or just text bor simple html ,go to widgets .text,add your text or picture or simple html, and direct that widget to where you want to place it.You can also use the dashboard WPinsert and whether or not it is an ad or not you can place certain items according to that page’s options.
    For pictures the upload is into your wp-content upload folder.
    For insertion,the code is:
    <img src=”https://yoursitename.com/wp-content/uploads/picturename.jpg/&#8221; alt=””>
    For CSS stylesheet the code is:
    url(https://yoursitename.com/wp-content/uploads/picturename.jpg alt=””)

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