I would like to place content on a page into a sidebar. This would be a featured album and should sit under the rest of the information on the sidebar on specific pages.
I tried to use
<?php get_a_post('featured-release','GETPAGE'); ?>
<?php the_content(); ?>
but have been unsuccessful.
is there another way to include this information? Might it work better as a post? Is there a plug in that would allow me to do this?
thanks in advance for your help.