Can I change the link of the Featured Sessions area on the homepage to go to a custom URL?

  1. Home
  2. Docs
  3. Tyler
  4. Frequently Asked Question...
  5. Can I change the link of the Featured Sessions area on the homepage to go to a custom URL?

Can I change the link of the Featured Sessions area on the homepage to go to a custom URL?

Please don’t forget to take a backup of the file prior to any change.

Follow the instructions below:

1) Open wp-content -> themes -> Tyler -> event-framework -> components -> widgets -> widget-schedule.php via the FTP or Cpanel.

2) Search for the following line: (apx line no: 89)

<a href=”<?php echo get_permalink($full_schedule_page[0]->ID);?>” class=”btn btn-primary btn-header pull-right hidden-xs”>

3) Replace <?php echo get_permalink($full_schedule_page[0]->ID);?> with your page link.

e.g:

<a href=”http://www.yourpagelink.com/event”class=”btn btn-primary btn-header pull-right hidden-xs”>

4) Update the file to the server.

 

Was this article helpful to you? Yes No