• Resolved jjjhayton

    (@jjjhayton)


    I am trying to create a simple bulleted list of recent posts.

    I’m using the following parameters:

    [tpg_get_posts category="4" fields="post_title" title_tag="p" ul_class="true" show_meta="false" show_byline="false"]

    However, this gives a horizontal line between each of the links, which I don’t want! The line disappears if I remove the ul_class, but then so do the bullet points.

    I haven’t found any way to edit the ul_class in the plugin files

    It’s so close to doing what I want, yet so far! Any advice would be greatly appreciated, and I’ll make a donation if I can get it working.

    Many thanks!

    James

    http://wordpress.org/extend/plugins/tpg-get-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    Hi James:

    I would suggest looking at the generated html for the UL and then create a user style sheet to override the default style. I suspect, but can’t be sure without looking at the site, that there is a style in the theme that is adding an underline to the ‘a’ tag or is setting a border for the ‘li’ tags.

    If you use firefox, you can highlight the item and right-click and select inspect element to get the applied style. I don’t recall if this is basic or part of firebug or webdeveloper add-ons.

    If you post the site link I will try to look at it, but not sure how quick I can be about it this weekend.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: TPG Get Posts] removing horizontal rule from bullet list’ is closed to new replies.