- This topic has 1 reply, 2 voices, and was last updated 4 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › News Vibe › Event calendar page displays “Archives:Events”
I want to remove the “Archives” from the page top that you can see here: https://vetteclub.org/events/month/
We use “The Event Calendar” by “Modern Tribe, Inc.” On top of removing “Archives” from the page I want to shrink the size of that area, how can I do that.
I really like this theme, even though it’s more than what my client asked for, it leaves me room to add some more interest to the site.
Hello,
Regarding your query, you can add the below-given code in the function.php file of the theme.
add_filter('get_the_archive_title', function ($title) {
return preg_replace('/^\w+: /', '', $title);
});
To make the customization, you should not make any modification directly in your parent theme as all of the customizations will be lost upon update to the latest version of the theme and the same situation is here when you reinstall the theme.
So please go through the child theme for the changes and shift all your customizations in the child theme before you uninstall the theme. You can refer to the below-given documentation link to get detailed assistance on how to create a child theme.
https://wptravel.io/how-to-create-a-child-theme/
Hope this helps.
If you have further queries, let us know.
Regards.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |