thesis tutorials how to remove comments

post

Thesis Rule

It’s all about Thesis theme and implementation. As a part of encouraging the users who were shifting and keen about Thesis Theme I am planning to start tutorials which will be published at regular intervals at Ravigadu and more than that you can check yourself and notice vast amount of changes.

Customizing and managing Thesis Theme is quite simple and easy when compared to the other theme available in the market, Moreover I wont agree if you call Thesis just as a Theme merely it is complete SEO Framework. While starting up this series I would like to start with the removal of Thesis {Comment Count} link in the homepage which will be there by default displaying the number of comments in the curly braces.

How To Remove Comment Count Link From Thesis Theme Home Page

In the earlier version of thesis (prior to 1.7) the option to customize/edit the custom.css and custom-functions.php is not added into the Thesis Theme Options by default and it required some special WordPress plugin like “Thesis Open Hook” in order to edit the custom theme options and also helps in adding some additional theme functionality.

Fine now coming to the topic, Removal comment count from the Thesis Theme homepage can be done in two ways. One is by using the Thesis Open Hook plugin and editing the openhook options and the other by adding a one line code to the custom-functions.php

Method #1: Removal of Comment Count from homepage By Using Thesis Open Hook Plugin

1. Download, install & activate the “Thesis Open Hook” plugin.

2. Navigate to Appearance –> Thesis OpenHook.

3. Scroll down and find “After Post” category and check “Remove Thesis comments link“.

How to remove coments

4. Click on save to see the changes.

Method #2: Removal of Comment Count from homepage By Editing Custom-functions.php

1. Navigate to Appearance –> Custom File Editor (Thesis 1.7)–> select custom-functions.php

or

1. Navigate to Appearance –> Thesis Custom Programming (when installed Thesis Open Hook on Prior versions to 1.7)

2. Add the following code.

/* Remove Comments Count From Homepage */

remove_action(‘thesis_hook_after_post’, ‘thesis_comments_link’);

thesis rules

3. Save the file and notice the changes.

Note: I strongly recommend Thesis Theme for every WordPress Lover. In case if you are looking for purchasing the Thesis Theme Contact me for Best deal on Thesis Theme.

So guys I need your feedback on thesis tutorials and also feel free to ask me your queries on Thesis Theme Customization, they will be answered with the solution once in a week depending on the volume of requests we receive.