• Onika

    (@onika)


    Hi,

    I am quite new to WordPress and downloaded a theme which I need to amend by changing the logo etc. I have done this before with other themes using Dreamweaver and never had a problem.
    However in this theme the logo seems to be linked to a PHP script. My knowledge of PHP is limited and although it shows nicely in Dreamweaver the new logo does not show when uploaded to WordPress.
    Can someone explain where and how I need to change this script: “><?php bloginfo(‘name’); ?>
    I suppose I need to do something about ‘home’ and ‘name’, but can’t find where to change it.
    Any help or advise would be very much appreciated. Thank you!
    Onika

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    that php bloginfo('name'); ?> only echos the name of the blog;

    to comment on the way an image may be inserted into the header,
    one would need to have more information, for instance a few lines of code before and after the insertion point of the image.

    and ideally a link to the site.

    if you post code here, please use the ‘code’ button of this editor – pressed once before you paste the code, and then pressed again after.
    this will keep any code readable.

    if you want to post a large chunk of code, please copy the code into a https://wordpress.pastebin.com/ and post the link to it here.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Logo in WordPress Theme’ is closed to new replies.