advanced-post-list icon indicating copy to clipboard operation
advanced-post-list copied to clipboard

Add template functions for better handling the backend with rendering

Open EkoJR opened this issue 7 years ago • 0 comments
trafficstars

Similar to how WooCommerce's template concept is implemented.

  • There's 2 main template functions; get_template & get_template_part.
    • The get_template: initial or isolated block of render code.
    • The get_template_part: blocks of code often repeated within the same template; can also pass variables.
  • Can be extended to the current theme, or extended plugin.

EkoJR avatar Aug 28 '18 01:08 EkoJR