How to Remove Underlining from Hyperlink in GeneratePress Theme
To remove the underline from hyperlink, follow below steps: Now all the hyperlink will appear without underline across the website.
To remove the underline from hyperlink, follow below steps: Now all the hyperlink will appear without underline across the website.
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
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
In this quick tutorial I will show you how to disable post navigation on Single Pages for both GeneratePress Free and Premium theme. How to Add Custom PHP Code Snippet You can use any one of the following plugin to … Read More
In this quick video tutorial, I will show you how to add Accordion to WordPress blog without using a plugin. In web design, an accordion is a type of menu that displays a list of headers stacked on top of … Read More
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
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
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
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.