nsathees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [nrelate Related Content] Bug repportWhat is the plug-in name?
Forum: Fixing WordPress
In reply to: How to make an HTML Link & Center My Adsense Ad! Please Help!1) Place the adsence within
<div align=centrer> </div>
2)<a href="http://whatEverTheLink"><img src="newsletter2.jpg" /><a/>Forum: Fixing WordPress
In reply to: Trouble inserting images into blogi don’t think it has to do with the OS of your pc. What browser you use? Try with FF or Chomium
Forum: Fixing WordPress
In reply to: How to Transfer Everything to someone who has bought your blog?Ok first for the files . . .
Take a back up of the database. Use phpmyadmin within your cpanel for this.
Then download all the files from your root folder and compress it to zip or rarhand over both of them to the buyer.
To transfer the domain name you should unlock the domain and get the transfer code and hand over that too.the buyer can transfer the domain to any domain registrar with the code.
Forum: Fixing WordPress
In reply to: How to Transfer Everything to someone who has bought your blog?This is a WP trouble shooting place. Do you have any problem with your WP?
anyway . . .
is the domain Name included?Forum: Fixing WordPress
In reply to: database mismatchDid you download a fresh copy of WP?
if not do that!Forum: Fixing WordPress
In reply to: How to Transfer Everything to someone who has bought your blog?You are asking the question at the wrong place!
Forum: Installing WordPress
In reply to: cannot log in to wp-admin areaForum: Installing WordPress
In reply to: html page instead of web pagehow did you install wordPress?
Forum: Fixing WordPress
In reply to: Variables vs Functions in template filesyou have declared the value for $blue in function file. The wordpress reads only the functions from there. Thus the variable $blue value not declared.
Forum: Fixing WordPress
In reply to: Excluding Categories on Homepagecan you post your query_string?
Forum: Themes and Templates
In reply to: Theme Magazeen – thumbnails on the search pageNeed to add the code to your search page within theme dir.
http://codex.wordpress.org/Function_Reference/the_post_thumbnail
Forum: Themes and Templates
In reply to: Issue with Bottom margin on Sutra Themepost the url.
either a open tag or CSS issue
Forum: Themes and Templates
In reply to: Weird Stylesheet Behavior on Single.phptry removing
#content {
float: left;
}it is in sidebar.php