appthemes_get_template_part( $slug, $name = null )
Load a template part into a template
Package
Contents
Description #Description
Modified version of WP get_template_part()
function with the only difference, that function uses appthemes_locate_template()
instead of locate_template()
. What allows to locate templates in the custom folder or framework folder
Related #Related
Uses #Uses
Uses | Description |
---|---|
framework/kernel/functions.php: appthemes_locate_template() | Retrieve the name of the highest priority template file that exists. |
framework/kernel/functions.php: get_template_part_{$slug} | Fires before the specified template part file is loaded. |
Used By #Used By
Used By | Description |
---|---|
includes/class-tabbed-sidebar.php: CP_Tabbed_Sidebar::render() | Renders the actual tabbed sidebar. |
includes/theme-widgets/class-widget-author-featured-slider.php: CP_Widget_Author_Featured_Slider::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-recent-ads.php: CP_Widget_Recent_Ads::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-author-bio.php: CP_Widget_Author_Bio::content() | This is where the actual widget content goes. |
includes/class-tiled-sidebar.php: CP_Tiled_Sidebar::sidebar_after() | Renders the sidebar. |
includes/theme-widgets/class-widget-listing-image-slider.php: CP_Widget_Listing_Image_Slider::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-callout-box.php: CP_Widget_Callout_Box::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-author-posts.php: CP_Widget_Author_Posts::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-468-ads.php: CP_Widget_468_Ads::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-author-listings.php: CP_Widget_Author_Listings::content() | This is where the actual widget content goes. |
includes/custom-forms.php: cp_formbuilder() | |
includes/deprecated.php: cp_author_profile_listings() | Show random author listings. |
includes/images.php: cp_ad_edit_image_input_fields() | Displays form fields for adding new images. |
includes/theme-widgets/class-widget-account-info.php: CP_Widget_Account_Info::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-listing-map.php: CP_Widget_Listing_Map::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-blog-posts.php: CP_Widget_Blog_Posts::content() | |
includes/theme-widgets/class-widget-listing-featured-slider.php: CP_Widget_Listing_Featured_Slider::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-listing-author-stats.php: CP_Widget_Listing_Author_Stats::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-post-latest.php: CP_Widget_Post_Latest::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-listing-latest.php: CP_Widget_Listing_Latest::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-listing-reveal-gallery.php: CP_Widget_Listing_Reveal_Gallery::content() | This is where the actual widget content goes. |
includes/theme-widgets/class-widget-listing-author.php: CP_Widget_Listing_Author::content() | This is where the actual widget content goes. |
includes/plupload/app-plupload.php: appthemes_plupload_form() | Generate html uploader form. |