sweet ‘cache buster’ deployment trick for cloud servers: put your new release in a different directory and use a symlink to pick it up as your main code directory.
Updates from andy RSS Toggle Comment Threads | Keyboard Shortcuts
-
andy
-
andy
Gabriel: “nobody is offering an out of the box solution for WordPress scaling.” business opportunity?
-
andy
Upstairs: Anatomy of a high volume, cloud-based WordPress architecture
Gabriel Koen -
andy
break your theme up and call get_template_part() as needed to assemble the theme. much easier to maintain.
-
andy
theme-check plugin — most important plugin ever!
-
andy
plugin to check out for site migration – advanced export for WP
-
andy
check out the new rev to backup buddy – now with multisite goodness
-
andy
Tricks
Use themes that have Theme Options so you can use one theme but customize for each site in the multisite install.
Use Sitewide Tags to roll up multisite content to a central area.
add define NOBLOGREDIRECT to wp-config to redirect on 404s -
andy
What can you use multisite for?
Shopping Mall – create your own Etsy or Shopify.
Streamline Operations – all corporate sites in one location. use one theme to maintain across the corporation. -
andy
Multisite: network activating a plugin turns it on for all sites, but it doesn’t show up in the plugin list.
-
andy
Wes Chyrchel is starting his talk on WordPress Multisite… tips and tricks galore!
-
andy
Before releasing your theme (to the repository or to a client):
-
andy
Check out Justin’s blog post: http://justintadlock.com/archives/2011/05/02/dealing-with-shortcode-madness
-
andy
Don’t build features into your theme. That’s what plugins are for
-
andy
Brandon writes for http://wp.tutsplus.com/
-
andy
Contact Mike@kapost.com
-
andy
http://kapost.com/ does the complete writing funnel in one suite of tools.
-
andy
-
andy
great ui: http://www.h-mag.com/
and BP -
andy
-
andy
http://zombiesvshippies.com/ – BP site
-
andy
buddypress 1.5 will come out any day now… you need to associate components with pages in the admin section
-
Frosty
Good to know.
-
-
andy
http://buddypress.org/community/groups/buddypress-mobile/ – phone skins. Ryan Fugate (the speaker) wrote this one
-
VegasGeek
I will be testing that out FOR SURE!
-
-
andy
album+ adds image handling
-
andy
http://buddypress.org/community/groups/achievements/ – give out badges and achievements. Sweet!
-
andy
http://scholarpress.net/courseware/ – run a class through BuddyPress
-
andy
buddypress docs are like blog posts
-
andy
use the welcome-pack plugin to control the initial user experience!
-
andy
http://testbp.org/ is always running the latest BP
-
andy
Q (for the world): anybody know of a good link checker to scan for 404s on your migrated site?
-
andy
to route your traffic from WP.com to your new site, use the redirect service ($$) on WP.com
-
andy
Once you install WP on your host, install the plugin “Import WordPress” to parse and load the XML file exported from WP.com
-
andy
From WP.com you don’t have access to the DB, there are a few more steps. Start with an Export (which creates and lets you download an XML file.
http://en.support.wordpress.com/export/ for details.
-
andy
finally, once everything is tested. update your name servers.
-
andy
you may need to flush the IP cache:
Windows
ipconfig /flushdnsMac
ifconfig /flushdns -
andy
To edit hosts file on a Windows box:
find notepad
right click and then click “run as administrator”click file, open
choose “show all files”open the file (location?)
add a line with your site host ip address and your domain name, like:
74.124.203.201 yourdomain.com -
andy
To edit hosts file on a Mac:
open terminal then run:
sudo nano /private/etc/hostsadd a line with your site host ip address and your domain name, like:
74.124.203.201 yourdomain.comsave that file
-
andy
Create an entry in your local hosts file to review your site before making it live.
-
Grant McMullin
Andy, is there a way we can view the slide for upstairs if we’re downstairs? or is it being recorded?
-
-
andy
Test your new site before updating the DNS! Otherwise everyone will see any problems with the migration.
-
andy
after you move your files, immediately edit the wp-config.php file and update to your DB settings near the top of the file.
Great talk Andy. Lots of good stuff there. Best of luck with Kapost.