Does any one know, how to disable "Posted on September 11, 2008 by rahid " this post date,year and author name showing in my post. There is another text line down below,The entry was posted...... See this, http://biggestoffer.com/health-safety/apy60
Those lines are a part of your theme, you'll need to remove/change them manually. If the problem is only when viewing individual posts, the file in question will be single.php
You will have to edit the single.php file. PM me if you would like me to do it for a reasonable rate.
This is just an easy task. Go to Appearance > Editor: Make sure your theme is selected. You have mentioned that you want to remove it from your post page. So go to single.php Find out following two lines: <?php echo get_the_date(); ?> PHP: <?php echo get_the_author(); ?> PHP: And remove them, or comment out them. So it will no more show up And for the lower part, that is tags. Find out <?php the_tags(); ?> PHP: and remove or comment out that line. So it is done
You just need to edit single.php file which is located in your theme folder. You can also edit it using the editor present in wordpress dashboard