Usayd
Forum Replies Created
-
Forum: Your WordPress
In reply to: Site review – www.andreasrecipes.comLooks nice to me
Forum: Fixing WordPress
In reply to: Image is not displayed on other pages..Firstly you’re using some dodgey code to display this image:
<img src="TajMahal.jpg" height=92pixels>It should be
<img src="TajMahal.jpg" height="92" alt="Taj Mahal" />Secondly I am like 90% sure that the theme you are using should not be using tables (did you add them yourself??), and you should be aligning the image using CSS (<div align=”right”> at the very least).
From your source code you can see that the picture is embedded on the website, you are simply displaying it incorrectly.
Forum: Fixing WordPress
In reply to: semi-new to wordpress/question about upgradingju1ie as long as wordpress can write to the .htaccess file you can just leave it (deleting it will just result in the creation of a new one). If you have any other sites or pages on your server that may be using the .htacess file then its probably best just to leave it.
Forum: Everything else WordPress
In reply to: Quick Question…NOOB here…You could do all of that with a lot of Plugins, hacks and addons for wordpress – but as you guys are first time users, perhaps you should look into some more complex cms packages like drupal or something. I still think that with some work you could achieve what you wanted with WordPress though.
Forum: Your WordPress
In reply to: Showing off my new skin: www.nitallica.orgNice doesn’t look too good at 1280×1024 res tho!
Forum: Installing WordPress
In reply to: Adding a Blog to an existing web siteThis page on the codex will help you get started.
Forum: Installing WordPress
In reply to: Howto: Putting WordPress on a USB stickhaha very cool, great idea.
Forum: Themes and Templates
In reply to: Where are the variables stored?This should help you. All of the tags are explained in the codex.
Forum: Themes and Templates
In reply to: upload – trouble with wp-config.phpA good place to start with understanding WordPress and how it works is the codex, check the getting started guide.
Forum: Themes and Templates
In reply to: upload – trouble with wp-config.phpOn wordpress.com you do not (yet) have the ability to edit the exisiting themes.
Forum: Everything else WordPress
In reply to: Forums and WordPressYeah I integrated punBB into my WP, it was peazy 🙂 http://usayd.com/forum/
Forum: Plugins
In reply to: Introducing the WP-GenericFooter PluginDgold there is a plugin that adds copyright to your feeds.
Forum: Themes and Templates
In reply to: Problems!This should help you regarding the sidebar: W3C Validator.
It appears that you have a problem with permalinks or something, fix the invalid HTML and then try it again.
Forum: Your WordPress
In reply to: New SiteThanks for the feedback, i’m going to work on the colour some more. Those errors were nothing to do with me, some server problem but thats fixed now.
Forum: Plugins
In reply to: Display posts from several categories (get_posts?) – how?Have you tried the customisable post listings plugin?