How to disable views?
Hello thomas!
Just add this style to your child theme style.css:
.ap-display-meta-item.views {
display: none;
}
It should do the trick and hide the number of views. 😉
HEy,
no, I do not use any cache plugin. This is the site where it does run: http://www.wasseraktien.net/ans/
It is just a test version because there are some things I would like to adapt, f.e. the views which still appear. As I wrote, I put the code in style.css.
Furthermore, I have not yet made out how to register without the wordpress account. I mean the normal creation of a new account as I did it here to ask a question.
Thank you for your help!
Hey,
thanks. Where exactly do I have to add it? I put it at the end of my child theme style.css and in in the plugin “Custom CSS manager” but it has not worked so far. What do I do wrong?
That’s weird. Do you use any cache plugin? Emptying your cache might help. What’s your site url? I can try to have a look. 😉
Hi!
Nothing appears on your site right now. I just see your 3 shortcodes (AnsPress + register + login). Not sure if you can actually put any other content than the AnsPres shortcode on that page…