WordPress
Jump to navigation
Jump to search
Basics
- http://en.support.wordpress.com/moving-a-blog/
- http://codex.wordpress.org/Moving_WordPress
- http://codex.wordpress.org/Changing_The_Site_URL#Moving_Sites
- http://en.support.wordpress.com/moving-a-blog/
Tools
Commandline
- https://github.com/brool/wordpress-shuffle - python, save posts to files
- http://wordshell.net/ - costs? says gpl2, but that is a lie?
- https://github.com/wp-cli/wp-cli - based on drush
- http://codeseekah.com/2012/02/23/wordpress-command-line-fun/
- https://github.com/jerodsanto/wordpress-console - adds a "Console" page to the admin menu for WordPress environment cli
- http://samjlevy.com/2011/12/shell-script-for-cloning-a-wordpress-installation/
- https://github.com/webord/wp-migrate - migrate the System from one url to another.
- http://wordpress.org/extend/plugins/wp-migrate/ - enter database information separate from the current site/blog database, and migrate the current information over
- http://wordpress.org/extend/plugins/wordpress-move/ - "capable of changing the domain name in use and/or migrating your installation to another server either as is or based on your choices" - ftp transfer
- http://wordpress.org/extend/plugins/wordpressdeploy/ - allows multiple config files to be added through the admin system and then dynamically switched depending on the URL a user is accessing the site from.
- https://github.com/dxw/wp-generate - ruby, generate themes and templates
- https://github.com/markjaquith/WordPress-Skeleton - skeleton repo for a WordPress sit. not wp-mu compatible
- https://github.com/vidluther/Autopress - Capistrano install scripts
- https://github.com/dxw/cucumber-wordpress - for cucumber development, ruby
- https://github.com/shacker/wp-batch-manage - scripts for cPanel based
Development
- http://markjaquith.wordpress.com/2011/06/24/wordpress-local-dev-tips/
- http://egalo.com/2012/05/15/clone-live-wordpress-to-local-env/
Migration
- http://wordpress.org/extend/plugins/duplicator/ - "Duplicate, clone, backup and transfer an entire site from one location to another in 3 easy steps."
- http://blog.wp.weightpoint.se/2012/01/04/synchronizing-wordpress-multisite-database-from-production-to-staging-enviorment/ - bash script
Coding
Multisite (MU)
Setup
Nginx
- http://wiki.nginx.org/WordPress
- http://www.farinspace.com/wordpress-nginx-rewrite-rules/
- http://wpmu.org/how-to-setup-your-own-nginx-powered-wordpress-server/
- http://www.gypthecat.com/how-to-install-wordpress-with-ssh-and-nginx
- https://github.com/perusio/wordpress-nginx - nginx conf for wp
- https://gist.github.com/878505 - nginx conf for running wp, w3 total cache
- https://gist.github.com/1534643 - nginx conf for wp, php-fpm
Plugins
http://support.wpengine.com/curated-plugins/
http://wordpress.org/extend/plugins/jetpack/
Post Extras
Widgets
- http://wordpress.org/extend/plugins/featured-page-widget/ [2] - breaks external link output (even with a tag allowed). no support or development.
- http://wordpress.org/extend/plugins/page-on-widget/ - passes through images, ignores read more cut
- http://wordpress.org/extend/plugins/2046s-widget-loops/ - no excerpt length option
- http://wordpress.org/extend/plugins/page-in-widget/ - passes full page, 'show more link' no works.
- http://wordpress.org/extend/plugins/widget-custom/ - adds an extra sidebar, not widget?!?
- http://wordpress.org/extend/plugins/spectacula-page-widget - cannot alter excerpt length
- http://wordpress.org/extend/plugins/wp-page - cannot choose which tags to pass
- http://wordpress.org/extend/plugins/page-excerpts/ - doesn't actually give excerpt field or related widget..
- http://wordpress.org/extend/plugins/simple-page-widget/ - really basic, only option is page id
- http://wordpress.org/extend/plugins/post-and-page-excerpt-widgets/ - no length option, etc, broken plugin links
oh FFS wordpress plugin ecosystem....
Template
Theming
- http://wordpress.org/extend/plugins/theme-check/
- http://pippinspages.com/wordpress/wordpress-font-uploader-plugin/
not tried
and some i'm not going to bother trying...
- http://wordpress.org/extend/plugins/advanced-excerpt/ - excerpt without html stripped.
- http://wordpress.org/extend/plugins/multiple-content-blocks/
- http://wordpress.org/extend/plugins/custom-widget-area/ - no idea how this goes beyond adding a new sidebar the regular manner
- http://wordpress.org/extend/plugins/site-layout-customizer/ - alternate layouts. using a SHORTCODE?!
- http://wordpress.org/extend/plugins/wysiwyg-widgets
- http://wordpress.org/extend/plugins/custom-sidebars/ - page specific sidebars
- http://wordpress.org/extend/plugins/wordpress-countdown-widget/
- http://wordpress.org/extend/plugins/tumblr-widget-for-wordpress/
Countdown
- http://wordpress.org/extend/plugins/countdown-timer/ - has been used on beltane.org. event title is not widget title, leaves extra space by default, cannot remove "in " before time.
- http://www.wpmanage.com/uji-countdown/ - nice looking, html5/js, cannot disable seconds, tho you can animate them..
- http://mycountdown.org/wordpress-countdown-clock-plugin/ - limited colour settings, cannot turn off theme..
- http://wordpress.org/extend/plugins/recurring-timer-widget/ - nice time setting interface but cannot change "minutes", "seconds", etc. which have no space between them and the number.
- http://wordpress.org/extend/plugins/simple-count-down/ - text, days only
todo
Flickr
Analytics
SEO
Contact
Admin
Backup
- http://wordpress.org/extend/plugins/backupwordpress/ [3] - back up your entire site including your database and all your files
DB
Performance
- http://wordpress.org/extend/plugins/cloudflare/ - probably not worth it [4] [5]