tecare
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove 'published by' from postsAlso tried and removed the following from the custom child’s content.php file –
<?php _e(‘Published by: ‘, ‘smartadapt’) ?> <?php the_author_posts_link(); ?>
Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove published date from postWas able to remove the calendar icon/image prior to the published date by removing the following from the custom child content.php file –
<?php echo smartadapt_get_date() ?>
<span
class=”meta-label meta-publisher vcard”>Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove 'published by' from postsWas able to remove the “published by” by adding the following to the custom child CSS file –
.meta-publisher {
display: none;
}Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove published date from postGoing back to the original question, adding the following:
.entry-date {
display: none;
}does result in the removal of the published date from the posts. However, the calendar icon/image (the one that appears before the date) still remains. Can you please let me know how this can also be removed.
Thanks!
Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove published date from postI opened up a new thread regarding my second question as it was not directly related to the original question.
Forum: Themes and Templates
In reply to: [SmartAdapt] How to remove published date from postThank you very much, kaniamea.
On a related note, when I created a child theme and did the above change to the CSS file, it is working as intended for the published date option. However, all the custom widgets I used to have under “Main Sidebar” have now moved under “SmartAdapt: Category Page Sidebar” once I activated the child theme. Also, any customization done earlier were lost (Navigation Menus, Resize component layout is now fixed). I can manually change it back, however, wanted to see if this is by design.
Thanks again!