• Hi,
    Thanks a lot for your plugin, that I really appreciate. This is just to let you know that I couldn’t achieve to show the excerpts when adding posts of the same date as the current post.
    I’m using the shortcode this way:

    <?php echo do_shortcode( '[on_this_day before_title="<h3>" 
    before_widget="<div class=onthisday>"
    after_widget="</div>"
    after_title="</h3>"
    title="Ce même jour, les autres années..."
    show_post_excerpt="true"
    show_post_date="true"
    use_post_date="true" ] ' );?>

    Voilà… If you have any idea of what I might have done wrong…
    Thanks for your attention,

    Véronique

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author room34

    (@room34)

    This is something I need to fix in the plugin, but you can get it to work by changing true to 1 like this:

    show_post_excerpt="1"

    Thread Starter eoik

    (@eoik)

    Oops, I tried this but it gives me the posts of the current day, not of the date of the current post.

    Thread Starter eoik

    (@eoik)

    Oops, it does perfectly work, sorry, problem solved ! Thanks a lot !

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.