nsathees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How did they do thisI did not read this, but this is the way.
Forum: Fixing WordPress
In reply to: Trying to Fill ScreenI think you should find some WordPress tutorial and read them first. Every thing is possible with WordPress, but to get it done you need to spend some time to learn. Other than that, there are many free high quality photography templates. Why not grab one of them to begin with.
Forum: Fixing WordPress
In reply to: Advance Archive pageForum: Fixing WordPress
In reply to: Is this coded correctly?you have a different size
you html is 720 X 520
other is 600 x 400
keep the proportion then it will be ok.
Forum: Installing WordPress
In reply to: Browser doesn't open pageURL?
Most probability: you didn’t setup php or the web server is not told to handle php files!
Forum: Themes and Templates
In reply to: Uploading a Themeuncompress the zip file and upload using filezilla.
Forum: Everything else WordPress
In reply to: Several languages each for several regional sitessince you have different domains that is going to be 4 sites. for the part of the language you can create top level category with language name and divert from there.
Forum: Themes and Templates
In reply to: Highlighting an active pageCheck for the class name for the active page and set the css accordingly.
Forum: Themes and Templates
In reply to: No comments on specific category pages?you will have to get comfortable with php to get that archived. Within loop check in_category template tag and remove the comment code accordingly.
Forum: Themes and Templates
In reply to: "Category" based permalinks for custom "Products" post typecheck the permalink under settings in admin page. make sure the wordpress can write to your wp root folder as it will create the .htaccess file.
once done secure the .htaccess file.
One more question? how did you import all that content? did you use xl2wp plugin?
Forum: Hacks
In reply to: Try to get only the category nameyou can pick the category name for a particular post. I think I got your question correct
Forum: Hacks
In reply to: wp_list_categories inside wp_list_pages?yes.
is_page() and in_category template tags can be combined to produce the results dynamically.
Forum: Fixing WordPress
In reply to: Homepage hackedI have problem loading your page! Check your .htaccess file. Is it over 50kb? check the file!
Forum: Installing WordPress
In reply to: Frustration Newbie Trying (Unsuccessfully) to get WP WorkingWordPress is easy to install. Just follow the instructions.
If you think you have done every thing correctly, then please write the steps you did here. So that some one can point to the mistake you have done!
if you have a blank index.html file under the root directory, rename it to index.html.old