nsathees
Forum Replies Created
-
Forum: Installing WordPress
In reply to: can not upload image or adding new postAfter upgrade?? More info needed
Forum: Fixing WordPress
In reply to: Expert help neededEver make thoughts about SEO?
Forum: Fixing WordPress
In reply to: Expert help neededChange the .htaccess file
Forum: Fixing WordPress
In reply to: Showing error after upgrading to 2.9rename the plug-in folder should help. Particularly wordpress_gallery_slideshow plug-in
Forum: Fixing WordPress
In reply to: Site Gone After 2.9 Update@dirtone: get a database backup via phpmyadmin before doing any further!
Forum: Plugins
In reply to: Add and Read data to and from custom tableI have found a way around . . .
checking the values in process.php file and passing the values via session to wp(page) and processing database actions from the page.any smarter idea?
Forum: Themes and Templates
In reply to: Changing Permalinksplease close this tread.
WP needs access to .htaccess file to write it. else what you did is an option.
Forum: Themes and Templates
In reply to: Installed Theme but Not Displayingby the way, i think the style.css file is missing.
Download the template extract and upload to wp-content/theme/
over write the old will workForum: Themes and Templates
In reply to: Installed Theme but Not DisplayingRename the index.html or index.htm to index.html.old
Every thing else will work fine
Forum: Themes and Templates
In reply to: no themes showing – now 404 Not Foundtry setting your template to default and then back to your theme.
WP needs to write /wp-content/uploads/ dir.
Forum: Themes and Templates
In reply to: Adding and Reading data to custom tablei have moved this tread to plugin section
Forum: Themes and Templates
In reply to: Change tab coloryour style.css on line 136
Forum: Themes and Templates
In reply to: How to only display current month entriesWhat is not possible with wordpress?
How good are you with HTML, CSS + PHP?
to archive this you got to do a custom query like this . . .
<?php
$current_month = date(‘m’);
$current_year = date(‘Y’);query_posts(“cat=22&year=$current_year&monthnum=$current_month&order=ASC”);
?>
<!– put your loop here –>Hope this will help you.
Forum: Themes and Templates
In reply to: Headless Theme Calendar Widget Issueyour blog URL please
Forum: Themes and Templates
In reply to: Can’t download any themesthat function is not out right clear. you have to configure the web server for the automatic upgrade to function.
The easy way is as I said. Do you have trouble using ftp for file upload?