Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Baden

    (@baden03)

    Yes, it’s called highlander grouping and it’s explained in the documentation:

    [expand title="Monkeys" rel="animal-highlander"]Target Content[/expand]
    [expand title="Donkeys" rel="animal-highlander"]Target Content[/expand]
    Thread Starter sfregolina

    (@sfregolina)

    Hi,

    Thank you for this.

    I’m using this plugin on one page where I show a list of posts which expands when I click on their title.

    The code that I’m using is

    <header id="<?php the_ID(); ?>" class="entry-header collapseomatic noarrow">
    
    <div id="target-<?php the_ID(); ?>" class="entry-content collapseomatic_content">

    Where should I add the highlander?

    Thanks

    Plugin Author Baden

    (@baden03)

    to the trigger like so:

    <header id="<?php the_ID(); ?>" rel="post-highlander" class="entry-header collapseomatic noarrow">

    Thread Starter sfregolina

    (@sfregolina)

    Perfect!!

    Thanks!

    Plugin Author Baden

    (@baden03)

    glad it worked out. if you are pleased with the plugin or it’s support, please consider leaving a little review!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple collapsing element in one page’ is closed to new replies.