• Resolved nmarsh5

    (@nmarsh5)


    Hi there

    I wonder if you could help me configure the way my event listings are appearing? I would like them to appear something like below:

    Title (Date)

    Excerpt of 30 characters…

    Read More link to post

    I’m currently using the shortcode below, but I can’t seem to figure out how to add a line break between the title and the excerpt, or add both a … and a ‘Read More’ link at the end.

    [display-posts category=”News” date_format=”(j F Y)” include_date=”true” include_excerpt=”true” include_except_length=”30″ wrapper=”div” include_link=”true”  excerpt_more_link=”Read more” image_size=”thumbnail”]

    Thanks for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    These are no events but News items… not part of my plugin.

    But if you want title of a news item on a seperate line and with border, please try this:

    
    .listing-item .title {display:block; clear:both; margin:0 0 10px; padding:0 0 10px; border-bottom:1px solid #1e73be;}
    

    Guido

    ps. if you add code here please click the “code” button before and after your code.

    Thread Starter nmarsh5

    (@nmarsh5)

    Oh sorry, wrong forum! Thanks for your help anyhow, will give it a try 🙂

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

The topic ‘Format event listings’ is closed to new replies.