eewee-post
The Eewee responsive design eewee post shortcode.
Usage
- // basic usage
- echo do_shortcode('[eewee-post]');
- // variable usage
- $result = do_shortcode('[eewee-post]');
- echo $result;
Defined (2)
The shortcode is defined in the following location(s).
- /inc/controllers/ShortcodeController.php
- add_shortcode('eewee-bq', array($this, 'eewee_shortcode_blockquote'));
- add_shortcode('eewee-dl', array($this, 'eewee_shortcode_description_dl'));
- add_shortcode('eewee-dt', array($this, 'eewee_shortcode_description_dt'));
- add_shortcode('eewee-dd', array($this, 'eewee_shortcode_description_dd'));
- add_shortcode('eewee-col', array($this, 'eewee_shortcode_col'));
- add_shortcode('eewee-post', array($this, 'eewee_shortcode_post'));
- add_shortcode('eewee-carousel', array($this, 'eewee_shortcode_carousel'));
- }
- /**
- * Button
- /includes/shortcodes/post/post.php
- <?php
- // Add post Shortcode
- add_shortcode('eewee_post', 'themeeewee_shortcode_post_function');
- function themeeewee_shortcode_post_function($atts, $content = null) {
- extract(shortcode_atts(array(
- 'type' => '',
- 'categ' => '',