nsathees
Forum Replies Created
-
Forum: Themes and Templates
In reply to: List categories name in an arrayForum: Fixing WordPress
In reply to: non www version is not workingAll my last sites where installed with 2.8.3 or earlier version and upgraded to 2.8.4
But the http://Yaalpaanam.com was installed with 2.8.4
Could this be the problem?
Forum: Fixing WordPress
In reply to: Blank edit-pages.php in wp-adminpage.php will be used to display your pages. Edit Page is in admin area (?)
Need more info to answer this question.Forum: Fixing WordPress
In reply to: Paragraph text with image caption renders smallerThe font size of that page is 15px.
Forum: Fixing WordPress
In reply to: Changing from an Old to a New Domain name for my WebSite:Can use the .htaccess if it is a Apace web server!
Forum: Fixing WordPress
In reply to: Aligning pictureAlign left or Right to get the text surrounding the image
Forum: Fixing WordPress
In reply to: Lost theme after UPGRADE- please help!Did you overwrite your wp-content folder?
Use your backup Theme file to upload again.
By upgrading your WP the Theme files do not get over written!Forum: Fixing WordPress
In reply to: footer.php recursionuse <? include (foot2.php) ?>
Forum: Fixing WordPress
In reply to: non www version is not workingNo one else have this problem?
Forum: Fixing WordPress
In reply to: emergency! site has ‘disappeared’you will have to delete the “advertising-manager” folder from home/interior/public_html/wp-content/plugins/
Check for compatibility of the plug-in advertising-manager before installing it.
Forum: Fixing WordPress
In reply to: template wont changewhat theme template are you using?
Forum: Fixing WordPress
In reply to: Line between blog posts:0)
add <hr class=”hrline” /> before the end of while loopadd the following to the CSS file
.hrline{
color=#FFF;
hight=2px;
width=100%;
}Forum: Fixing WordPress
In reply to: non www version is not workingany one can hint me which file is responsible for redirectig except .htaccess file, I can look in to it!
my .htaccess as follows . . .
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]# protect wpconfig at all cost
<files wp-config.php>
Order deny,allow
deny from all
</files># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressit seems like you have to enable the displaying the logo from Theme option page.
edit the CSS file.
If you can send the link to your site then I could help with that.