-
25148. http://samjlevy.com/2011/12/shell-script-for-cloning-a-wordpress-installation/
The shell script below will copy a WordPress installation from one server to another, including the database. The script uses the ‘sed’ command to update the new wp-config.php with the new server information, as well as replace all references to the origi
-
25147. http://www.redbridgenet.com/wordpress/wordpress-upgrade-shell-script/
There’s a couple examples online of shell scripts to upgrade a WordPress installation. However, I’ve ended up creating my own because every configuration (server and WordPress) is inevitably different, requiring you to roll your own.
-
25146. http://aligangji.com/blog/2010/03/wordpress-automatic-installer-shell-script/
Today I’m going to share with you a little script to automate installing Wordpress. This is a standalone shell script that will download the latest version of wordpress and configure it for you.First of all, here is the script.
-
24644. http://codex.wordpress.org/Function_Reference
-
24632. http://www.digitalquill.co.uk/datafeedplugin/features.php
-
24184. http://codex.wordpress.org/Roles_and_Capabilities
WordPress uses a concept of Roles, designed to give the blog owner the ability to control and assign what users can and cannot do in the blog. A blog owner can manage and allow access to such functions as writing and editing posts, creating Pages, definin
-
23289. http://www.designfollow.com/wordpress/20-ways-to-use-wordpress-other-than-for-blogging/
WordPress is a fantastic blogging platform, no doubt about it. The freshly released 2.9 version (Carmen) shows you how powerful the platform is becoming. Lately WordPress has been massively used as a CMS and literally tons of websites are powered by the W
-
22329. http://www.wpbeginner.com/beginners-guide/must-see-seo-guide-for-all-wordpress-bloggers/
SEO for a WordPress blog is different than SEO for static websites, mainly because of the social nature of blogging technology. It is less about buying links or tricking inadequate search technology. SEO for WordPress blogs is more focused on the technica
-
21968. http://www.wordpress.gr/2007/05/02/greeklish-permalinks-v04/
-
21875. http://elegantthemes.com/
I created this website to provide WordPress themes of quality and integrity. I craft my themes with a goal of simplicity and professionalism and strive to inject each design with a dose of modest elegance. I believe that your website is not just a tool, i
-
21869. http://www.wplover.com/lab/theme-development-checklist
-
21458. http://www.redips.net/wordpress/make-it-faster/
Did you ever measure how many requests per second your Web server can handle and how you can improve it? This article should give you the answer and show you how to increase quickness of your Web application like WordPress, phpBB, Joomla ...
-
21457. http://www.redips.net/wordpress/make-it-fly/
fter turning on MySQL cache and PHP cache, site becomes 150% quicker. This can be done on MySQL and PHP level. On the other hand if your site is installed on shared host, you probably have restricted access and you can't edit my.cnf nor install APC.
-
21456. http://txfx.net/files/wordpress/apc-object-cache.phps
-
21455. http://markjaquith.wordpress.com/2006/02/13/adventures-with-wp-cache2-apc/
This seems promising. In php.ini in the [apc] section I set apc.filters = wp-cache-config which should exclude wp-cache-config.php and wp-cache-config-sample.php from being cached by APC.