mobyme
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Add Custom CSS] Doesn't fully workI was looking for a lightweight custom css plugin to replace Jetpack as that is all I use Jetpack for. I tried WP Add Custom CSS with code copied and pasted from Jetpack but not all of it was processed. I then input the code directly from the keyboard and again it did not work. I tried several other plugins, even ones not tested with my version of WordPress and they worked without a problem. I tried WP Add Custom CSS again and once again it didn’t work. The problem seems to revolve around changing the colour of backgrounds and hover in navigation. I am using the Striker theme in WordPress 4.0
RegardsForum: Installing WordPress
In reply to: Inserting a logo into blog<a href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('template_directory'); ?>/images/yourimage" border="0" alt="" /></a>
That’s what it should have beenForum: Installing WordPress
In reply to: Inserting a logo into blogI’m pretty new to wordpress and still very much in learning mode. I know this is an old post but just in case somebody else with the same problem stumbles across this thread, I thought I would post this as a possible solution. Insert the following into the header:
This of course presumes that you have loaded your image into the images folder within your theme. It worked for me and may help somebody else with the same problem.