Viewing 3 replies - 1 through 3 (of 3 total)
  • salesbcocom

    (@sales4bcocom)

    I know its been a while since you asked, but in case you still need it or someone finds this post

    http://wordpress.org/extend/plugins/jquery-collapse-o-matic/

    There are other similar plug-ins also available just look for collapse text or show hide text

    Thread Starter noworyz

    (@noworyz)

    Thank you, that should work perfect! I’m still in development of the site and can use this still so thanks for posting!

    salesbcocom

    (@sales4bcocom)

    No problem. Also, you can install the plugin & use the created divs within a template if you want to generate a page that pulls the information in from multiple posts instead of using the shortcode & having all of the content on a single page. Here is an example…

    <h4 id="<?php the_ID(); ?>" title="<?php the_title(); ?>" class="collapseomatic"><?php the_title(); ?></h4>
    <div class="collapseomatic_content " id="target-<?php the_ID(); ?>" style="display: block;"><?php the_content(); ?></div>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin for show/hide text areas’ is closed to new replies.