• Resolved guptakushagra16

    (@guptakushagra16)


    Sir

    I am using this theme on my website. On my post and pages, date, author, comment count and category is displaying and I want to remove it so please give me the code so that I can place it in Custom CSS.

    Please have a look in my concern….

    I really appreciate your time…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter guptakushagra16

    (@guptakushagra16)

    Sir

    Please revert me back as earlier as possible and due to this concern, I am not able to go ahead with my website…

    I really appreciate your time.

    Regards

    Hello,

    You can expect this feature in Agama v1.1.4 which is comin out for few days.

    But because this is really important for you right now you can do next steps to remove it until this feature will be out:

    1. Open wp-content/themes/agama/functions.php and

    add next code on bottom:

    remove_action('agama_blog_post_meta', 'agama_render_blog_post_meta');

    Regards

    Thread Starter guptakushagra16

    (@guptakushagra16)

    Sir

    I have placed your code and it removes author, category, comment count but it is still showing Date and an icon of photo.

    You can check the link sggcement.tradekaro.net

    Please have a look in my concern and revert me back as earlier as possible…

    Regards

    Hello,

    Place next code into wp-content/themes/agama/functions.php

    remove_action('agama_blog_post_date_and_format', 'agama_render_blog_post_date', 10);

    Also open style.css and find .list-style .entry-content on line 1740 & change

    margin-right: 110px;

    to

    margin-right: 0;

    This could help you until Agama v1.1.4 is out.

    Marking thread as resolved, if you still have issue with this please let me know.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Author, Date remove’ is closed to new replies.