I would like to add a button in every post that before clicking on it will be gray and after clicking on it will be green for all users !!
This means that as soon as one user clicks on it he will color for everyone.
And that I can know who pressured him ...
Is it possible to insert such an element with the user ID that clicked on it?
How to remove recent posts?
-
Does anybody knows how to get rid of this recent post area?
-
@Janath-Dilshan you will have to modify the theme template to remove it.
remove these lines
-
...or edit static css in admin and include:
.teaser { display:none; }
-
Worked like a charm. Got couple of hours to fix that