Forum Replies Created

Viewing 7 replies - 241 through 247 (of 247 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    cdaley1981….finally got around to fixing this. I have tested on 2 sites and it seems to work. Let me know if you have any problems with the change.

    Plugin Author Criss Swaim

    (@cswaim)

    Well, the plug-in was supposed to support most of the options, but as I got into it I ran out of time and actually forgot about it. So you were able to add the option and it works, so for now, this is a good reference to others who need to add options.

    I will try to add the options in the next release. Thanks for the feedback and my apologies for the misleading doc.

    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.

    Short answer is no, the plugin does not support pagination. You could modify it to do so.

    Pagination is usually set by the page template. The plugin will pull the post and put them on the page in the content area defined by the template. Check out some of the pagination plugins/mods to see if they will wrap the output with pagination code.

    You might consider creating a template with pagination and apply it to the specific page you are working with. At least that is where I would start looking.

    Plugin Author Criss Swaim

    (@cswaim)

    In both cases, the logic within a single selection group is OR logic. So posts that meet any one category is selected. If you list multiple selection tags, ie tags=’xxx’ category=’yyy’, this forms an AND condition.

    Plugin Author Criss Swaim

    (@cswaim)

    There are 2 ways to show posts by category

    1) by category name

    [tpg_get_posts category_name="cat1,cat2"]

    2) by category id

    [tpg_get_posts category="2,4,8"]

    the post is wrapped in a div tag id=”tpg-get-posts” have you tried formatting the css for this division tag?

Viewing 7 replies - 241 through 247 (of 247 total)