Manchester WordPress User Group October

Thanks again to MadLab for providing the space and allowing Mike to do his thang!

Manchester WordPress User Group

WordPress 3.7

Due soon, now in Beta 2, coming out quite quickly and in smaller chunks. The main improvement that's being improved is 'automatic background updates'. Some of the development being worked on this is also the ability to turn this off and configure it if you require.

Matt Mullenweg wants it to be similar to Chrome in that you can regularly update and it doesn't break.

The new advanced 'date queries' also looks interesting.

WordPress London

https://2013.london.wordcamp.org

Speakers have now been announced https://2013.london.wordcamp.org/2013/10/14/announcing-the-first-speakers/. At this time Mike isn't on the list, but he will be there talking.

There's also going to be workshops in the Mozilla offices, going over coding, documentation and design workshops to help out people who do this on a regular basis.

WordPress Tavern

https://www.wptavern.com

Turns out Matt bought this site a while ago and is now paying Jeffro to maintain and update it, a great source for WordPress news.

Manage WP

https://managewp.org/

Another site that's popped up, useful for WordPress news.

Make WordPress

https://make.wordpress.org

This section of the official WordPress site gives you the opportunity to add your input on new features that are coming down the pipeline.

WordPress Themes

A few places Mike recommends, but there are loads!

https://wordpress.org/themes

https://wordpress.org/themes/commercial/

https://www.studiopress.com/ https://www.elegantthemes.com/

When choosing a theme, some advice is not to get a theme that is doing too much. In the future, if a theme needs to be changed then you may lose functionality. It's a much better approach to keep core functionality in plugins avoiding any issues if the theme has to change.

When changing a theme and in general it's always a good idea to have a back up of your database.

Some other advice is to have a full backup (the files and the database), to have this automated and know how to restore it if it breaks!

https://ithemes.com/purchase/backupbuddy/ is something that can help out with this :smile_cat:

WordPress Child Themes

Explained some advice on using child themes and mentioned a previous post https://mikelittle.org/replacing-a-filter-in-a-twenty-twelve-child-theme/.

E-commerce

Mike mentions a nice one to setup quickly is eShop https://wordpress.org/plugins/eshop/.

However for anything more than a few products WooCommerce is worth a look https://www.woothemes.com/woocommerce/.

If you're only UK based, Go Cardless offers an option where they'll only ever take a maximum £2 charge https://codecanyon.net/item/gocardless-for-wordpress-plugin/3207246. Others such as PayPal will take a 4% commission.

There's also Stripe that is becoming more popular as well https://stripe.com/.

If you're dealing with international products and to help with VAT numbers, there's https://www.woothemes.com/products/eu-vat-number/.

Invoicing

A tool mentioned to help with invoicing is https://www.freeagent.com/ and one to avoid is kashflow.

Showcase

Some people demoed their WordPress sites :blush:

https://www.smcc.org.uk/

http://www.visitfromthestork.co.uk/

Congrats guys, looking good.

Speed Dial 2

Slightly off topic, but someone asked how Mike has Chrome showing some favourite sites on his homepage, that's done with this handy Chrome extension:

https://chrome.google.com/webstore/detail/speed-dial-2/jpfpebmajhhopeonhlcgidhclcccjcik?hl=en

Tom J Nowell

Next up, Tom gave a talk on Composer and demonstrated how it's possible to automate updating plugins across multiple WordPress sites.

https://www.tomjn.com/

Slides:

If you have lots of WordPress sites and an update comes in, to update them all can often get annoying and tedious.

This is where composer comes in.

https://getcomposer.org/download/

https://wpackagist.org/

https://packagist.org/

Composer with the use of a composer.json file allows you to specify what you require for your WordPress build(s).

The basic premise is that rather than having to go into each site manually and update each site, theme, plugin etc you can run a script that will go over the composer.json file and automatically update the dependencies you have specified.

When using Composer, the folder structure is slightly different from usual as the wp-content folder sits on the root level. Mike mentions that sometimes certain plugins may not work with this configuration. In this case it might be better to find another plugin, or make the plugin author aware of the issue.

Thanks Tom, looks interesting, see you all next month!

Browse by category: