Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created September 21, 2022 11:31
Show Gist options
  • Save TanvirAmi/388a58a683d4b0b824b6723d7a8a57fa to your computer and use it in GitHub Desktop.
Save TanvirAmi/388a58a683d4b0b824b6723d7a8a57fa to your computer and use it in GitHub Desktop.
<?php
/**
* Common post footer components.
*/
// Add bottom social share
get_template_part('partials/single/social-share-bot');
// Add next/previous.
get_template_part('partials/single/post-navigation');
// Add related posts.
get_template_part('partials/single/related-posts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment