• Resolved anddoellinger

    (@anddoellinger)


    Hello,

    First of all really good and helpful plugin!

    I just like to ask if there is a way (maybe alternating some code-lines) to show just release-date of posts and not the author?

    If I could make an proposal for the next update:
    Maybe you could separate date and author so that user could change it separately instead of selecting Meta Data.

    Thank you so much for this plugin!

    Best regards,
    ADD

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying Display Post Types plugin.

    1. You can use simple CSS solution to hide author from the meta info,
    1a. Go to WordPress Dashboard > Appearance > Customize.
    1b. Look for “Additional CSS” tab in the left sidebar. Click on it.
    1c. Copy and paste following CSS in left text field,

    .dpt-author {
      display: none;
    }

    1d. Click “Publish” button on top of the left sidebar.

    2. Your suggestion to separate date and author is good. I will try to incorporate in next update.

    Please inform if you have any other suggestions to improve DPT.

    Thanks,

    Thread Starter anddoellinger

    (@anddoellinger)

    Really great plugin!
    To be honest I directly changed it in display-post-types\frontend\css
    Also excerpt, title, date style. Also to customize fonts, works very well!
    Thank you for your help and fast response! My only problem is the “on” in front of the date which still appears.
    Maybe you could help me to make it disappear…

    I appreciate that you think about implementing my suggestion, thank you.
    Actually I use the excerpt to show the whole post so I would be glad if the “word-regulator” would work for more than 100 words, maybe 0-300 words, I think it’s a easy way to increase customization options.

    Great work!

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    Sorry for the late reply.

    Removing “on” text is currently not easy to achieve. However, I am working on to include your suggestions in the next update of DPT (including removal of 100 words limit from excerpt).

    You can better customize your DPT display after release of the new version. Please wait for a few days.

    Thanks,

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    I have removed ‘on’ text from date in latest version. Please check and inform if you need any other help with DPT.

    Thanks,

    This CSS is not working anymore:

    .dpt-author {
    display: none;
    }

    DPT is showing “author” anyway.
    What can i do?

    ___________________________________________
    And by the way: thanx for fantastic DPT.

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    Can you share link of the page, I will check and provide proper solution.

    Thanks,

    Plugin Author Veda

    (@vedathemes)

    Hi there,

    Just replace earlier css with following CSS

    .dpt-author + .dpt-date::before,
    .dpt-author {
        display: none !important;
    }

    Please inform if you need more help on this or if any other help required.

    Thanks,

    That was it.
    !important was important and missing ??

    Thank you for your fantastic support

    Thread Starter anddoellinger

    (@anddoellinger)

    I finally found the time to do some coding.

    Works perfectly! Thank you so much!

    Actually, you would still help me a lot if excerpt could be a little longer than 100 …
    Maybe in your next update?
    Best regards,

    ADD

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Meta Info – Just date, no author’ is closed to new replies.