How to create infinite scroll in wordpress for blog and custom post type. I have tried jetpack infinite scroll but its not working on custom wordpress page template for...
Using Jetpack Infinite Scroll & Isotope (Masonry). I am facing an issue where after every new ajaxed set of posts, I need to destroy and then build isotope layout....
I would like to add both the LazyLoad and InfiniteScroll jQuery plugins to my WordPress Theme. They both work well when used by themselves, but when i use them...
Update: This has been resolved. See update below. Following a few different online tutorials, I’ve managed to create a function to modify my post display via Ajax based on...
I have the current function on my theme using pre_get_posts, currently right at the bottom of my theme’s functions.php file: function mytheme_portfolio_archive_pages( $query ) { if ( is_admin() ||...
I am currently working on a theme which has two post types – one is the normal “posts” post type, and the other is for portfolio posts – “mytheme_portfolio”....
I need that the main page of my site have 3 columns: – The first having the 5 most viewed posts; – The second with the next 5 most...
I am using customized version of _s theme where I have Product CPT. In the following files, I need to use Infinite scroll (provided by Jetpack) – archive-products.php taxonomy-[tax-name].php...
Background information can be skipped. I wanted to use the infinite scrolling option on my WordPress theme, but I am not well trained in Javascript so I tried this...