Answers for "how to link css and js in wordpress"

2

how to add css file in wordpress

wp_enqueue_style( 'style', get_stylesheet_uri() );
Posted by: Guest on May-28-2020
0

include JS or Css in wordpress plugin

plugins_url( 'myscript.js', _FILE_ );
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language