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”

  • Nav Menu Roles Plugin

    โ€”

    by

    in

    Over the weekend I was working on a project and my client needed to be able to hide certain menu links from non-logged in users. ย In the past I have just created 2 menus, one for logged in users, and another for logged out users. ย Not the most convenient thing ever, but simple enough. ย However,…

  • KIA Subtitle

    KIA Subtitle

    โ€”

    by

    in

    Recently I was working on a project and needed a subtitle. There are probably two subtitle plugins already in existence. I happened to pick The Subtitle by Luc Princen, which worked pretty much as intended except the actually input box wasn’t always where it was supposed to be and I found that admin notices seemed…

  • How to Add a Customizable Field to a WooCommerce Product

    UPDATED 9/29/2019: Noticed some code typos and updated some of the display sections for compatibility with WooCommmerce 3.7. In this WooCommerce tutorial I will be showing you how to add a custom field to the front-end of a WooCommerce product. We’ll be adding a text input that a customer could use to enter some special…

  • How to Use Multiple WYSIWYG (TinyMCE) Visual Editors in Your WordPress Metaboxes

    โ€”

    by

    in

    Ever since WordPress invented the metabox, people have been trying to put the rich text editor (in WP this is provided by TinyMCE) into their metaboxes. And it makes sense. Sure us uber-geeks know the HTML tags required to make some text bold, but most of the world does not. But they do know how…

  • Absolute PHP Basics for WordPress Newbs

    “I’m just a designer. I’m comfortable with CSS but PHP scares me.” Yeah ok, well first off, if you are a designer…. instead of banging your head into a wall to learn a coding language, why not hire a developer? Some of my best clients have been designers. It is kind of a win, win.…

  • WooCommerce Customize Checkout Fields

    โ€”

    by

    in

    Note: This was updated for compatibility with WooCommerce 3.0+. This will cause fatal errors if used with older versions of WooCommerce. I was digging around in WooCommerce while trying to come up with a quote for a client. Part of the scope had me wondering if you could remove some fields from the checkout process.…

  • Featured Item Metabox

    Featured Item Metabox

    โ€”

    by

    in

    I found I constantly needed a way for clients to mark a post as something they wanted to feature and Iโ€™ve never found sticky posts particularly intuitive. In fact, the sticky post UI is about the least obvious thing possible for a WordPress newbie.  The simplest solution was a checkbox in prominently located metabox. So…

  • Add a meta field to the Block Editor sidebar

    โ€”

    by

    in

    Here’s what we’re making This post assumes that you have some basics about getting set up in a block-building environment. So we are going to use following to scaffold an example plugin with block scripts all ready to start: After that’s installed you will want to start watching the files by navigating to that new…

  • Add a Repeating Text Field to Options Framework Plugin

    Add a Repeating Text Field to Options Framework Plugin

    โ€”

    by

    in

    I donโ€™t hardly even know why I was working on this today. ย Well a friend wanted to be able to control the radio buttons in a metabox, from the backend (since the otherwise brilliant WP-Alchemy is all dev-level coding) and for some reason ย my brain went to theme option. ย He ultimately went a different route…

  • Add BCC to WooCommerce Emails

    โ€”

    by

    in

    Sometimes you need to send WooCommerce emails to more people than you can do via the main plugin settings. Or, you need to quietly BCC somebody, like a vendor, etc. You can achieve that by modifying the email headers on the woocommerce_email_headers filter. To achieve this you can add the following snippet to your theme’s…