MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completely customizable, expandable and suitable for all needs.
A2Hosting
Moderators: Moderators
Forum RSS feedReply
My 1st ask here, How to put google ads after 1st post on blog
AuthorText
elma3alm
Just arrived

Posts: 2
Contributes: 8

Gender: _NEUTRAL_
Online: No
Date: 27/07/2010 21:28
My 1st ask here, How to put google ads after 1st post on blog
#post24185
Site url: http://www.smscafe.net/sms-community/blog.html
MemHT version: 4.01
Hosting OS: Linux
PHP and MySQL versions: latest

Note: If any of those items is missing, your post could be ignored or even closed/deleted

Hello mem,

First, thanks alot for this great CMS.
I need your 1st help to me here please.

I want to add Google ads after the 1st post on blog here http://www.smscafe.net/sms-community/blog.html

Where after every 1st new post, there will be Google ads

Could you please help me in that.
thanks in advance
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

mem

Posts: 7243
Contributes: 4800

Gender: _MALE_
Online: No

Languages: English, Italiano, Македонски, Српски
Date: 28/07/2010 11:01
Re: My 1st ask here, How to put google ads after 1st post on blog
#post24186
Add your AdSense code in the file templates/xxx/blog.html at the end, just BEFORE {/loop}

code
{loop name="tpl_blog"}
    ....
    ....

    <script type="..">
        Google code
    </script>
{/loop}


This will show the Ads after each blog post.

If you want it after the first post only:

code
{loop name="tpl_blog"}
    ....
    ....

    {if $counter==0}
    <script type="..">
        Google code
    </script>
    {/if}
{/loop}
Follow me on twitter if you want to be updated on the MemHT 5 development.
Delete Edit Quote
 
elma3alm
Just arrived

Posts: 2
Contributes: 8

Gender: _NEUTRAL_
Online: No
Date: 28/07/2010 20:31
Re: My 1st ask here, How to put google ads after 1st post on blog
#post24192
Many thanks mem, You are the best.
Delete Edit Quote
 
Reply
Tags Cloud
Twitter updates...
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.107.179.232

Username
Password
MemHT Wiki
Language
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo