• Resolved gmahesha

    (@gmahesha)


    Hi Team,

    I have used this plugin. Wanted to display only Article title.Instead it displays Article content too.
    Note: In Displaying Posts
    The text of the post, under :The WordPress generated excerpt length will be : i entered o (zero)
    But after that too along with Title, in the next line it displays …
    Please check my website.

    • This topic was modified 4 years, 7 months ago by gmahesha.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi @gmahesha,
    inside the “Displaying posts” panel, in the dropdown menu “Display this type of text” there is the option “Do not show any text”. Use this option and the text won’t be displayed.

    Let me know, please.

    Thread Starter gmahesha

    (@gmahesha)

    @aldolat : Wow ! … this works like a charm. Now the sidebar displays only article title. thanks ?? But how to reduce space between article title? My link: https://chetasmind.com/ (Posts in Sidebar) Sorry. I am not expert in CSS styling.

    Anyhow thanks a lot for your help. ??

    Plugin Author Aldo Latino

    (@aldolat)

    Use this CSS style:

    p.pis-title {
      margin-bottom: 0;
    }

    Change that 0 according to your need.

    You can paste that style at the end of the style.css file of your current theme or in the widget admin panel, exactly in this field: Styles > Custom styles > Custom styles.

    Let me know, please.

    Thread Starter gmahesha

    (@gmahesha)

    This works like a charm. ?? Will explore your plugin more in this weekend. Thanks a lot for your help Aldo ??

    -Thanks

    Plugin Author Aldo Latino

    (@aldolat)

    You’re very welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to display only article title?’ is closed to new replies.