alangnw
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrading to 3.0: something went wrong.I’ve had the same. As my sites are so heavily reliant on plugins I can’t afford to just shut them down if there’s a conflict. I’ve gone back to 2.9 and think I’ll wait to do the upgrade until the plugin developers have ‘caught up’.
I reinstalled 2.9.2 and all is back to normal now.
Forum: Everything else WordPress
In reply to: Copyright issue – content theftThanks – I had found their support and lodged a complaint in the meantime. I have to say the response was both very speedily and dealt with correctly. 10/10 to wordpress.com!
Thanks for the links.
Forum: Plugins
In reply to: [Plugin: Register Plus] error on image uploadApologies – I just found the answer.
Forum: Fixing WordPress
In reply to: Using tables in posts and pagesCan anyone offer any help? I’m really stuck here…
Forum: Requests and Feedback
In reply to: Failing to sendThinking about it I guess it was most likely the script tags in the ad sense code…
Forum: Fixing WordPress
In reply to: Another logo question…Great – I´ve got it showing. Thanks so much for your help!
One last question on the logo…. Any idea how I might get it to align to the left hand edge of the browser window?
Forum: Fixing WordPress
In reply to: Another logo question…Still no luck I’m afraid. Would you have any other ideas? Thanks for the help!
<div id=”header” onclick=”location.href='<?php echo get_settings(‘home’); ?>/’;”>
/” title=”<img src=”/wp-content/themes/barthelme-101/images/testlogo.png>
<div id=”blog-description”><?php bloginfo(‘description’) ?></div>
</div>Forum: Fixing WordPress
In reply to: Another logo question…Tried, as follows, and it seems to have changed the slogan into h1 and no sign of the image? (I have checked the image address and know it is correct. Thanks for any further help you can offer…
<div id="header" onclick="location.href='<?php echo get_settings('home'); ?>/';"> <h1 id="blog-title"><a>/" title="<img src="http://www.canarycard.net/wp-content/themes/barthelme-101/images/testlogo.png><img src="http://www.canarycard.net/wp-content/themes/barthelme-101/images/testlogo.png></a></h1> <div id="blog-description"><?php bloginfo('description') ?></div> </div>Forum: Fixing WordPress
In reply to: How to Make A HomePage?Create a new page – and in your options you will find the choice of whether to show a static page or your latest blogs (as it is now).
Forum: Themes and Templates
In reply to: Trying to exclude category from sidebar…Why do you have the category there in the first place if not using it? Perhaps I’m misunderstanding too?
Forum: Fixing WordPress
In reply to: create a page without links?Thank you 🙂
Forum: Fixing WordPress
In reply to: create a page without links?“WP codex”
Sorry if I sound a bit dumb – where would I find that?