nsathees
Forum Replies Created
-
Forum: Hacks
In reply to: Update a post after bein redirected from PaypalIf you are using IPN then handle this in the notificaton URL page
Forum: Hacks
In reply to: What does this ampersand here do: =&Perhaps this is what you are looking for . . .
http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/Forum: Hacks
In reply to: htaccess hacked reoccuringRequest the hosting provider to look in to that. They may have a log.
Forum: Fixing WordPress
In reply to: Hacked wordpress host (I guess)check your .htaccess file. scroll all the way down . . .
Forum: Hacks
In reply to: Custom Post access from Custom Menu?use the is_user_logged_in() tag on the page
http://codex.wordpress.org/Function_Reference/is_user_logged_in
Forum: Hacks
In reply to: My blog is hacked :(Check your .htaccess file. Scroll all the way down there will be the redirect commands . . .
Forum: Hacks
In reply to: Display posts related at current dateHere are the arguments that can be passed
http://codex.wordpress.org/Template_Tags/get_postsmonthnum is not there!
Forum: Fixing WordPress
In reply to: centering twitter widget in sidebarEither make the twitter box 209 px or add margin-left: 4px;
.twtr-doc{width:209px!important;}
OR
.twtr-doc{margin-left:4px!important;}to your style.css file
Forum: Hacks
In reply to: PLEASE HELP – Saving Info to a tableyou don’t need a plug-in to do that. Just write the code directly on the theme page!
Forum: Hacks
In reply to: Can't seem to sort by custom field value AND then by date?I don’t have such setup to test it but just wondering what will happen if you append orderby again?
In any case I will solve this by getting the ID and publish date and inserting them to an array then sort the array by date and then publish them.
Forum: Hacks
In reply to: New User Spammingunder setting un-check the “anyone can register”
Forum: Installing WordPress
In reply to: Uploading WordPress Site from Hard DriveI am linux guy so can’t help you further on that. If you would have used XAMPP or any other open source Database, then I could have told you have to back-up and upload to your online host.
In your case try to export the database in sql format and import it using phpMyAdmin within your cPanel of your HOST (Assuming you have a Linux flavor hosting provider)
Forum: Installing WordPress
In reply to: Uploading WordPress Site from Hard DriveForum: Fixing WordPress
In reply to: New theme isn't extending across the whole page!and another 944 KB on layer-5 image!
Forum: Fixing WordPress
In reply to: New theme isn't extending across the whole page!you must be nuts to have a 1.1 MB background image!