This is a post written for the iWeb blog while playing with WordPress 3.7 automatic updates. The default WordPress behaviour following an attempted update is to send an email notification to the admin email address set under Settings → General. We wrote a small plugin ideal for those who manage WordPress on their client’s behalf. The plugin […]
Read MoreWeb Development
Solve WordPress 3.7 Background Updates “This site is not able to apply these updates automatically.”

This is a post written for the iWeb blog while we were playing with WordPress 3.7 automatic updates. We wrote a plugin which overrides the check WordPress makes to determine whether a site is running under version control. We gitignore WordPress and only version our own themes and plugins. The plugin allows WordPress to automatically […]
Read MoreBuilding a store listing page in WordPress

This is a post written for the iWeb Control blog in response to Corbin’s request for additional documentation on how to go about displaying map data on the front end when using my map CMB field plugin. The post aims to provide a working example covering a number of WordPress techniques from the basics of registering a […]
Read MoreGet an excerpt from a specific post ID or post object with a variable excerpt length

I wrote a super small post over on the iWeb Control blog to share a WordPress snippet originally written by Pippin Williamson. It’s a neat function iweb_get_excerpt_by_id() which returns an excerpt of a posts content. It has a number of parameters which give it a little more power over the default WordPress excerpt function. It’s possible to […]
Read MoreAdd a logout link shortcode to WordPress

This is a post written for the iWeb Control blog. A super quick snippet useful for membership sites. Membership plugins such as s2Member and ecommerce plugins like WooCommerce utilise the built-in WordPress user authentication system. If you run a WordPress site which allows users to login, you may wish to include a logout link within […]
Read More
Recent Comments