最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

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

matteradmin14PV0评论
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.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far