Custom Info Box at end of posts?

You can register a new widget in your functions file. Best to create a child theme for code additions and modifications.

  1. You can call the new sidebar in your single.php or content.php file (recommended for themes without custom hooks)

Or

  1. Use a custom function with the is_singular('post') conditional tag in your functions file and return the sidebar after the content using the_content filter