php - Store multiple custom field as post meta per post(css, js, html, 2 link)

Closed. This question needs to be more focused. It is not currently accepting answers.Want to improve this question? Upd

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

Improve this question

I want to make Wordpress faster. So, instead of using multiple templates, I want to put sidebar(html), small css file(syntax highlighter, prism.css css content as inline directly to post, to reduce http request), small js file(syntax highlighter, prism.js js content as inline directly to post inside <script> </script> to reduce http req) and two links(newer and older).

I want to store them in database, and when website get request for specific post, the query will look for wp_content and add five meta fields stored and join them together.

  1. I am going blank, how to do all these- the js and css files are short and will remain short numbered, 60+60 for both js and css. I want to store the css and js content inside mysql postmeta table, and want to add from Wordpress Editor page as Dropdown.

  2. Also two other custom field to put links on newer and older post link to the button.

  3. And sidebar content as html document

How to do these without plugin, and want to make my Wordpress Robust and faster, how to achieve this with .

By putting - add action() inside function.php could achieve multiple custom field requirement, but how to store the css and js content inside postmeta field and make the drop-down to achieve, adding which particular Js and css, sidebar(html) values?

Any help would be appreciated, I want detailed answer, if any method which breaks or slows Wordpress is not expected at all, better to implement anything complicated but not breaking Wordpress.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742369249a4430927.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信