Related posts not showing after customising size
-
Hey, guys,
I added the following script to my functions.php to display 4 posts in the related posts widget, but now, it’s not displaying anything at all.
function jetpackme_more_related_posts( $options ) { $options['size'] = 4; return $options; } add_filter( 'jetpack_relatedposts_filter_options', 'jetpackme_more_related_posts' );
Sample post: https://marioparra.me/2016/02/hello-world/.
Prior to adding this in, it was loading fine. What could be causing this? I thought it may’ve had to re-index the posts, but I added it this morning and I only have about five (test) posts.
Thanks in advance!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Related posts not showing after customising size’ is closed to new replies.