php - Removing posted by and date from posts on wordpress -


how remove date added/admin/no comments section of each 1 of posts in wordpress blog here http://www.kvylfm.com

edit template file index.php , snippet:

<div class="post-info clear-block with-thumbs">  

when found it, this:

<div class="post-info clear-block with-thumbs">     <p class="author alignleft">posted .........</p>    <p class="comments alignright">.........</p> </div> 

just remove all. if don't know template is, on admin panel, @ appearance » editor. should see list of files on right side of page. find 'main index template' , edit it, @ snippet above remove it.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -