How to add a link to copied text in WordPressAfter you complete the three steps and activate this function, any copied text on your WordPress web...#WordPress#tutorials#copyright·wploop.com·Jul 31, 2016How to add a link to copied text in WordPress
ACF Options Page - Bill EricksonThis creates a “Site Options” page in the backend. <?php /** * ACF Options Page * */ function ea_acf...#WordPress#tutorials#ACF·billerickson.net·Jul 31, 2016ACF Options Page - Bill Erickson
Advanced Custom Fields Archives - Useful SnippetsDo you use get_field() to output values saved in Advanced Custom Field in your theme or plugin witho...#WordPress#tutorials#ACF·snippets.khromov.se·Jul 31, 2016Advanced Custom Fields Archives - Useful Snippets
CSS Injection and Auto Refresh using BrowserSync - Sridhar KatakamIn this article I share how I use BrowserSync to see changes in WordPress websites (on localhost) in...#WordPress#tutorials#development·sridharkatakam.com·Jul 26, 2016CSS Injection and Auto Refresh using BrowserSync - Sridhar Katakam
A Detailed Guide to Theming WooCommerce For WordPress | DesignWallWooCommerce is one of the most popular and preferred ecommerce solution available on the internet to...#WordPress#tutorials#development#woocommerce#themes·designwall.com·Jul 24, 2016A Detailed Guide to Theming WooCommerce For WordPress | DesignWall
15 Most Annoying Things about WordPress and How to Fix ThemWant to fix the annoying things about WordPress? See our pick of the 15 most annoying things about W...#WordPress#tutorials·wpbeginner.com·Jul 20, 201615 Most Annoying Things about WordPress and How to Fix Them
24 Must-Do Checks Before Launching Your WordPress WebsiteWebsite development can often be a lengthy and arduous process, especially if you’re creating it for...#WordPress#tutorials#development·premium.wpmudev.org·Jul 17, 201624 Must-Do Checks Before Launching Your WordPress Website
How to Create Responsive Tables in WordPress That Don’t SuckHTML tables, once commonly used for webpage layouts, are now a layout headache for many web designer...#WordPress#tutorials#plugins#tables·premium.wpmudev.org·Jul 17, 2016How to Create Responsive Tables in WordPress That Don’t Suck
Assign a color to a category in WordPressIn a previous post I’ve showed how to add a like button in category/tag/etc archive page with the te...#WordPress#tutorials#term_meta·wpsites.org·Jul 17, 2016Assign a color to a category in WordPress
Add Custom Meta To TaxonomiesIn this tutorial we are going to learn how we can add additional data to your taxonomies. WordPress ...#WordPress#tutorials#term_meta·paulund.co.uk·Jul 17, 2016Add Custom Meta To Taxonomies
Introduction To Term Meta In WordPress | @thetorquemagTerm Meta is a great tool for any WordPress. Here is exactly how you use it, save it and more.#WordPress#tutorials#reference#term_meta·torquemag.io·Jul 17, 2016Introduction To Term Meta In WordPress | @thetorquemag
How to Work With WordPress Term Meta - Envato Tuts+ Code TutorialsIn this two-part series, we're going to be taking a look at taxonomies, what they are, the role they...#WordPress#tutorials#term_meta·code.tutsplus.com·Jul 17, 2016How to Work With WordPress Term Meta - Envato Tuts+ Code Tutorials
Introduction to WordPress Term Meta and WP_TermSince WordPress 4.4, terms are now objects. Simon Codrington discusses why this change makes it easi...#WordPress#tutorials#term_meta·sitepoint.com·Jul 17, 2016Introduction to WordPress Term Meta and WP_Term
Introducing Term Meta Data In WordPress And How To Use Them – Smashing MagazineMeta data can now be added to terms to create features like default category thumbnails. Thomas Maie...#WordPress#tutorials#term_meta·smashingmagazine.com·Jul 17, 2016Introducing Term Meta Data In WordPress And How To Use Them – Smashing Magazine
Filtering the Gallery Image Output in WordPress - Adding Class or Data Attribute | WP BeachesTo manipulate the linked images, specifically the links themselves in the WordPress Gallery output f...#WordPress#tutorials#gallery·wpbeaches.com·Jul 11, 2016Filtering the Gallery Image Output in WordPress - Adding Class or Data Attribute | WP Beaches
How To Make WordPress Easy To Maintain For Your Clients – Smashing MagazineWordPress is a wonderfully powerful CMS that ships with many versatile features giving it the flexib...#WordPress#tutorials#admin·smashingmagazine.com·Jul 7, 2016How To Make WordPress Easy To Maintain For Your Clients – Smashing Magazine
Multiple custom post types under one admin menuI'm not sure where to start with this one. I want to have 4 custom post types (Gigs, Venues, Holiday...#WordPress#tutorials#custom post types#admin·wordpress.stackexchange.com·Jul 6, 2016Multiple custom post types under one admin menu
How to Build Efficient Queries in WordPress - Kinsta BlogIn this tutorial, we'll show you how to use the WP_Query class specifically to optimize the SQL quer...#WordPress#tutorials#wp_query·kinsta.com·Jul 6, 2016How to Build Efficient Queries in WordPress - Kinsta Blog
Practical Uses of pre_get_posts | WPShoutIn WordPress, pre_get_posts is a filter that makes it possible to modify an existing WP_Query, befor...#WordPress#tutorials#wp_query·wpshout.com·Jul 6, 2016Practical Uses of pre_get_posts | WPShout
How to hack into a WordPress website, the complete guideThe purpose of this article is purely educational, to teach you how to hack into a WordPress site. W...#WordPress#tutorials#users·wploop.com·Jul 4, 2016How to hack into a WordPress website, the complete guide
Create a Single, Editable List for Multi Pages with Gravity FormsMy challenge was a list on 6 WordPress pages that needed to be updated often. What I needed was a ma...#WordPress#tutorials·bobwp.com·Jun 30, 2016Create a Single, Editable List for Multi Pages with Gravity Forms
WP Engine Git - A How-to Guide and Review - The Mighty Mo! Design Co. LLCSo here’s the deal. My hosting company of choice, WP Engine, has a git service built into all of the...#WordPress#tutorials#Git#github#deployment·themightymo.com·Jun 24, 2016WP Engine Git - A How-to Guide and Review - The Mighty Mo! Design Co. LLC
Deploying a Wordpress site on WPEngine using GitThis post covers how to set up a new Wordpress site on WPEngine and how to hook it up to a Git repo....#WordPress#tutorials#github#Git#deployment·blog.devteaminc.co·Jun 24, 2016Deploying a Wordpress site on WPEngine using Git
Continuous Deploy your Wordpress Theme to WPEngine with CodeshipOne of my latest tasks as Frontend Developer at Codeship was to update our Blog that runs on WPengine and is therefor powered by Wordpress…#WordPress#tutorials#deployment#Git#github·medium.com·Jun 24, 2016Continuous Deploy your Wordpress Theme to WPEngine with Codeship
Show a Gravity Form with a Click of a ButtonHide a Gravity Form behind a button, so it only shows when the button is clicked. Theme independent ...#WordPress#tutorials·robincornett.com·Jun 23, 2016Show a Gravity Form with a Click of a Button
Course: The Complete Guide to Creating WordPress Widgets and Widget Areas | WPShoutOver the years, we've written a lot about WordPress. At one time or another, we've covered most of t...#WordPress#tutorials#widgets·wpshout.com·Jun 22, 2016Course: The Complete Guide to Creating WordPress Widgets and Widget Areas | WPShout
Creating Custom Location Rules for Advanced Custom Fields - Bill EricksonI'll walk you through writing custom logic for where an ACF metabox appears.#WordPress#tutorials#ACF·billerickson.net·Jun 15, 2016Creating Custom Location Rules for Advanced Custom Fields - Bill Erickson
Don't use a password protection on wp-admin folder - SecuPressOn the Internets you will find many posts that explain how to use a password protection on your back...#WordPress#tutorials#security·secupress.me·Jun 10, 2016Don't use a password protection on wp-admin folder - SecuPress
How to Include or Override WordPress Templates - Igor BenićLearn how to override WordPress Templates in this tutorial by using easy to use code. Learn how to m...#WordPress#tutorials#development#templates·ibenic.com·Jun 10, 2016How to Include or Override WordPress Templates - Igor Benić
How to build a simple quiz-based recommendation engineIf you're wondering how to build a simple quiz-based recommendation engine, and don't have any codin...#WordPress#tutorials#forms·chrislema.com·Jun 7, 2016How to build a simple quiz-based recommendation engine