• Resolved OldPhone

    (@oldphone)


    I’d like to use “list category posts” to list post titles with the date appearing on the line below the title. Right now the date follows immediately after the title. I think this is possible to do by adding a line break between the title and the date in the plugin’s template (in the child theme), but I am not sure where to put it.

    Any help would be greatly appreciated.

    Thanks.

    The page I am asking about is here.
    http://griffingdesign.com/category/sermons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael

    (@alchymyth)

    a possible css quickfix;
    add this to the end of style.css of the child theme:

    .widget_listcategorypostswidget a { display: block; }

    Thread Starter OldPhone

    (@oldphone)

    That worked just fine.

    Thanks for this solution and thanks for other solutions I’ve picked up from you in this forum.

    Plugin Author Fernando Briano

    (@fernandobt)

    Marking the post as resolved.

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

The topic ‘[Plugin: List category posts] New Line for Date’ is closed to new replies.