nsathees
Forum Replies Created
-
Forum: Installing WordPress
In reply to: stuck what to do with codecreating a wordpress account will give you a subdomain some thing like http://wordPress.com/yourname
Hosting your self will give you http://yourname.com (depends on the domain name you own)
Regarding code, it is not clear what you mean by that!
Forum: Fixing WordPress
In reply to: Archives problemcreate a custom page with the Archive code and assign that page to that page under Template.
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Forum: Fixing WordPress
In reply to: How to display contributor bioCreate user with different privilege!
http://codex.wordpress.org/Roles_and_CapabilitiesI think you are looking for “Contributor”
Forum: Fixing WordPress
In reply to: Recent update–backend publish and link features no longer workHow did you update the WordPress?
Forum: Fixing WordPress
In reply to: Redirect old Posts in bulk, without a blanket redirectuse .htaccess to do that!
Forum: Fixing WordPress
In reply to: array_merge and other errors… PLEASE HELPVersion 3.2.1 requires php 5.2 so check on that first.
Check your theme ob it is compatible with the WP version you use!Forum: Fixing WordPress
In reply to: ImagesUse the WordPress build-in feature images! and call the image you want ( there are 3 sizes which can be set under wp-admin panel) within Archive theme file.
Forum: Fixing WordPress
In reply to: no longer able to upload imagesDo you still have enough disk space on your server?
Forum: Fixing WordPress
In reply to: What happened to WordPress Search?Google search pays to WordPress! So let it be!
Forum: Fixing WordPress
In reply to: Preventing permalink change on post updateWhat was that another CMS and how did you imported?
Forum: Fixing WordPress
In reply to: Changed my web address HELP!I assume your URL is NOT
http://www.sallyslackblog/wordpress.comrather
http://www.sallyslackblog.com/wordpressis that correct?
Forum: Fixing WordPress
In reply to: WordPress updating and backupsyou can update, but you have to use twenty-eleven theme!
Forum: Installing WordPress
In reply to: PHP issue with new 3.2.1 WordPressI have created wordpress site on goDaddy host without any problem earlier!
to get the exact information on php create a file info.php
and put the following code in that file
<?php
phpinfo();
?>save it and upload to your root dir.
Reverse the .htaccess file thing.
check the php information by http://yourDomainName.com/info.phpCome back with those information.
Forum: Installing WordPress
In reply to: Struggling to get WordPress up and running with my 1and1 accountsince the url you gave directs to a page looks like a parked page. Check ob there is a page called index.html in your root directory. If yes, rename it to index.html.old and check out. Also try to empty your browser cache. (Firefox ctrl+F5)
Forum: Fixing WordPress
In reply to: cannot see new page in navigationwhat plug-in is deactivated? Activate the default theme and check ob the page is listed in navigation.