Title: use shortcode in PHP template
Last modified: September 30, 2021

---

# use shortcode in PHP template

 *  Resolved [philbee](https://wordpress.org/support/users/philbee/)
 * (@philbee)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/use-shortcode-in-php-template-2/)
 * Hey,
    great plugin. I’m trying to use the [sbs_openstreetmap] shortcodes inside
   a PHP template (to be able to send post metadata to the map). However, I guess
   the mapping asset files only get loaded on pages that have a SBS block or shortcode
   in the post content (as per [https://wordpress.org/support/topic/assets-loaded-on-all-pages/](https://wordpress.org/support/topic/assets-loaded-on-all-pages/)).
   Is there a simple way to get the assets to load? Thanks, Phil

Viewing 1 replies (of 1 total)

 *  Plugin Author [Step-Byte-Service GmbH](https://wordpress.org/support/users/stepbyteservice/)
 * (@stepbyteservice)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-in-php-template-2/#post-14957957)
 * Hello,
 * you can enqueue the asset files manually in PHP with
 *     ```
           wp_enqueue_style('sbs-openstreetmap');
           wp_enqueue_script('sbs-openstreetmap');
       ```
   
 * Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘use shortcode in PHP template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stepbyteservice-openstreetmap_f7f7f6.
   svg)
 * [OpenStreetMap for Gutenberg and WPBakery Page Builder (formerly Visual Composer)](https://wordpress.org/plugins/stepbyteservice-openstreetmap/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stepbyteservice-openstreetmap/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stepbyteservice-openstreetmap/)
 * [Active Topics](https://wordpress.org/support/plugin/stepbyteservice-openstreetmap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stepbyteservice-openstreetmap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stepbyteservice-openstreetmap/reviews/)

## Tags

 * [assets](https://wordpress.org/support/topic-tag/assets/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 1 reply
 * 2 participants
 * Last reply from: [Step-Byte-Service GmbH](https://wordpress.org/support/users/stepbyteservice/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/use-shortcode-in-php-template-2/#post-14957957)
 * Status: resolved