Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: NewEngland1.com

  1. #11
    Thread Starter
    rtibbs4's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    358
    Thanks
    9
    Thanked 4 Times in 4 Posts

    Re: NewEngland1.com

    whitenight - thanks and thanks for your help.

    gomeetpete - I've seen your site. I PM'd you a while back about the layout but basically I removed the out of the box fields in the top right and replaced it with

    Code:
    <?php 
    if (get_post_meta($post->ID, 'cp_amenities', true) != '')
    {echo get_post_meta($post->ID, 'cp_amenities', true);
    }
    ?>
    I put each one in it's own div but someone who knows code would probably find a better way.
    I got this code from someone else in the forum. Just change amenities to whatever field name you want shown.

    The bottom part of the listing page I used the same code as above but I used some of this css that was already there.

    Code:
    <div class="single-main">
                <h2 class="dotted">
                  <?php _e('Nearby Attractions, Sights and Things to Do','cp') ?>
                </h2>
    
        
           <?php 
    if (get_post_meta($post->ID, 'cp_nearby', true) != '')
    {echo get_post_meta($post->ID, 'cp_nearby', true);
    }
    ?>
    </div>
    I am working on styling some of the fields. Currently I had been styling some with bullet points in the admin panel but when users log into their page the styling gets erased because I have posts set for NO HTML. Still trying to figure that out.

  2. #12
    Thread Starter
    rtibbs4's Avatar
    Join Date
    Aug 2009
    Location
    United States
    Posts
    358
    Thanks
    9
    Thanked 4 Times in 4 Posts
    Added a search by state box on the home page.. No different than the category drop down but more visually pleasing.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. newengland1 dot com VIRUS ISSUES?
    By tbase in forum Showcase & Feedback
    Replies: 6
    Last Post: March 3rd, 2010, 11:11 AM
  2. newengland1.com nearly finished..
    By rtibbs4 in forum Showcase & Feedback
    Replies: 20
    Last Post: December 7th, 2009, 01:46 PM