Thanks, yes, that got my sidebar to appear. After comparing to the new, I realized what is showing at the bottom of the page is not what I have set up for the sidebar. Under my post is a search box, pages, archives and categories. While what I have set up via widgets in the right sidebar is Pages, Recent Posts and Custom Menu -now showing just fine thanks to lmilesw
. I tried adjusting some settings within the theme, but I'm not sure if it's from the theme or the code below.
My test site is here:
http://www.socialenergizer.com/74.22...ontentTypeTest
The code so far is:
PHP Code:
<?php
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
get_header();
extract($bfa_ata);
?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php the_post_thumbnail(); ?>
<h4>Property Details</h4>
<strong>Website Address (URL):</strong> <?php print_custom_field('weburl:wrapper', array('<span class="my_class"><strong></strong>','</span>') ); ?><br />
<strong>Address:</strong> <?php print_custom_field('address'); ?><br />
<strong>Phone:</strong> <?php print_custom_field('phone'); ?><br />
<strong>Toll-free:</strong> <?php print_custom_field('toll_free'); ?><br />
<strong>Email:</strong> <?php print_custom_field('email:wrapper', array('<span class="my_class"><strong></strong>','</span>') ); ?><br />
<strong>Region:</strong> <?php
$my_array = get_custom_field('region');
foreach ($my_array as $item) {
print $item;
}
?><br />
<?php endwhile; // end of the loop. ?>
<?php get_sidebar(''); ?>
<?php get_footer(); ?>
I sent a small donation tonight. As my bootstrap business comes along, I pledge to support atahualpa, you and Juggledad, more appropriately. I would not even have a chance without your contributions. Thank you for your time, help and experience.