nsathees
Forum Replies Created
-
Why make so complicated?
Just create a new DB using PHPmyadmin.
Install WP 2.8 using that DB
import your SQL in that
Update the WP to 3.2.2Forum: Themes and Templates
In reply to: Made my own menu with CSS – where to implement it in WP ?Check your header file to find out which css is used and add to it OR
save your css in a separate file and add it the the header.php fileForum: Themes and Templates
In reply to: Cannot get posts to display wellin your style.css line 31 margin:0;
change it to margin: 20px; adjust the number as you like
Forum: Themes and Templates
In reply to: Custom Theme Broken in IE. Help!you haven’t anything wrong. That’s the M$ not following the W3C. You have to add IE Code to the CSS
Forum: Installing WordPress
In reply to: How To Change Username and Password via FTPwhy not change the password from within WP? if you want to use a different username create one from WP user menu.
Forum: Installing WordPress
In reply to: Cant see the WP Clickbank Ad Display plugincompatibility issue
Forum: Installing WordPress
In reply to: too many redirects errorcheck the .htaccess file!
Why not export the post from wp and import in your new WP?
Forum: Installing WordPress
In reply to: reinstall not working properlyYou are using the same database. Then you have to make changes to the database. The table *_options contains you home URL. there are 2 entries that have to be modified.
* = your table prefix.
Forum: Installing WordPress
In reply to: installing wordpress on a different hosthow do you connect?
Forum: Fixing WordPress
In reply to: Show all posts under each category and monthly archiveI think that is because you have set the post count to 10 in setting page.
Can over come this problem by doing a custom query!
Forum: Fixing WordPress
In reply to: next_post_link not showing if no next postThe question is not clear!
if there is no next post then there won’t be any thing to show.Forum: Fixing WordPress
In reply to: site goneThere is one more place you have to check. .htaccess file. it may seems ok but always try to scroll down to make sure there are no entries below the screen height.
Forum: Fixing WordPress
In reply to: How to Transfer Everything to someone who has bought your blog?please close the tread! Welcome.
Forum: Fixing WordPress
In reply to: Static, standalone page, placement of page, images, HTMLyour URL is wrong you mentioned css folder and that is not visible in your URL!
and don’t mess around the wp-admin. Just create a folder under the root and place this docs there!