• Resolved Mimergt

    (@mimergt)


    Hi, I need to know if is posible re-order some elements and hide some others.

    I need a Very simple (on this order) Thumbnail + Title and this is all. I need hide netsposts-source and the excerpt but i don’t know if are some way than css hide.

    This is my current shortcode:
    [netsposts include_blog=”6″? list=”12″ thumbnail=”true” size=”378×225″?image_class=”recetas-thumb” column=”3″ column_width=”340px”]

    Tnks.

    ——–
    Update:

    Searching on the shortcode options i found the solution for almost all the “prolbems” i just need Hide the Excerpt Actually i just can set the words to 1.

    this is my updates shortcode:
    [netsposts include_blog=”6″? list=”12″ thumbnail=”true” size=”378×225″?image_class=”recetas-thumb” column=”3″ column_width=”340px” excerpt=”false” meta_info=”false” link_open_new_window=”true” use_layout=”inline” excerpt_length=”1″]

    ————-

    • This topic was modified 6 years, 9 months ago by Mimergt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author johnzenausa

    (@johnzenausa)

    For now css only in the future I’ll add the possibility via shortcode to hide elements. As far as re-order goes that will remain via css using flex.

    Plugin Author johnzenausa

    (@johnzenausa)

    Added to arguments:
    hide_source='true' hide_excerpt='true'

    As far as the re-ordering goes it’s easier just to use css. If you need help just send me the link after you enter the above arguments and I’ll set up the code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide, reorder elements’ is closed to new replies.