kathw
Forum Replies Created
-
I will try that
Thanks again for helping me outYes that’s what I was trying to do π
Not the right thing to do?Forum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueHi
I just de-activated the child them and then re-activated the child theme and it’s working now.
Thank you so much for your time and I’m sorry I should have tried that earlier.
Forum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueForum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueHi
That is split between functions.php and style.css
Forum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueForum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueHi
I am running this site locally at: http://localhost/mysite/
My child theme is located in the themes folder and is called: twentyseventeen-child
File names are:
functions.php
style.cssNo caching.
Forum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueHi
Yes, I did activate the theme!
I commented out everything in the hsl_breadcrumb function in the child theme and
then added in an echo line….and nothing showed up
- This reply was modified 8 years, 8 months ago by kathw.
Forum: Fixing WordPress
In reply to: Twenty Seventeen Child Theme IssueHi
I wrote a function called hsl_breadcrumbs.
To display the results of this function, I installed a plugin called “PHP Code Widget”.
In the widgets area, I added a new text widget to the Blog Sidebar and added in
the code below:<?php if (function_exists('hsl_breadcrumbs')) {hsl_breadcrumbs();} ?>When I added the function hsl_breadcrumbs() to the functions.php file located in the “Twenty Seventeen” directory, the breacrumbs displayed.
When I removed that function from the “Twenty Seventeen” functions.php file and added it in to the child theme, it stopped working.
Forum: Developing with WordPress
In reply to: Plugin Questionthx again
Forum: Developing with WordPress
In reply to: Plugin QuestionThank you.