+ 2
How to create shortcodes for my web application
most of cms scripts uses shortcodes to define and minimise a thousands of code lines. so how to create those shortcodes. ???
7 Respostas
+ 2
at first you need knowledge about the CMS completely and knowing how does it work.
then check directories and files and make a view for your self and explain what do they do.
after that check functions too
now you know your CMS structure l. now try to make short statements. maybe you need to change/delete/add any new/old function.
-----
studying about any CMS is a hard process for professional programmers and takes your time alot
+ 1
Do you want to optimize any CMS?
+ 1
yes and its a chance to learners to know how it works
+ 1
yeah thank you. I made a cms before. my own coding taking two months coding and developing it.
+ 1
do not forget to documentation in your CMS. it helps you alot
+ 1
no i said that I created my own cms. now it's in test
+ 1
hmm well. be successful :)