PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
blog
/
templates
/
single
/
related-posts
<?php if ( ! function_exists( 'webon_core_include_blog_single_related_posts_template' ) ) { /** * Function which includes additional module on single posts page */ function webon_core_include_blog_single_related_posts_template() { if ( is_single() ) { include_once WEBON_CORE_INC_PATH . '/blog/templates/single/related-posts/templates/related-posts.php'; } } add_action( 'webon_action_after_blog_post_item', 'webon_core_include_blog_single_related_posts_template', 25 ); // permission 25 is set to define template position }
[+]
..
[+]
templates
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]
[+]
dashboard