How do I edit my .php files to display my banners ERROR 500
« on: September 16, 2017, 08:23:41 PM »
Good afternoon could explain in detail how to insert the code in the different sections of a template. as I try to do it and it gives me ERROR 500 in my browser.


<?php echo show_banner( {1} ); ?>
<?php echo show_banner( '{TODAS LAS CATEGORIAS}' ); ?>


Regards

*

MB Themes

Re: How do I edit my .php files to display my banners ERROR 500
« Reply #1 on: September 16, 2017, 09:04:15 PM »
@Federico
You should replace {banner} with ID, not with {ID}

Code: [Select]
<?php echo show_banner(1); ?>
<?php echo show_banner('my_short_name'); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots