Support Forums - Classified Ads Script Osclass
Osclass plugin support => Advertisement Manager Plugin => Topic started by: aMBedue on December 09, 2015, 06:52:40 AM
-
Hello there,
with shortcode <? php echo show banner (xxx)?; ?> The banner is not displayed. I use the Theme Boxer of DrizzleThemes. I've tried everything, but I do not succeed. What am I doing wrong ?
Thank you
Martin
http://suedtirol.faksimile.xyz
-
@aMBedue
Unfortunately you cannot place PHP code to widget, I do not think it can work.
Only what can be placed in widget can be HTML code.
Therefore you need to place this code directly to theme files (but you need to do it only once).
Note that correct code format is:
<?php echo show_banner( xxx ); ?>
-
@aMBedue
Unfortunately you cannot place PHP code to widget, I do not think it can work.
Only what can be placed in widget can be HTML code.
Therefore you need to place this code directly to theme files (but you need to do it only once).
Note that correct code format is:
<?php echo show_banner( xxx ); ?>
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