Topic: Content on jobberbase homepage
Is there a way to put content on jobberbase homepage?
I want relative content for adsense,infolinks etc. ads.
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
Is there a way to put content on jobberbase homepage?
I want relative content for adsense,infolinks etc. ads.
To display ads or content on homepage only, open one of your template files (header.tpl, home.tpl, sidebar.tpl or footer.tpl) and insert your codes like so:
for javascripts (google ads included):
{if $CURRENT_PAGE = ''}
{literal}
adsense-javascripts code goes here
{/literal}
{/if}
For other content you do not need {literal}{/literal} tags.
You can use any html code like so:
{if $CURRENT_PAGE = ''}
<p>html code goes here and will display on homepage only</p>
{/if}
Posts [ 2 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.020 seconds, 6 queries executed ]