Categories
Code WordPress

WP CLI Batch Import

Sometimes you may receive your WordPress export XML files broken up into chunks.  When this happens, it can be cumbersome to import each file one-by-one.  Instead, try throwing everything into a sub-folder and running the following shell script:

# Activate the wordpress importer
wp plugin activate wordpress-importer --url=http://localhost/example.com/
# Iterate over all of the import files in a given folder.
for f in myfolder/*.xml; do wp import $f --authors=skip --skip=attachment --url=localhost/example.com/; done
Categories
WordPress WordPress Presentations

Why PHP Developers Should Leverage WordPress

View the slides  |  View on WordPress.tvVisit Boston PHP

This presentation guides you through the development cycle of a typical WordPress project from installation to product deployment. It discusses why PHP developers should consider using WordPress for future projects, compares WordPress with other development platforms, and discusses security and best practices. It also covers theme and plugin development as well as provides a look at job opportunities and making money in the WordPress ecosystem.

Categories
News WordPress

Happy 10th Anniversary WordPress

It’s been a long time coming.

Read more about on it here on matt.tt

Categories
News WordPress

Boston WordPress Hack Day on the Horizon

Have you ever been interested in contributing to WordPress, but didn’t know how to start? We’ve all been in that position. That’s why we’re putting together a day long WordPress hackathon! We’ll kick off the day with an introduction to core contributing and some information about the WordPress 3.6 development cycle, then we’ll have some lunch and spend the rest of the day working individually or in groups on tickets for core. Bring your laptops, bring your notebooks, but most of all, bring a desire to join the team and contribute.

For more information visit Boston WordPress online, or sign up here. Check in with Oomph for live updates from the event on Facebook and Twitter @oomphinc.

Categories
WordPress WordPress Plugins

Plugin Update: BuddyPress Automatic Friends v1.6.2

BuddyPress Automatic Friends version 1.6.2 is now available for download.

featured_buddypress

What’s new in version 1.6.2

* Removes hooks from account sign-up and activation.
* Friendships are now created upon a new user’s first login.
* Resolves conflict with plugins such as “Disable Activation” that bypass the activation process.