Download Personify, our first Genesis Framework Child Theme. It's FREE

More Info

How to Auto Publish Instagram Picture to WordPress

One of our friends was looking for a way to auto publish her latest Instagram shot to her WordPress site as a blogpost. She’s an artist and takes lots of awesome pictures. However, due to time constraint, she has no time to update her blog. Rather than just leave the blog dead, it does makes

Easily Switch Between Multiple User Roles While Developing WordPress Sites

If you’re building a WordPress site with multiple user roles, there are lots of things you have to consider such as content restrictions and appearance of your site. Additionally, you may also have to consider to differentiate between registered and non-registered users as well. Switching back and forth between different user roles takes lots of

How to Limit Comment to Registered Users Only

Before this, we’ve published a tutorial on conditionally remove WordPress comment form in Genesis Framework. One of our readers asked about the possibility to remove or hide the comment form for all non-registered users. Lunkiliy, WordPress already has the option to limit comment to registered users only. However, if you’re new to WordPress, you might

How to Use Custom Logo on WordPress Login Page

Last week, we’ve published a tutorial on how to add custom message to our login page. In today’s tutorial, we’ll learn another tutorial on customizing our login page. We’ll show you how to add custom logo on our WordPress login page. Here’s how the default login page looks like: As we can see, there’s an

How to Restore Image Title After Uploading Image in WordPress

Few days ago, a client of mine addressed an issue on her site. She noticed that WordPress will remove the image title although the it has been since specified after uploading the image. Right after uploading the image, the title is specied as shown in the image above. However, when I click on edit image button,

How to Add Tabs, Accordian or Toggle Widgets to WordPress Post and Sidebar

In this tutorial, we’ll show how easily to add a tabs, accordian or toggle widgets to your WordPress post, page or any widget location. Using any of these widgets is a great way to present your data or information while at the same time save some spaces on your site. While there are lots of

How to Execute PHP Code in WordPress Text Widget

Text widget is one of the most used widgets in WordPress. It allows users to add ads banner, text, video or any text written in HTML. For security reason, WordPress disable the execution of PHP code in the text widget. Therefore, if you put any PHP code in the text widget, it simply won’t get executed.