Viewing 8 replies - 1 through 8 (of 8 total)
  • probably just need to open up the index.php and remove the lines that contain the post-meta div.

    Thread Starter smoothb1

    (@smoothb1)

    I have no idea about html but I managed this now thankyou!
    Im still not sure how to get rid of the comments off though :s

    Hrm … I just looked at the theme code and if you delete the lines

    <div class="post-meta">
    				<ul>
    					<li><?php comments_popup_link( __('Leave your comment', 'jenny'), __( '1 comment', 'jenny'), __('% comments', 'jenny')); ?> &bull; <?php the_category(' &bull; ');?></li>
    					<?php the_tags( __('<li>Tagged as: ', 'jenny'), ' &bull; ', '</li>'); ?>
    					<li><?php _e('Share on ', 'jenny'); ?><a href="https://twitter.com/home?status=Currently reading: <?php the_title_attribute(); ?> <?php the_permalink(); ?>"><?php _e('Twitter','jenny'); ?></a>, <a href="https://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title_attribute(); ?>"><?php _e('Facebook', 'jenny'); ?></a>, <a href="https://del.icio.us/post?v=4;url=<?php the_permalink(); ?>"><?php _e('Delicious', 'jenny'); ?></a>, <a href="https://digg.com/submit?url=<?php the_permalink(); ?>"><?php _e('Digg', 'jenny'); ?></a>, <a href="https://www.reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title_attribute(); ?>"><?php _e('Reddit', 'jenny'); ?></a></li>
    					<?php edit_post_link(__('Edit this post','jenny'), '<li>', '</li>'); ?>
    				</ul>
    			</div>

    it should remove all of it

    Thread Starter smoothb1

    (@smoothb1)

    Well i just want to keep the facebook and twitter links

    then remove the first li
    <li><?php comments_popup_link( __('Leave your comment', 'jenny'), __( '1 comment', 'jenny'), __('% comments', 'jenny')); ?> &bull; <?php the_category(' &bull; ');?></li>

    Thread Starter smoothb1

    (@smoothb1)

    Is this index.php because i can’t find it

    you have to go into the theme folder should be something like wp-content/themes/jenny/index.php

    Thread Starter smoothb1

    (@smoothb1)

    I have done it now thankyou your help is appreciated!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting rid of facebook link?’ is closed to new replies.