I want to use the blog purely as a news feature. I dont want any other aspects of the blog such as comments,author, date box etc. How would I do this. Thanks
Disabling elements of the blog
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up includes/loop-index.php and remove following code parts:
<span class='post-date-comment-container'> <span class='date-container'><strong><?php the_time('d') ?> <?php the_time('M') ?></strong><span><?php the_time('Y') ?></span></span> <span class='comment-container'><?php comments_popup_link("<strong>0</strong> ".__('Comments','avia_framework'), "<strong>1</strong> ".__('Comment' ,'avia_framework'), "<strong>%</strong> ".__('Comments','avia_framework'),'comments-link', "<strong></strong> ".__('Comments<br/>Off','avia_framework') ); ?> </span>and:
echo '<span class="blog-author minor-meta">'; echo '<strong>'.__('Author','avia_framework').': </strong><span>'; the_author_posts_link(); echo '</span></span>';Posted 1 year ago # -
Cant find that file?
Posted 1 year ago # -
Got it and that has just about sorted it.
That still leave a blank spave where those items were apart from the catergory. I would like to use that space for text so to have the text across the page.
I would also like to remove this:
Comments are closed.
Leave a Reply
Want to join the discussion?
Feel free to contribute!Posted 1 year ago #
Reply
You must log in to post.














