最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to integrate custom HTML template in a premium wordpress theme?

programmeradmin2浏览0评论

I have installed a premium wordpress theme in the server. But I just want to use my own html and css in the page template. There will be a new header, footer and menu. Is there any way to do that without breaking the code of the theme? And also how can I build that navigation menu?

Please help. I am pretty new to wordpress development.

I have installed a premium wordpress theme in the server. But I just want to use my own html and css in the page template. There will be a new header, footer and menu. Is there any way to do that without breaking the code of the theme? And also how can I build that navigation menu?

Please help. I am pretty new to wordpress development.

Share Improve this question asked Jun 11, 2019 at 17:09 MD. Kamrul Hasan KhanMD. Kamrul Hasan Khan 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Your best bet is to figure out how to make a Child Theme for your premium theme. And learn how Templates work (and the template hierarchy) .

Start at the Codex https://codex.wordpress/ . Lots of information about everything WP. And there are lots of googles/bings/ducks about creating themes and child themes.

With a Child Theme, you use the main theme as the starting point, then adjust things with CSS, hooks, filters, and templates to get things the way you want.

This is not an easy or quick 'journey', but lots of fun if you like tweaking and programming things.

Good luck!

发布评论

评论列表(0)

  1. 暂无评论