• Resolved jmtmurphey

    (@jmtmurphey)


    Hi – I have two questions.

    1. The taxonomy offset option is not working for us. I have set taxonomy_offset_names and taxonomy_offsets as follows:

    [netsposts taxonomy_type=’post_tag’ taxonomy=”home-feature” taxonomy_offset_names=’home-feature’ taxonomy_offsets=’1′ include_blog=”664″ days=”90″ include_post=”” titles_only=”false” show_author=”false” thumbnail=”true” size=’thumbnail’ image_class=”align-left” auto_excerpt=”false” paginate=”false” list=”4″ include_link_title=”true” date_format=”F j, Y” post_height=”” excerpt_letters_length=”270″ use_layout=”inline” link_open_new_window=”true”]

    2. We use Hummingbird Pro Cache. Is there anyway to have your plugin read the latest posts even on a cached page?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jmtmurphey

    (@jmtmurphey)

    Plugin Author johnzenausa

    (@johnzenausa)

    I’ll look in to it thanks.

    Plugin Author johnzenausa

    (@johnzenausa)

    First step is to set taxonomy_type='post_tag' to just taxonomy_type='tag' and let me know.

    I see you are using the shortcode twice so if the above doesn’t work let me know so I can look further.

    • This reply was modified 5 years, 8 months ago by johnzenausa. Reason: Need two shortcodes
    • This reply was modified 5 years, 8 months ago by johnzenausa.
    Plugin Author johnzenausa

    (@johnzenausa)

    @jmtmurphey

    Sorry about that I didn’t realize (slipped my mind) that I didn’t add the functionality to also offset by taxonomies other than category so I added the following argument.

    taxonomy_offset_type='' which can be set up one of three ways.

    taxonomy_offset_type='category', taxonomy_offset_type='tag' or taxonomy_offset_type='any'. So your above shortcode will look like the following:

    [netsposts taxonomy_type='tag' taxonomy='home-feature' taxonomy_offset_names='home-feature' taxonomy_offsets='1' taxonomy_offset_type='tag' include_blog='664' days='90' titles_only='false' show_author='false' thumbnail='true' size='thumbnail' image_class='align-left' auto_excerpt='false' paginate='false' list='4' include_link_title='true' date_format='F j, Y' excerpt_letters_length='270' use_layout='inline' link_open_new_window='true']

    Note: As of yet offsets don’t work with custom taxonomy_types nor custom taxonomies.

    • This reply was modified 5 years, 8 months ago by johnzenausa.
    Plugin Author johnzenausa

    (@johnzenausa)

    As far as the caching plugin goes there’s not much I can do except refresh the page you are using the plugin on once a day so it’ll load fresh.

    Thread Starter jmtmurphey

    (@jmtmurphey)

    Thanks John – appreciate the update.

    Thread Starter jmtmurphey

    (@jmtmurphey)

    Confirmed it works – thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Taxonomy Offset and Cache’ is closed to new replies.