• Resolved Chandni

    (@chandni24)


    Hi,

    I am using businesso for my website and it is lovely theme. I want to remove the author logo, comment logo from the every page post. Can you please helphow can I remove it.

    Thank you.

Viewing 15 replies - 1 through 15 (of 26 total)
  • Theme Author Asiathemes

    (@asiathemes)

    Hello dear adhie,

    Please note that in index.php please remove or comment below given code

    <div class="col-md-9">
    						<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user"></i> <?php the_author(); ?></a>
    						 ??<a href="#"><i class="fa fa-tag"></i><?php the_tags('', ', '); ?></a>
    						 ?<a href="#"><i class="fa fa-comment"></i><?php comments_popup_link( '0', '1', '%', '', '-'); ?></</a>
    						 </div>

    If you have any confusion or query please feel free to reply us.

    [ Signature moderated ]

    Thread Starter Chandni

    (@chandni24)

    Hi

    Thank you for replying.
    I tried but it not worked for me. Still it is showing.

    Hey there,

    Please post a link to your website. Thanks!

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    Confirm first are you want to remove fa icons like “Author” icon and “Comment” icon.

    [ Signature moderated ]

    Thread Starter Chandni

    (@chandni24)

    Yes. I want to remove admin, comment and date from the every post.

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    Please follow this given below steps for remove your admin, comment and date from your every blog page and posts.

    1. Go on your theme package open it –> go on index.php visible in your theme package open this file –> and removes line of code from 25 to 33.

    Like this given code.

    <div class="blog-post-detail">
    					<div class="col-md-9">
    						<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user"></i> <?php the_author(); ?></a>
    						 ??<a href="#"><i class="fa fa-tag"></i><?php the_tags('', ', '); ?></a>
    						 ?<a href="#"><i class="fa fa-comment"></i><?php comments_popup_link( '0', '1', '%', '', '-'); ?></</a>
    						 </div>
    				<div class="blog-post-date"><span class="date"><?php echo get_the_date('j'); ?><small><?php echo get_the_date('M'); ?></small></span>
    					</div>
    				</div>

    2. Go on your theme package open it –> go on content.php visible in your theme package open this file –> and removes line of code from 14 to 22.

    Like this given code.

    <div class="blog-post-detail">
    					<div class="col-md-9">
    						<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user"></i> <?php the_author(); ?></a>
    						 ??<a href="#"><i class="fa fa-tag"></i><?php the_tags('', ', '); ?></a>
    						 ?<a href="#"><i class="fa fa-comment"></i><?php comments_popup_link( '0', '1', '%', '', '-'); ?></</a>
    						 </div>
    				<div class="blog-post-date"><span class="date"><?php echo get_the_date('j'); ?><small><?php echo get_the_date('M'); ?></small></span>
    					</div>
    				</div>

    Let me know further assistance.

    [ Signature moderated ]

    Thread Starter Chandni

    (@chandni24)

    Hi

    Thank you for replying and help me out.
    I resolved the issues. I have to remove the content from page.php file.
    Now it solved.
    Thank you once again.

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    If you have satisfied with our theme and our support then how much ratting you want to give us theme on www.remarpro.com.

    [ Signature moderated ]

    Thread Starter Chandni

    (@chandni24)

    Hi,

    Yes, I am satisfied with your support and as well as theme. Definitely i will give good rating also.

    Can you help me with one more things. How can I add slider to my home page. I check it but it is not working.

    Thank you.

    Thread Starter Chandni

    (@chandni24)

    Can you please help me how to add slider on the home page ?

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    If you wants to add slider and more contents then please follow given below step.

    Go on your wordpress admin Dashboard –> Appearance –> About Theme click on this menu tab.

    Further if you have any issue for creating slider on home page then please let us know.

    Thanks

    Thread Starter Chandni

    (@chandni24)

    Hi,

    I tried this but I didn’t find anything through which I can add the slider on home page.

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    We have provide home-page template in our theme so you can or make your default front page with this given template.

    If you want to create or set slider on your site then please create Home-page template first so you can add slider on your site.

    Follow this step for create Home page with slider or other contents.

    1. Go on admin dashboard –> pages –> Add new page –> add page title –> Select template visible on right-side on page “Template” –> Select Home-template in select option –> click on publish button.

    2. After create page template go on Settings –> Reading –> select A static page (select below) option button –> Click on Front page: select option and finally select your created page template name in select option.

    If you have any confusion then let me know.

    [ Signature moderated ]

    Thread Starter Chandni

    (@chandni24)

    Hi,

    I did it like this but it showing portfolio image on the page and also my lost my content from that page. How I can show slider and content both on my home page.

    Thank you.

    Theme Author Asiathemes

    (@asiathemes)

    Hello Dear adhie,

    Sorry for your inconvenience, Please copy this given below line of code and put it into your index.php file at the top of the file and after line of 2.

    get_template_part('home','slider');

    Let me know for further assistance.

    Thanks

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Removing author logo and date from post page’ is closed to new replies.