Home Forums WoodMart support forum Two questions on the blog post page

Two questions on the blog post page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #136148

    Marc
    Participant

    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.
    #136175

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)