shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What does the Export menu item do?If you needed to export your posts to another blogging tool such as wordpress.com, this function is very handy.
Forum: Fixing WordPress
In reply to: Add More Blog Rolls problemUsing
<?php wp_list_bookmarks(); ?>is now more suitable in version 2.1 and up.Forum: Fixing WordPress
In reply to: How to run PHP on posts and pagesPerhaps you could try one and see how it goes, judge it for yourself. Just a thought:)
Forum: Everything else WordPress
In reply to: Changing Forum Username?Sorry – it is not possible.
Forum: Fixing WordPress
In reply to: How to run PHP on posts and pagesForum: Requests and Feedback
In reply to: How to manage your images?Use your ftp client and upload to whatever directory you choose. i.e. images/news, images/sport and so on…
Forum: Fixing WordPress
In reply to: help! database error!You need to check your wp-config.php file as this is where the information is held.
This message only happens if something is wrong in this file.
The rule is – check it and then check it again if it still doesn’t work. The problem is definitely only in this file.
Forum: Your WordPress
In reply to: Database Error When Attempting to Open SiteHave you set up your config file and uploaded it to your site?
Forum: Fixing WordPress
In reply to: HTML icons not showingSame plugins and WP versions on both?
Forum: Fixing WordPress
In reply to: making header static…? centering issueNo, it doesn’t sound dumb. We all have to learn bit by bit. 🙂
If you would like to email me I will give you a hand.
shadow12 gmail
Forum: Fixing WordPress
In reply to: HTML icons not showingCheck that your Visual Editor is on in both:
Admin – User – Profile – Visual Editor ticked.
Forum: Your WordPress
In reply to: Database Error When Attempting to Open SiteIf you would like to email me, I will take a look at your database and see what we can find.
shadow12 gmail
Forum: Fixing WordPress
In reply to: making header static…? centering issueLooking through your code, it seems your header photo is actually doing the correct thing and is sitting in the middle of the page.
But, anything under your header is out of alignment. The best way to fix it all is to use a wrap tag [which is in your css but not being called via your html].
The <div id=”wrap”> should sit just below your body tag.
The frame is a redirection so is not having any direct impact on this issue.
Forum: Your WordPress
In reply to: Database Error When Attempting to Open SiteJust thinking – how did you backup your database?
Forum: Your WordPress
In reply to: Database Error When Attempting to Open SiteYou MUST have the wrong information in your config file. Check that first.