PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
inc
/
webnus-core
/
widgets
<?php function deep_widget_about( $attributes, $content = null ) { extract(shortcode_atts( array( 'name' => '', 'image' => '', 'description' => '', ), $attributes)); $name = $name ? $name : ''; $image = is_numeric( $image ) ? wp_get_attachment_url( $image ) : ''; $description = $description ? $description : ''; $instance = array( 'name' => $name, 'imageurl' => $image, 'description' => $description, ); $args = array( 'before_title' => '<div class="subtitle-wrap"><h4 class="subtitle">', 'after_title' => '</h4></div>' ); return get_the_widget( 'WebnusAboutWidget', $instance, $args ); } add_shortcode( 'widget-about', 'deep_widget_about' );
[+]
..
[-] testimonial.php
[edit]
[-] googleplus.php
[edit]
[-] latest-review.php
[edit]
[-] social-icon.php
[edit]
[-] widget-popular-posts.php
[edit]
[-] login.php
[edit]
[-] youtube.php
[edit]
[-] post slider.php
[edit]
[-] facebook.php
[edit]
[-] widget-tab.php
[edit]
[-] about.php
[edit]
[-] youtube - flickr.php
[edit]
[-] subscribe.php
[edit]
[-] sermon-categories.php
[edit]
[-] latest-posts.php
[edit]