Custom WordPress and WooCommerce Development

Search results for: “C_LCNC_01 Pdf Braindumps 🗾 C_LCNC_01 Valid Test Format 🆑 New C_LCNC_01 Test Discount 👹 Download ➥ C_LCNC_01 🡄 for free by simply entering ➤ www.pdfvce.com ⮘ website 📆C_LCNC_01 Clearer Explanation”

  • Customizing the WordPress Install Process with install.php

    I came across a super interesting post at WPBits about [automating the wordpress installation][1] process.  Some of the parts about where some of the functions are located in WP that allow you to change certain things on the installation are outdated since the post is from 2007, but the concept remains perfectly intact.  If you find…

  • Create WooCommerce Multicheck Form Field

    I’ve expanded on the code I posted in my tutorial on how to customize the WooCommerce Checkout. First you need to register the new checkout fields. This is where I’ve added a current_user_can() to test if the current user has the appropriate capabilities to see these extra fields. I’m using the manage_options capability because it…

  • A Newbie’s Guide to WordPress Hooks and Functions

    When people start wanting to customize WordPress, specifically a theme like Thematic, or a plugin like WooCommerce, I always see questions like: How do I add “something”, “somewhere”? or How do I remove “something” from “somewhere”? or How do I change “something”? At first it is easy to think that adding a div to the…

  • Radio Buttons for Taxonomies

    Every now and then I run across a client who needs a taxonomy where the user is restricted to only allowing one term per post.  I’ve also seen people wanting this a few times for categories, and I, myself, have wished for it a few times.  Sometimes a post needs to be like a piece of paper…

  • Thematic 1.0.1 Upgrade

    After a long wait, Thematic 1.0.1 has been live in the WordPress repositories now for a couple of days now! And some issues are starting to crop up in the forum. So far the most recurring issues have to do with the menus. Oh menus, you never cease to cause trouble. The problem is that…

  • Three Reasons to Let Customers Name Their Price

    Three Reasons to Let Customers Name Their Price

    Since I developed the WooCommerce Name Your Price plugin back in 2012, entrepreneurs have used it to sell all kinds of products all around the world! But over the years, one question I’ve gotten about my plugin is why a business would ever let a customer decide what to pay! I’m also a business owner,…

  • Use WP-Cli in your GitHub actions for translating plugin releases

    Anybody who follows me on Twitter knows that I am always, and I mean, always fighting the build tools. Things that are supposed help us automate tasks and make life easier, frequently are hard to set up, break, and generally cause me a lot of stress. So when I figured out how to have Grunt…

  • Create an Alphabetical Glossary of Posts in WordPress

    Once up a time i did a client project where i had to have archives organized alphabetically.   I ended up accomplishing by adding a query variable and targeting the posts_where filter.  However, in answering a recent question at WordPress Stack Exchange I decided that it might be neater to create a hidden taxonomy instead.  I…

  • Add Custom Fields to WordPress Menu Items

    First a little backstory A WordPress commit that I am personally very excited to finally see get merged into core is the addition of a wp_nav_menu_item_custom_fields hook! As the author of the Nav Menu Roles plugin, I’ve needed to display custom fields on menu items. But in the admin, the menu items are displayed by…

  • Simple User Listing

    Simple User Listing

    This plugin has been out in the wild for some time now and it seemed appropriate to give it a post on my blog. Once upon a time I was working on a magazine site with a lot of authors and my client wanted to display all the authors in a cool way. Every other…