How to Add Related Post in GeneratePress Theme
In this quick video I will show you how to add Related Posts to blog posts in GeneratePress theme. Required Plugins Filter Posts by Category Filter Posts by Tags
In this quick video I will show you how to add Related Posts to blog posts in GeneratePress theme. Required Plugins Filter Posts by Category Filter Posts by Tags
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 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
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.
In this tutorial, I will show you how to replace “Read more” text with your custom text of your choice in GeneratePress Free Theme. In the below PHP Code Snippet, I have replaced “Read more” text with “Download”. Follow below … Read More
In this quick video tutorial, I will show you how to edit the footer copyright text in the free version of GeneratePress theme.
Having a Call-to-Action button in your menu is a great thing. It grabs the attention of your visitors and points out the most important page on your website.
In this quick video tutorial I will show you how to create a simple call-to-action (CTA) button in your navigation menu.
Use the below Custom PHP Code to hide featured image on. You can add the below snippets to your functions.php file or you can use the Code Snippet plugin to add the same. Custom PHP Code
Use the below Custom PHP Code to display featured image below the post title. You can add the below snippets to your functions.php file or you can use the Code Snippet plugin to add the same. Custom PHP Code