nsathees
Forum Replies Created
-
Forum: Installing WordPress
In reply to: What is error 505 in setting up a config file?the wp-config.php file is in your root directory. download it using a ftp client and open it with a text editor. The rest is well described there! and php editor is better since the syntax is highlighted.
Forum: Everything else WordPress
In reply to: Questions to the experts :]1. Yes,
2. PossibleForum: Fixing WordPress
In reply to: customizing sidebar menuThe page listing is called by a query and runs through a loop. Thus changing only a few out of that needs identification.
You have to use the id to identify and change the style of them or assign a class to those and define the class in CSS!
requirement Knowledge in PHP, HTML and CSS
Forum: Fixing WordPress
In reply to: New to wordpress – problemswhat is the theme name? have a link? I can make a quick check for you!
Forum: Fixing WordPress
In reply to: want more pages in my top level nav barcheck the header.php or where the navigation is coded. They might limiting the number of pages via query!
Forum: Fixing WordPress
In reply to: WordPress site loading extremely slowlyyour host also hosts shusterman.com site.
Forum: Fixing WordPress
In reply to: how do I change "this is a wordpress theme" title/header?Making the blog title as image is not SEO friendly!
edit your header.php fileForum: Fixing WordPress
In reply to: New to wordpress – problemsyour theme requires write permission to wp-content dir
Can change it from a ftp client like filezilla
755 should do!
Forum: Fixing WordPress
In reply to: Too many connections (wp-db.php)WP 3.2.1 is ok, check your wp-config.php file
Forum: Fixing WordPress
In reply to: Permalinks set, but no workingcheck the permission on .htaccess
Forum: Fixing WordPress
In reply to: Encoding of apostrophes via the_title / get_the_titleuse url_encode > a php class to handle URL’s
Forum: Fixing WordPress
In reply to: Categories instead of posts on home pageyou need to develop a custom theme or at least the index page and sub pages.
URL?
Forum: Fixing WordPress
In reply to: Last post ID in Database ?if you post and delete the IDS are used up. Re installing the WordPress will not help to rearrange the post id. You will have to turncate the tables before re installing.
By the way why are you worrying about those ids?
If you are developing themes you can all ways catch the last post ID of get them with other variables!
Forum: Fixing WordPress
In reply to: Password problem on plug-inyou got to be admin to install plug-ins