How To Create A WordPress Administrator User Using SQL
June 24, 2019sql,administratorWordPress Tips & Tutorials
Creating a user in WordPress is usually a simple task, involving a couple clicks in the dashboard, some light typing, and a button click. But what if for some reason you're locked out of the dashboard and can't login? SQL to the rescue! If you…
How To Change WooCommerce Add To Cart Button Text
April 25, 2019woocommerceWeb Development,WordPress,WordPress Tips & Tutorials
WooCommerce is not a one size fits all solution. Sometimes the default options just don't suit your needs and you need to make slight modifications, via code or template edits, to accomplish your goals. For this example, let's pretend you sell…
WordPress 5.1 Beta 2 Now Available
January 23, 2019wordpress 5,wordpress updatesWordPress News
The latest version of WordPress 5.1 has now reached Beta 2 and is available for testing. We do not recommend using this on a live production website. How Can I Get It? There are 2 ways to obtain this release. The first is by downloading and…
How To Use A Shortcode Inside A Post Excerpt
January 23, 2019shortcode,excerptWordPress Tips & Tutorials
Using a shortcode inside post content is a fairly simple task. Simply write out the shortcode inside some brackets and you're all set. But what if you wanted to use a shortcode inside a post excerpt? If you've tried to do this yourself you'll…
How To Change The WordPress Default Post Type Labels
December 18, 2018custom post type,post type label,init action hookWordPress Tips & Tutorials
If you have ever wondered if you can change the default WordPress post type labels like View Post or Edit Post then you're in luck because it's actually really easy. Why would you want to do this instead of creating a custom post type? Some people…
How To Remove Select2 in WooCommerce
November 21, 2018woocommerce,select2WordPress Tips & Tutorials
If you ever find yourself needing to remove Select2 from WooCommerce then follow these simple steps. Where do I put this code? A good place for this code is inside your themes functions.php file. Plugin authors can also adapt this code for use…
Snippet: Adding Text to the End of a Post
November 13, 2018filter hooks,filter contentWordPress Tips & Tutorials
The WordPress content filter, also known as the_content, is a way to filter post and page content before it is printed to the screen. As an example, suppose you have a page with the following content: Hello there! My name is Mike and I like to eat…
WordPress Custom Post Types and How To Create Your Own
November 12, 2018custom post typeWordPress Tips & Tutorials
WordPress post types are the bread and butter of the entire WordPress platform. Posts, pages, menu items, attachments, and even custom CSS (from the customizer) are examples of post types that come with a default installation of WordPress. When…
Creating a Custom Archive Page for a Custom Post Type in WordPress
November 12, 2018custom post type,archive templateWordPress Tips & Tutorials
Often times when dealing with custom post types you'll want to customize the look of the archive page. All WordPress themes come with a default archive template file called archive.php and its located in the root of the theme folder. Some themes…
5 WordPress Plugins Nobody Told You About
November 11, 2018seo,cache,file manager,malware,security,firewall,code editorWordPress Plugins
The problem with good plugins is that most of the time nobody knows they exist unless someone tells you. I'm going to go over 5 plugins that I use on every WordPress website I work on. 1. AceIDE I'm a huge fan of being able to do things right…