nsathees
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to Check Nameserver?Do a whois search
Forum: Plugins
In reply to: [Downloads Manager] Hardcoded file pathshow do you do that? I need to know!
It look ok in chromium browser. Are using IE? :9(
Forum: Fixing WordPress
In reply to: 1 special page per user not extra fields on the profile pagefirst of all WP is dynamic, so you don’t need 1 page for 1 user. You only need to populate the information belongs to that user there!
I hope this will solve your problem.
Forum: Fixing WordPress
In reply to: Link at top menumove the
<nav>...</nav>to the top. If you post your URL it easier to help!Forum: Fixing WordPress
In reply to: Equivalent to in_category for pages?can’t understand what you want! Can you write an example?
Forum: Fixing WordPress
In reply to: Would like to leave out "Leave a reply"…if you want to do it on specific page then you got to use the is_page() tag to find out which page and disable the template code!
Forum: Fixing WordPress
In reply to: Shut down due to paypal phish attack from blogfirst check your .htaccess file. scroll to the bottom and make sure that is ok!
Forum: Fixing WordPress
In reply to: Site is downsite is working
Forum: Fixing WordPress
In reply to: Website is redirecting to the install pageposting the URL here could yield more help!
Forum: Fixing WordPress
In reply to: Website is redirecting to the install pageFirst go to phpmyadmin and make a backup of your database. Then finish the installation. Mostly it will not delete your post or pages, perhaps it will revert back to default setting. in that case your can reactivate your theme and other settings.
Forum: Fixing WordPress
In reply to: How Do I Show Full Post On Index .phpedit your index.php file and replace the_excerpt() with the_content()
Forum: Installing WordPress
In reply to: Can't run install.phpPowered bu goDaddy instant page. Cleanup your root and retry!
Forum: Fixing WordPress
In reply to: rss problemneed more detail on what you are trying to do!
Forum: Fixing WordPress
In reply to: Two databases on one pageyes! But it will be easier if you migrate other tables to WP database.