I know you guys have been busy with the new release, and I appreciate the bug fix that was included for my previous thread but I’m still waiting for help on the rest of my questions.
I have this in my child theme in order to remove your related posts functionality, but it is not working:
remove_action( ‘sf_post_after_article’, ‘sf_post_related_articles’, 10 );
I also have copied over /swift-framework/layout/single-post.php and commented out the lines below so that these sections would be removed too, but they are not being removed. I have added display text to the file before and verified that it is being called.
/* AUTHOR */
//if ( ! $show_related ) {
remove_action( ‘sf_post_after_article’, ‘sf_post_related_articles’, 10 );
//}
/* SOCIAL */
//if ( ! $show_social ) {
remove_action( ‘sf_post_content_end’, ‘sf_post_share’, 30 );
//}
Thank you,
Terry