pbgswd
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Blog Infected With Malware – Malware.fake_jquery.001Sucuri has a 404 page for that malware definition and I hope it is updated soon.
Forum: Plugins
In reply to: [Plugin: Sociable] display on home page?Ok I hope this helps: as far as I can tell, sociable links are always only associated with posts and pages. So possibly the theme you are using was hiding the sociable links.
If you want sociable links on your home page for your website in general, go to a post or page, grab the html from a page, clean it up for the home page, save a copy in a file, and at the very least, paste the content in home.php in the right place. Then you have sociable bookmarking for https://www.yourwebsitewhateveritis.com
If you know how to apply patches, do this.Before you hack your wp template, copy the folder to a new name like custom-xyz-template. and enable it in admin as your theme.
Forum: Fixing WordPress
In reply to: How to remove sociable from front page@spoon, it sounds like you know what you are doing, but dont forget to check the cache, delete it if it is enabled.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] How to change virtual.txtHi,
this is a problem that is very trivial but also very stupid. Why why why is my robots.txt file getting overwritten? Does WordPress core think it should do this because I dont want anybody to visit my website?I have had to go into the file and update it more than once.
Upon the robots.txt file, I have changed permissions:
chmod 744 robots.txt
(Only I can edit, everyone else can read only).I have to keep watching this now to make sure it isnt still happening.
Forum: Everything else WordPress
In reply to: Automated WordPress Installation Script?Hi, I wrote up a blog post on this topic recently. Hope this is useful to you:
https://www.superwebdeveloper.com/2009/11/07/installation-script-using-wordpress-subversion-repositories/I understand also that drupal has a tool called drush, which I understand just became useful recently.
Some tools like this would be good for WP. It really cuts down time to build and launch a site.