link to yelp in footer not working and php question
Does anyone see why the yelp image might not be showing up in the footer? I have been staring at it for a while and can't seem to see the problem. I've double checked that the image is in the right folder.
Here is the live site:
http://capitolarumours.com/wordpress/
Here is the code in the div:
<div class="footerright">
<p>
<iframe scrolling="no" frameborder="0" allowtransparency="true" style="border: medium none ; overflow: hidden; width: 75px; height: 21px;" src="http://www.facebook.com/plugins/like.php?href=www.capitolarumours.com&layout=button_count&show_faces=true&width=75&action=like&font= verdana&colorscheme=dark&height=21">
</iframe>
<a target="_blank" href="http://www.yelp.com/biz/rumours-salon-and-spa-capitola">
<img src="images/yelp_logo_50x25.png"/>
</a>
</p>
</div>
Also, I'd like to get rid of the first 'Read more' link in the main text to the right and just leave the button.
Here is the code for that:
<div class="hometopright">
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php the_content_limit(530, ""); ?>
<p><a rel="nofollow" class="more-link" href="<?php the_permalink() ?>"><?php _e("Read More", 'organicthemes'); ?></a></p>
<?php endwhile; ?>
</div>
Thanks for any help!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks