Viewing 5 replies - 1 through 5 (of 5 total)
  • find a picture in the media part of word press

    does ‘media part’ refer to the images you have uploaded using the ‘media’ uploader?

    then you could goto dashboard – media – library, select and edit the image you want to use for the footer, and copy the ‘file url’ from the ‘save/update’ area on the right;

    could be something similar structured to:

    http://www.yoursite.com/wordpress/wp-content/uploads/2013/01/yourimage.jpg

    Thread Starter Innerstrength

    (@innerstrength)

    Sorry that didnt work. Has it got something to do with the 2013/1/ what is that for ???

    to do with the 2013/1/ what is that for ???

    that is the year and month in the uploads folder – might be different in your case.

    that didnt work.

    – how are you uploading the image?
    – have you tried to find the image url in the media library section?

    Thread Starter Innerstrength

    (@innerstrength)

    Sorry no luck.
    I am new to all of this but have worked out most other things through trial and error, so if can you explain how I to find the imag in the the url seaction of the library.

    It is definately there when I click into the media library in wordpress.

    I uploaded just through the add new section, then browse, then upload

    cheers

    Hi
    For uploading a image through media libary.
    Login to admin -> dashbaord->Media->Add New->
    then you cna upload the image. while uploading you can copy the file url of the image.
    Finally you can paste the url in footer section.
    Example:
    <img src=”http://localhost/hairstyle/wp-content/uploads/2013/02/11-9ouidad.jpg”&gt;

    Second way:

    You can upload the image in to theme images folder. then you can call the image name in the footer like the below code
    <img src=”<?php echo bloginfo(‘stylesheet_directory’); ?>/images/ abc.jpg”>

    Thanks
    [signature moderated]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add picture to flexibility theme in footer’ is closed to new replies.