• Hello,

    is there any way to remove the views, which appear next to the question? I do not need it and would like to delete / hide it.

    Regards,

    niclas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    You can add the following code to the style.css file:

    span.dwqa-views-count {
    display: none !important;
    }

    If you want to remove the Views option in the Sort by filter box, you can open the archive-question-filter.php file in the templates folder of the plugin then remove the line 33

    Thread Starter niclasto

    (@niclasto)

    Thanks!

    So could I also remove the whole filter option as well as the filter box on the right side? If so, would the question with the latest answer still appear at the top?

    Plugin Author DesignWall

    (@designwall)

    Yes, you can remove the the whole filter option as well as the filter box on the right side.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to remove views?’ is closed to new replies.