barecloannick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing title tagMany thanks
I fiddled with the code a few times. This worked:
<title>
<?php wp_title(‘ ‘); ?>
<?php if(wp_title(‘ ‘, false)) { echo ”; } ?>
</title>Forum: Plugins
In reply to: Posts spilt into main and sidebar on pageThanks Moshu,
I managed to install the sideblog plug-in and play around with that. and it seems to work rather nicely.
Still can’t work out how to give each post in the sidebar a linked title but I guess I should post that somewhere else.Getting there…
http://www.iberianature.com/spainblog/Forum: Plugins
In reply to: Posts spilt into main and sidebar on pageOk…but I’m a bit slow…I’ve had a look in the categories section on my panel, but I can’t see how to instruct it to put a certain category in the sidebar.
Do I need to write code to do this?
Forum: Fixing WordPress
In reply to: Editing title tagSorry you’re right, should read
“Removing “»” from Header”
Will have a look at Template_Tags/wp_title
Forum: Fixing WordPress
In reply to: Editing title tagSorry that should read “Removing Header”!
Forum: Fixing WordPress
In reply to: Page appearence different from BlogOk Good that helped a lot.
I now see what I have to do is create a template. I guess I’m going to have to work on this. I’ve changed round a few things but I’m stumbling in the dark.
Is there a libary of templates anywhere that could help me?
Forum: Themes and Templates
In reply to: Big blue tweakingproblems solved
Forum: Themes and Templates
In reply to: Big blue tweakingSorry but I can’t work out how to do it. Can anyone give me an idiot proof explation of how to do it?
Thanks
NickForum: Themes and Templates
In reply to: Big blue tweakingMany thanks for that. Don’t entirely understand. Is it in this it I have to change?
ul.nav{height:69px;line-height:69px;float:right;list-style:none;font-size:11px;text-transform:uppercase;margin:0;padding:0;}
ul.nav li{float:left !important;list-style-type:none;margin:0;padding:0;}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{background:#006633;color:#fff;float:left;display:block;text-decoration:none;padding:0 10px;}
ul.nav li a:hover,ul.nav li a:active{background:#fff;color:#003300;text-decoration:none;}
ul.nav li.current_page_item a{text-decoration:none;background:#39c;color:#000;}
ul.nav li ul{float:left;margin:0;padding:0;}Forum: Fixing WordPress
In reply to: Problem moving word pressMnay thanks! Actually I’d already done it but I’d done it wrongly. This time I did it right.
Works now
Thanks again
Nick