Plugin Directory

Cursorial

Create custom loops and edit it's posts with an easy drag-and-drop interface. Override the post's title, content, excerpt and images. Then d

In what languages are this plugin available?

  • English (built-in)
  • Svenska

Can I override the widget output template?

Yep. Create a template in your theme and call it cursorial-widget.php. The loop in the template file is already initiated. You'll just need to do the while loop like so ...

<ul>
    <?php
    # In cursorial-widget.php
    while ( have_posts() ) : the_post(); ?>
        <li>
            <h4><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php echo esc_attr( get_the_title() ); ?>"><?php the_title(); ?></a></h4>
        </li>
    <?php endwhile; ?>
</ul>

Can I override the administration templates?

Yes you can.

Create a template in you theme and call it cursorial-admin-blocks.php or cursorial-admin-blocks-BLOCK-ADMIN-NAME.php. The BLOCK-ADMIN-NAME should be replaced by the key for the specified group of blocks in the admin array in register_cursorial().

The administration functionality is mainly done with some jQuery-plugins. See ´templates/cursorial-admin-block.php´ in the plugin directory to see how the jQuery plugins are applied.

Requires: 3.2.1 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-6
Downloads: 537

Ratings

5 stars
5 out of 5 stars

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1
100,1,1 100,1,1