Two questions on the blog post page
-
Two questions on the blog post page
1 – The date of the post is together word posted by:
How do I insert a space between them?
2 – After the author’s name I want to exempt the function below to display the number of views:
echo getPostViews (get_the_ID ());
Where do I put this function?
Attachments:
You must be
logged in to view attached files.
Hello,
1. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.website-wrapper .post .modified-date {
margin-right: 10px;
}
2. There is no such PHP function in WordPress at all.
Kind Regards