UPDATE: As of Genesis 2.2.3, Genesis navigation options are back! UPDATE: As of Genesis 2.1, the option to insert a search bar from the Genesis options page is no longer available. To add a search bar, you will need to insert some code into your functions.php file. Here is the code for adding
How to Display All WooCommerce Products in Admin
Displaying All WooCommerce Products on Admin Products Page By default, the Products section in WooCommerce only displays 20 products per page. This means that making edits to a bunch of products will require a reload by moving to page 2, 3, 4, etc. These reloads can really increase your work
Display Updated Date Instead of Published Date in Genesis
Why Use the Updated/Modified Date? Recently, I was looking for ways to replace the published date on posts with the updated date. "Why would you want to do this?", you might ask. Well, primarily it's because I make a lot of updates to post content and I want readers to know that the content they
Block Admin Login from MemberPress Login Form
Blocking Admin Login from the MemberPress Login Form MemberPress is one of the best membership plugins for WordPress. The features are amazing and I recommend it without any hesitation. The topic of this post is regarding the login form that is included with MemberPress and preventing admin access
Create a Custom 404 Page in WordPress Editor
Building a 404 Page with WordPress Editor As defined by Google, a 404 error is "an error message displayed by a browser indicating that an Internet address cannot be found". You get a 404 message when you visit a link that does not actually exist. Many websites will display a custom message
How to Style JetPack Sharing Buttons
Customizing JetPack Share Buttons First, thanks to Ruben Alamina for a bulk of the CSS code in this tutorial. I've modified the styling to my liking and to also make it a bit cleaner and account for a few priority issues I had when using it, such as the background-image importance included in the
Choosing a Solid Hosting Provider for WordPress
After you register your domain name, you need to get set up with a hosting provider. In order for your site to be live on the internet, the files (and database, if applicable) that make the website need to reside on a server. This is what a hosting provider does; it hosts these files. Each time an
Adding WordPress Functions via Plugin
Adding Functions to a Plugin vs Theme While the easiest and most common way of adding simple snippets to extend a WordPress website's functionality is pasting them into the functions.php file of the active theme, any function can be added by creating and installing a simple plugin. There are two
- « Previous Page
- 1
- …
- 9
- 10
- 11
- 12
- 13
- Next Page »