Skip to content

Commit aa6a6e8

Browse files
author
Ovidiu-Florin BOGDAN
committedJun 30, 2015
Removed comments & duplicate title from feed meta
1 parent efd448c commit aa6a6e8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎content.php

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?php
2-
32
/**
4-
53
* The default template for displaying content. Used for both single and index/archive/search.
6-
74
*/
8-
95
?>
106
<div <?php post_class('post'); ?> id="post-<?php the_ID(); ?>">
117
<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. ?>
@@ -27,10 +23,8 @@
2723

2824
<div class="skepost-meta clearfix">
2925
<span class="date"><?php _e('On','advertica-lite');?> <?php the_time('F j, Y') ?></span><?php _e(',','advertica-lite');?>
30-
<!--<span class="author-name"><?php //_e('Posted by ','advertica-lite'); the_author_posts_link(); ?> </span><?php //_e(',','advertica-lite');?>-->
3126
<?php if (has_category()) { ?><span class="category"><?php _e('In ','advertica-lite');?><?php the_category(','); ?></span><?php _e(',','advertica-lite');?><?php } ?>
32-
<?php the_tags('<span class="tags">By ',',','</span> ,'); ?>
33-
<span class="comments"><?php _e('With ','advertica-lite');?><?php comments_popup_link(__('No Comments ','advertica-lite'), __('1 Comment ','advertica-lite'), __('% Comments ','advertica-lite')) ; ?></span>
27+
<?php the_tags('<span class="tags">By ',', ','</span>'); ?>
3428
</div>
3529

3630
<!-- skepost-meta -->

‎readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A child theme for the Advertica Lite theme, optimized for the Kubuntu project's
1717
* Fixed main navigation
1818
* Added social support
1919
* Improvements on the Team page
20-
* Removed author from category feed
20+
* Removed author, comments and duplicate title from category feed meta
2121

2222
= 0.2.1 =
2323
* Added new template for actual full width page

0 commit comments

Comments
 (0)
Please sign in to comment.