How to Redirect Author Link to About Page | GeneratePress

To redirect author link to about page, you can use the below PHP code snippet. To add custom PHP code to your website, you can use the popular Code Snippet plugin. PHP Code Snippet In the above snippet, replace the … Read More

Best Lightweight Contact Form Plugin for WordPress

It’s no surprise that the contact page is among the top three most important pages of any website. When you’re building a community or audience online, you should provide a way for your audience to communicate with you. So, building … Read More

How to Add Table of Contents to WordPress Blog

In this quick video tutorial, I will show you how to add Table of Contents to WordPress blog. The Table of Contents is a nested list of links to all heading found in the post or page. When used, it … Read More

How to Add Social Sharing Buttons in GeneratePress without Plugin?

In this video tutorial I will show you how to add Social Sharing Buttons in GeneratePress Free and Pro theme without using plugins. Important: In the below PHP Code you will find this line $twitter_account_name = ‘your_twitter_username’; You have to … Read More

How to Move Read More Link to a New Line on GeneratePress Theme?

To place the “Read More” link on a new line use the below CSS Code Snippet. Copy the below snippet and go to Appearance > Customize > Additional CSS and past it there. CSS Code Snippet

How to Change the Excerpt Length in GeneratePress Free and Pro Theme?

In this quick video tutorial I will show you how to increase/decrease excerpt length in GeneratePress free and pro theme. PHP Code Snippet In the above snippet edit the return value to increase or decrease the excerpt length.