I've got a statement that I need to insert into another statement. I need to put this
<?php echo of_get_option('sidebar_select_categories', ''); ?>
in place of testimonials in this
<?php $postslist = get_posts('numberposts=1&orderby=rand&category_name=testimonials&showposts=1');
foreach ($postslist as $post) :
setup_postdata($post); ?>