my site is e07.net... on posts there is a line within heading "Posted on February 10, 2012 by Alex" also I want to remove this "This entry was posted in Link Building Services. Bookmark the permalink. " as this is a service website so these lines don't look good.. Thanks
Those are date, author, and either category or tags. You can remove them by editing your theme files. Probably single.php, archive.php, and...not knowing how your theme is constructed there could be other files that control your post layout such as index.php. To get rid of the Author, you want to remove : <?php the_author_posts_link() ?> To get rid of the date you want to remove: <?php the_time('F jS, Y') ?> To get rid of the categories that it is posted in , you want to remove: <p class="postmetadata">Posted in <?php the_category(', '); ?></p> There may be slight variations in how they are labeled depending on your theme, but you get the picture. For more info, study the WordPress loop: http://codex.wordpress.org/The_Loop Don't forget to backup files before editing them in case you screw it up.
another way is to hide it in css, just by adding a css code display:none. anyway, as I viewed your link: e07.net I can't see this text: "Posted on February 10, 2012 by Alex" wrong link eh?
i am also seeking the method how to remove the text "you can add html etc" at the end of every post . i did close the comments in my control penal but i am still seeing this in my webpages of word press