funnyfacebookstatus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show thumbnail on the home page but not on the inner pages@keesiemeijer – The code is below –
<div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘twentyten’ ), ‘after’ => ‘</div>’ ) ); ?>
</div><!– .entry-content –>I don’t think your suggestion can work as the thumbnail comes from the content of the post only.
Forum: Fixing WordPress
In reply to: Show thumbnail on the home page but not on the inner pagesCould you suggest some plugins as I could not locate one?
Forum: Fixing WordPress
In reply to: Text not wrapping to the right of image thumbnailThanks guys. I will get these done from my designer tomorrow and let you know if it worked.
Forum: Fixing WordPress
In reply to: Text not wrapping to the right of image thumbnailThank you for your inputs.
This website was done by a member of my team who no longer works with us. You are right, that most of the styles are copied from twentyten.
There seem to be 2 css files being used here in the website. one is in the css folder and the other is in the themes/bitafx folder.
Most of the styling is being used from the bitafx folder however I found that a few are being picked from bitafx/css folder.
Which one should I implement these styles to?