Tyler

  1. Home
  2. Docs
  3. Tyler
  4. Frequently Asked Questions
  5. How to display POI escription?

How to display POI escription?

1) Please do remember to back-up the file prior to any changes.

2) Open wp-content/themes/tyler/event-framework/components/widgets/widget-explore.php

3) Around line number 185, you can find:

‘poi_address’ => sprintf(‘<strong>%s</strong><br/>%s’, $poi->post_title, $poi->poi_address),

4) Please change this to:

‘poi_address’ => sprintf(‘<strong>%s</strong><br/>%s<br/>%s’, $poi->post_title, $poi->poi_address, $poi->post_content),

5) Save the file.

Note: This is parent theme file change. you need to reapply this change when you upgrade the theme.

Was this article helpful to you? Yes No