How to Find any Facebook ID
Sometimes when using WordPress plugins you sometimes need to provide a facebook ID number. If the facebook URL you are looking at is using a username instead of an ID number it isn’t inherently obvious...
View ArticleCustomizing 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...
View ArticleCreate 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...
View ArticleHow to Use Multiple WYSIWYG (TinyMCE) Visual Editors in Your WordPress Metaboxes
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...
View ArticleAdd a Repeating Text Field to Options Framework Plugin
This is what we’ll be building. 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...
View ArticleWooCommerce Customize Checkout Fields
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. If you aren’t...
View ArticleAdd 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...
View ArticleAdd a meta field to the Block Editor sidebar
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...
View Article