-
Add Extra Profile Fields in User Profile Backend
Suppose we want to display users twitter/facebook/linkedin account info in user profile page (admin area). This can be easily done with following code .
-
Add a Small Piece of Content after Post Content
In a genesis powered site if you want to add a small piece of content just after the main post content you need to add the following code in functions.php file.
-
Make WordPress Admin Bar Always Visible
By default, admin bar of wordpress site is visible to the logged in user. To make it visible to all users we just need to tweak the theme function. show_admin_bar(true);
-
Customizing Genesis Sample Child Theme
Genesis Sample is the best starter child theme for customization and its FREE. Here we shall describe steps to make a single column, responsive, minimal theme.
-
Customizing Genesis Archive Page
To customize Genesis archive page, you need to create a file named page_archive.php and upload it to the theme folder. Then you can edit the file as per your requirement.
-
How to Use Google Font in Genesis theme
Genesis themes do use Google Fonts. In this tutorial we like to share how to change the default google font in any genesis child theme (e.g. eleven40-pro).