C
C
carec2018-01-14 23:24:59
User navigation
carec, 2018-01-14 23:24:59

How to remove the number of views in the widget?

Good evening. Tell me how to disable the number of views in the sidebar when connecting the List View widget in the https://de.wordpress.org/themes/eblog-lite/ template ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2018-01-14
@carec

Hello.
According to the correct one, you need to find the PHP code that displays this in the templates and delete it.
In a simple way

.meta-viewer {
    display: none !important;
}

Specifically, the above code will hide this area
https://screenshots.firefox.com/8bxMpXO20giyOTt6/d...
The style of the number of views in the sidebar area may differ.
The moral of this fable is this -
open the console, inspect this element in the sidebar.
add style and write display: none !important;
then copy this style to style.css of your theme and save

C
carec, 2018-01-14
@carec

In the posts themselves in the content.php template, I found the following code:
After deleting it, the views disappeared. I could not find the widget template and how to remove the number of views there ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question