- This topic has 0 replies, 1 voice, and was last updated 7 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
I am customizing Heavenly theme (free version) for my personal blog (http://kurvanormal.hol.es) by creating child-theme. The parent theme is great and almost fit my need. But, I want to display Featured Category instead of Featured Page on front-page. What I did for this are :
(1) Modify a function on admin/engine.php file (on parent-theme directory) , so I can select categories to displayed on front-page.
(2) Modify home.php on child-theme, so categories and it description can be shown.
Is it possible to overide engine.php’s function on parent-theme with engine.php’s function on child-theme? and how? Any advises are appreciated.