We are now going to add Subscription Box, as you always know your visitors are the most important aspect of your blog. Subscribers are visitors or you can say loyal readers who likes your blog and always love to read your new post. they always wanted to stay updated with new updates at your blog.
Installing a Subscription Box below the post enables you to get more and more subscribers or you can say readers. when they read a post and if they like it they will try to get more and more updates from you. So when it’s below the post they immediately subscribe.
Installing Subscription Box
Now let’s get starting with installation of our Subscription Box, be ready to get more subscriber and visitors.
- Login to your WordPress Dashboard
- Navigate through Thesis >> Custom File Editor
- Select custom_functions.php and add the below code :
add_action('thesis_hook_after_post', 'below_post_subscription'); function below_post_subscription() { if( is_single()) { ?> Your Subscription Widget code here! <?php } }
- in the Above code replace “Your Subscription Widget code here!” with your subscription code that you can get from FeedBurner or any other service you use
- Hit the Save button and check your sites now
Now we have successfully installed subscription box below post. Now you need to do some styling of the box if you are not happy with the results.you will just require a Simple knowledge of CSS to do so.
prajith says
thanks it working ….
Ravi says
Thanks. I was able to implement a similar feature for my blog.
Ravi says
Thanks. I was able to implement a similar feature for my blog.