Can someone tell me what I need-- if this is even possible-- to display the same contents produced by get_sidebar() in a PHP document outside of my WordPress install?
I'm trying to display the tag/category/etc links that are produced by get_sidebar() in my blog template on the front page of a site in the parent directory (I.e. the directory above /blog).
I dug around in wp-includes/general-template.php, which then led me to wp-includes/plugin.php for do_action(), and I quickly realized it might not be so simple.
(I hope this is OK; I'm not sure which area is best suited for this question.)