• Resolved andysob

    (@andysob)


    This a great plugin that is (and will) save me a lot of time. Two hiccups I was hoping to clarify in my implementation:

    1. My query returns a photo and some minimal text content. However, the title from the next list item is floating up and around the float-left image of the previous entry. Is there an easy way to eliminate this float problem? Is each li wrapped such that I can format in css?

    2. In the documentation, it is noted that categories and tags work with ‘AND’ logic. Is this the same case with multiple tags? If not, is there a way to make it so?

    I’ve hunted around for possible solutions but could not find any.

    An example of my issues is here.

    Much thanks from this newbie for any advice and many kudos to the plugin author.

Viewing 4 replies - 1 through 4 (of 4 total)
  • First the and/or logic:

    within a tag or category, multiple tag values are or’ed ie, tag=’news, events’ will pull posts that are taged with ‘news’ or ‘events’

    if you enter tag=’news’ cat=’programs’ then the post must be in the category programs and tagged as news.

    On the formatting, I looked at your page and there are no list items. the code is: with opening less than changed to ?…(did not have time to figure out how to post html tags in post)
    ?strong>Host?/strong>: Canadian Film Centre?br />
    ?strong>Date(s)?/strong>: May 31 – June 5, 2011?br />
    ?strong>Location?/strong>: Cumberland Terrace + Various?br />
    ?strong>Minimum Cost?/strong>: $10

    wrap your text in html list tags if you want list items.

    Thread Starter andysob

    (@andysob)

    Thanks for the response cswaim.

    1. Is there a way to select the desired logic (and, or) for multiple tags?
    2. I apologize for not being clear or using incorrect terminology on the formatting issue. The problem is when the shortcode returns results – say 2 posts as shown – those two returns float together. At the noted link the title of the 2nd post moves up to beside the photo of the first post. I was just wondering if there is an quick/easy way to take care of this with css or other solution.

    Sorry to be a bother, but any help is appreciated as I’ve exhausted my limited knowledge.

    Thread Starter andysob

    (@andysob)

    Not to worry, I’ve managed a work around on these issues. Thanks for your input.

    Hi Andysob,

    I am running into the same problem with the plugin that you had. Can you tell me how you managed to fix it / get the workaround?

    Thanks for letting me know!
    Alex

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tpg-get-posts list formatting & AND logic’ is closed to new replies.