Confluence Ministries
Member
Posted 1 year ago #
I am trying to embed the plugin into a post but when I use the <?php> code from the FAQ, WordPress won't render the widget. If I try to use the same HTML as another widget it will mash up everything on the same line. What I need to do is embed the Widget into my post and have it render each event into a seperate line like it was intended.
The page that I'm trying to do this on is @ confluenceministries.org/newSite
The plugin outputs each item in the calendar as <div> tags. This means that to get it formatted as a list you need to update the style to make the div tags flow down a list (or however you would like to format it).
http://www.alistapart.com/articles/practicalcss/ has some good examples and the default wordpress themes use divs for the sidebar.
You could also change the plugin to output each event as a list item
instead.