labibliothecaire
Forum Replies Created
-
Yes, this demand concerns EM Pro.
But, I solved my problem.
I mistakenly used the same field ID twice.
Next time, I will be careful to use the Pro forum when I have a question concerning EM Pro.
Forum: Themes and Templates
In reply to: [Bento] Search box under header title on homepageHi,
I created a front-page.php file in a child theme instead.
It is easier for me to customize the homepage with a template file rather than a function.
Forum: Themes and Templates
In reply to: [Bento] Search box under header title on homepageOh, I know about the Content Builder. This is to build a page in the site-content area.
But, I don’t want to put the search box in the site-content area of the homepage.
I want to put the search box in the post-header area of the homepage. Right under the post-header-title.
I have enough experience with other WordPress themes to know that usually, the title of the website is located in the header.php file.
But, in the header.php file of the Bento theme, I don’t find the title of the website. I find a reference like this : <?php bento_post_header(); ?>
So, where can I find the content of <?php bento_post_header(); ?> in your theme files?
Don’t worry, I will not mess up the parent theme. I have already created a child theme.
Ok, I will try get_term
I previously tried with get_category_parents
But, it did not work.
Ok, so once I have copied categories.php in the right folder in my theme, what changes do I make to the content of categories.php to respect parent-child order?
Thanks!
I just did the update.
It solved my problem with the recurring events.
I looked around different pages of my site.
Everything looks good.
Thank you very much for your help.
I am closing this topic. Very satisfied with your answer!
Oh, I see.
I’m at PHP 5.5.
I will do the update now.