• sumayyaaslam

    (@sumayyaaslam)


    Hi, I have recently made my website and used convac lite theme. I cant edit the Posts Page (Blog Page).

    I imported the xml file of my blog from another wordpress site. But I dont see if it is a problem.

    The page on which i am having problem is the below page, i cant edit it and remove the images, comment boxes below my each blog title.

    https://sumayyaaslam.com/technology/

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi sumayyaaslam,

    Make a Child_Themes copy paste the content.php and single.php in the child theme directory and remove the below code from both the files..

    <div class="skepost-meta clearfix">
    	<span class="post-type-img"><img src="<?php echo get_template_directory_uri(); ?>/images/standard-post.png"/></span>
    	<span class="date"><span><?php the_time('j');?></span></br><?php the_time('M');?>,<?php the_time('Y') ?></span>
    	<span class="author-name"><?php echo get_avatar( get_the_author_meta( 'ID' ), 70 ); ?></span>
    	<span class="comments"><img src="<?php echo get_template_directory_uri(); ?>/images/comment-box.png"/></br><?php comments_popup_link(__('<span>0</span>','convac-lite'), __('<span>1</span>','convac-lite'), __('<span>%</span>','convac-lite'), '', __('off','convac-lite')); ?></span>
    </div><!-- skepost-meta -->
    <?php } else { ?>
    
    <div class="skepost-meta vert-skepost-meta clearfix">
    	<span class="post-type-img"><img src="<?php echo get_template_directory_uri(); ?>/images/standard-post.png"/></span>
    	<span class="date"><span><?php the_time('j');?></span></br><?php the_time('M');?>,<?php the_time('Y') ?></span>
    	<span class="author-name"><?php echo get_avatar( get_the_author_meta( 'ID' ), 70 ); ?></span>
    	<span class="comments"><img src="<?php echo get_template_directory_uri(); ?>/images/comment-box.png"/></br><?php comments_popup_link(__('<span>0</span>','convac-lite'), __('<span>1</span>','convac-lite'), __('<span>%</span>','convac-lite'), '', __('off','convac-lite')); ?></span>
    </div><!-- skepost-meta -->

    Make me correct if I am wrong.. ??

    Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘Cant edit Posts Page for Convac Lite Theme’ is closed to new replies.