• Resolved tsdjim

    (@tsdjim)


    I used these parameters to get the title,author and date

    [catlist numberposts=1 content=full author=yes date=yes]

    This is what I get
    6 May 2021Franco Paes

    However I need a space between the date and author, how can I do this.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    Currently the easiest way is to add, for example, author_class="lcp-author" to your shortcode and then

    .lcp-author::before {
        content: " ";
    }

    to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Add space between Author and Date’ is closed to new replies.