Viewing 3 replies - 1 through 3 (of 3 total)
  • edit the image name in the header and footer file
    Upload your image using cPanel to public_html/wp-content/themes/Gamenow/img
    on your wordpress admin page select editor under the appearance tab
    select header.php
    look for this
    <!– Top –>

    <div class=”topbg”></div>

    <!– Wrapper // –>
    <div class=”wrapper”>
    <!– Header // –>
    <div class=”header”>
    <!– Logo –>
    <h1>“><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/img/logo1.png” alt=”YourBlog” /></h1>

    In this example you would change /img/logo1.png to the name of your logo image. (The image may be named differently in your file. This is the name of my logo) Do the same for the footer image using the footer.php file in the editor.

    Or just create two or three images with the same names, size and file extentions, and replace the ones in the themes folder.

    Top:
    logo-trans.png (318 * 114)

    Bottom Left:
    logo_small-trans.png (237 * 56)

    Bottom Right:
    wpn_logo-trans.png (156 * 39)

    these are in the /img/ folder, just overwrite them, rename the old ones if you want.

    HTH

    David

    Thread Starter PBADHAN

    (@pbadhan)

    Thank you for the help.

    I have another issue if you could help with.
    I have set each page to display 10 posts each. But I have more than 10 posts but only the latest 10 show. Theres nothing at the bottom where it says next page so you can see the older posts.

    Any help with how I can resolve this?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help changing logo for theme’ is closed to new replies.