Add Login / Logout Link at the Footer of your WordPress powered Website. Here in this example we used GeneratePress theme. Edit the footer.php file For GeneratePress theme the path is /wp-content/themes/generatepress/inc/structure/footer.php)
theme-development
Add Widgets in Front Page of Genesis Theme
We have earlier shared “How to Add Widgets to Homepage of Genesis theme”. Now we are sharing a similar guide, “how to add widgets in frontpage of any genesis theme” so that it become a magazine theme.
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.