richardpeters
Forum Replies Created
-
Forum: Plugins
In reply to: All on one SEO, will it break links?Never mind, just noticed the plugin tells you everything when you click the titles of options. See, told you I was tired lol
Forum: Installing WordPress
In reply to: Upgrading from 2.6 to 2.8 – nervous!I’m done, all updated, plugins upgraded and so far the blog appears to be running as normal. Thanks for the help ??
Forum: Installing WordPress
In reply to: Upgrading from 2.6 to 2.8 – nervous!Thanks samboll. I’m all backed up and ready to go, just one final question…and I assume it’s one that is pretty obvious but as I’ve never upgraded before I thought I’d check…
When I upgrade, will all my blog pages urls stay the same? I mean the permalinks, that won’t change right as the main content files of my posts won’t have been altered in any way. I currently have ‘Day and Name’, so as long as I use that setting in the new version of WP all my links should reamin intact…correct? Would hate for the many many links I have out all over the next to suddenly not worked when clicked on!!
Forum: Installing WordPress
In reply to: Upgrading from 2.6 to 2.8 – nervous!Great, thanks for the tip. Not totally sure how I would go about upgrading on my local machine first though (I mean I know how to download the newer version but not sure how I would install and check it on my computer before sending to the server).
Is there somewhere I can read how to do this? Thanks again.
Forum: Plugins
In reply to: Sociable, custom icons display problem.Problem solved, I ended up re-saving them with a white background rather than trasnsaprent. Now IE7 looks as it should. Not the best solution but it was driving me crazy!
If anyone has any idea why they displayed wrong before though a solution would be great in case I ever change background colours!
Forum: Themes and Templates
In reply to: Removing black letter head dotted lines?Many thanks, worked a treat! (It’s not for my site but a friends)
Forum: Your WordPress
In reply to: My photography blogCheers ??
I used to be! hated heights too, still can’t go up ladders haha.
Forum: Themes and Templates
In reply to: How to make sidebar text upper case?Perfect!!! Many thanks ??
Forum: Themes and Templates
In reply to: Making Benevolence theme use widgets on side bar?Still get the same sytanx error, I was supposed to add to that reply.
Forum: Themes and Templates
In reply to: Making Benevolence theme use widgets on side bar?Nope, no luck. Thanks anyway ??
Forum: Themes and Templates
In reply to: Making Benevolence theme use widgets on side bar?Thanks for the reply again, however I don’t seem to have a functions.php, just these…
sidebar
footer
style
about
index
header
search
commentsStarting to think maybe I won’t be getting Benevolence up and running!
Forum: Themes and Templates
In reply to: How to remove pages from header?Many thanks ??
Forum: Themes and Templates
In reply to: How to remove pages from header?And they are gone!! Thank you very much ??
Won’t be long before I’m stuck on something else lol. Actually, is there any code I can replace that with to insert an image there?
Forum: Themes and Templates
In reply to: How to remove pages from header?Thanks for the reply, there is no wp_list_page in my header.php file that I can see. Anything else I could try, the code is below from the header file.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script> <?php wp_head(); ?> </head> <body> <div class="PageBackgroundGlare"><div class="PageBackgroundGlareImage"></div></div> <div class="Main"> <div class="Sheet"> <div class="Sheet-body"> <div class="nav"> <ul class="menu"> <?php art_menu_items(true); ?> </ul> <div class="l"></div><div class="r"><div></div></div></div><div class="Header"> <div> <table class="logo"> <tr><td class="logo-name"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></td></tr> <tr><td class="logo-text"><?php bloginfo('description'); ?></td></tr> </table> </div> </div>
You can see the blog itself here.
Forum: Themes and Templates
In reply to: Making Benevolence theme use widgets on side bar?Thanks for the help, I added it so the file looks like this at the top…
<div id="sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
But I get this message now when I try to switch to the Benevolence theme…
Parse error: syntax error, unexpected $end in /websites/LinuxPackage02/ri/ch/ar/richardpeters.co.uk/public_html/blog/wp-content/themes/benevolence/sidebar.php on line 20
I haven’t touched line 20 which is where the
</div>
is, so not sure I have placed the code you provided in the right place? Sorry bit new to all this..!