Astra_Ext_Blog_Pro_Markup::astra_pagination_infinite()
Infinite Posts Show on scroll
Description
Source
File: addons/blog-pro/classes/class-astra-ext-blog-pro-markup.php
astra_get_template( 'blog-pro/template/author-info.php' ); } } /** * Enable/Disable Single Post Navigation * * Checks the customizer option `Disable Single Post Navigation` and Enable/Disable the single post navigation. * * @since 1.3.3 * * @return void */ public function single_post_navigation_markup() { $enable_post_navigation = astra_get_option( 'ast-single-post-navigation' ); if ( $enable_post_navigation ) { remove_action( 'astra_entry_after', 'astra_single_post_navigation_markup' ); } }
Expand full source code Collapse full source code View on Trac