Make WordPress default video embeds responsive - AlxMedia
Unfortunately WordPress does not add a div around embed codes by default, so this is the first thing we need to do to get it to work. Add this to your theme’s functions.php: 12345678/* Add responsive ...
How to Customize the Free Twenty Seventeen WordPress Theme for Business
Twenty Seventeen ships as the new default theme with WordPress 4.7. This business-oriented theme marks a noteworthy departure from the blog-centric default themes of the past and reflects WordPress’ b...
How to use the Starter Content in WordPress Themes - Igor Benić
Learn how to use the starter content inside WordPress Themes. In this article we will go through each starter content section and create a custom content.
The Advanced Guide to Optimizing WordPress Performance
WordPress, one of the most popular publishing platforms, has stood the test of time and now powers a significant portion of the web. Sadly, its reputation is plagued by claims of poor performance and ...
Home › Forums › Front-end Issues › WordPress 4.4 responsive images Solving WordPress 4.4 responsive images Tagged: images, responsive Reply NatHobson December 9, 2015 at 8:24 pm Now that we have respo...
Responsive Images in WordPress with ACF | Aaron Rutley
Posted in Web Development on the 4th of January 2016 by @aaronrutley ( 2 min read ) WordPress 4.4 shipped with an awesome new feature, Responsive Images. This feature works great for any images within...
I came up with following solution. It does create images only for custom post type without creating any additional ones. The only problem is that if you use plugins like advanced custom fields, when
WP Snippet: Create new image sizes for custom post types - WPcustoms Codes
By default WordPress creates three images sizes for every picture uploaded to your media library. If you want to create a new size for custom post types you can copy this code to your functions file. S...
Add Page Templates to WordPress with a Plugin - WPExplorer
Harri takes you through the code you need to dynamically create WordPress Page Templates directly through PHP without having to access the theme itself.
Wordpress / WooCommerce - Related Products by Attribute
I know I'm not the first and I probably won't be the last to try to make this journey work. I've looked at everything that's out there. Most answers are pre WC 2.1. A lot of the replies work with...
WooCommerce list products by attribute with multiple values – Remi Corson
By default WooCommerce allows you to list products by attribute using this shortcode: [product_attribute attribute=’color’ filter=’black’], but this shortcode accepts only one single value for your at...
Woocommerce SEO optimization - Everything you need to do now!
It’s hard to find actionable SEO advice for WooCommerce right now. We decided to lay out all of our best WooCommerce SEO tips for you. We are here to help!
Why Your Custom CSS Doesn’t Work in WordPress and How to Fix It - The Media Temple Blog
You may find that, when you add custom CSS to your website, it just doesn’t get applied correctly. The reason: The “C” in CSS and how WordPress enqueues your stylesheets.
Purge CSS cache automatically after editing the file
Our CDN service is a pull CDN and every static asset is downloaded just once. This can be problematic if you are editing your CSS/JS files on a live site and find that your changes are not reflecte...
Check out this in-depth dissection of the WordPress TinyMCE editor: what it is, and how you can add additional functionality and your own custom plugins.
WordPress Performance – Breaking It Down by HTTP Requests
In this post we break down a WordPress site by HTTP requests to help you better understand what is causing delays and hindering your WordPress performance.
27 Solutions to 14 Forgotten WordPress Page Speed Problems
About 50% of your visitors will abandon your website after 10 seconds or less. Yes, that’s the reality we’re faced with. The good news, however, is that there are many performance-boosting tips you ca...
Kurtis Shaner and Vajaah E. Parker: Intentional Flexibility – Using ACF to Build an IA Driven WordPr...
As an agency that builds enterprise level websites on WordPress and Drupal, The Web Development Group tackles weighty information architecture challenges daily. Equipped with Advanced Custom Fields…
Mastering the use of PHP conditionals | The Man in the Arena
No set of control structures is more pervasive in programming than if, elseif and else. With a few exceptions, you’ll use at least one per function or method that you write. There’s just no way around...
Top 5 Underutilized Web Performance Tricks for WordPress - Designmodo
Most of us know by now that speed is a ranking factor with Google. What this means is that WordPress sites that load faster will have a bigger advantage in Google over those that don’t. So it is very ...