Tag: tutorial

  • Justin Tadlock Explains Taxonomy Term Meta

    Justin Tadlock Explains Taxonomy Term Meta

    While developers celebrate the first half of the WordPress REST API being merged into WordPress, there’s also another reason to celebrate. Six years in the making, taxonomy term meta will be available in WordPress 4.4. If you’re like me and don’t have a clue as to what taxonomy term meta is, I highly encourage you…

  • How To Navigate The WordPress Ecosystem As a New User

    The WordPress ecosystem is made up of thousands of websites, code repositories, blogs, forums, etc. To a new WordPress user, it can be intimidating or downright frustrating figuring out where to go. My goal with this post is to provide a map for those who are brand new to the world of WordPress to be…

  • User Guide – How To Choose A Plugin

    One of the best things about WordPress is its third-party ecosystem of themes and plugins. If WordPress doesn’t have the feature set you need out of the box, chances are very good that with just a few plugins, you can make the WordPress of your dreams. However, to new and veteran users alike, choosing which…

  • Starter Guide On Header.php

    Ravael Angeline has a tutorial posted on WP.Tutsplus.com that covers the basics of a header.php file. This particular file is located in every WordPress theme and is essential to how a theme works. Also worthy of reading following the tutorial is a comment by Tom McFarlin.

  • How Ryan Imel Created The WP Quarterly Page

    One comment I have that applies to all of the e-commerce plugins I tried out is this: the initial setup process is quite overwhelming. During my toying process I set up the basic Quarterly sales items and process for each plugin on a testing location. Without exception, each plugin presented me with options I never…

  • Improving The WordPress Search Engine With Relevanssi

    The default search engine in WordPress has sucked for a number of years. So much so that people end up replacing it with a custom Google search box. However, there is a plugin that has been gaining steam in recent months called Relevanssi that is trying to solve most of the problems the default search…

  • WordPress Email System Primer

    Great tutorial on the WordPress email system that walks users through setting up a plugin, creating an email template, preparing WordPress to use that email template, and modifying existing system emails. If that tutorial has you thinking that it’s too much work, you can take a look at the WP Better Emails plugin.

  • Using WordPress To Create Multiple Image Sizes

    WPBeginner has an excellent tutorial that describes how to use the built in functions of WordPress to generate additional image sizes for use in themes. This is possibly a better alternative than using TimThumb.

  • What To Do Or Consider After You Enable Multisite In WordPress

    This is a guest blog post written by James Goodbrad, author of the blog, Zebedeeweb.com/. You can also follow him on Twitter. With the WP/WPMU merge in WordPress 3.0 it’s now wicked simple to get up and running with your own network of sites. There are many reasons you might want to do this ranging…

  • Adding Twitter Anywhere Into Your WordPress Site

    WPBeginner has a great tutorial on how to add the Twitter Anywhere service into your WordPress powered site. Twitter anywhere is a service provided by Twitter that enables webmasters to add twitter to a website with just a few lines of Javascript. Not just an embeddable box, but a box that enables tweeting by visitors,…

  • Video Tutorial – Style Threaded Comments

    I didn’t realize how complicated styling threaded comments can be until I watched this video. David Perel published a screencast on From The Couch.com which goes over how to style threaded comments in WordPress complete with source files for the code but more importantly, hand holding to figure out all of the CSS required for…