How to Display Elements (Ads) Only On (Or Only Not At) Individual Single Post Item View

Blogger.com, a popular free blog publishing service from Google, has a extremely easy to use and convenient template system that allows users to design the blog user interface presentations by selecting a theme and then drag and drop various page elements such as poll, newsreel, video bar, feed, label, logo, AdSense, HTML/JavaScript and more to align them according to users’ preference on blog layout. However, it also comes with serious limitations, such as when you want to make certain elements (i.e. Google AdSense ad unit) to appear and show when visitors visit single post item individually, or just want to shown the widget component block on homepage, archive and label or category pages.

Blogger.com allows users to manually the XML-based template HTML, thus allows a hack which enables users to manually edit the HTML code to achieve the aim to display and show certain widgets or part of webpages on individual post page view only. However, you have need to have a basic HTML knowledge to modify the HTML code of Blogger’s template, which as editable by clicking on Template tab (or Layout of the blog you want to change if at Dashboard), and then click on Edit HTML.

The trick is show a widget in single post item view only is to add the following two lines of code to the top and bottom of the code block respectively:

<b:if cond='data:blog.pageType == "item"'>
</b:if>

The above lines will add in a condition which value is negative is the blog is not showing individual post content page. Thus anything that are wrapped inside it won’t be shown on homepage, label or category pages, or archive pages. For example, while wrapping the AdSense ads manually beside the post content, you can make the ads displayed only when individual posts are viewed by adding above 2 lines to the code, so that it will has the following structure:

<b:if cond='data:blog.pageType == "item"'>
Parsed Google AdSense Ad Code (guide to parse the HTML code of AdSense JavaScript with escape character)
</b:if>

To display the page elements or ad units on every pages except individual post content view pages, wrap the following lines of code instead:

<b:if cond='data:blog.pageType != "item"'>
</b:if>

The above statements make use of conditional statements similar to IF, ELSE, END IF in most programming languages. The Blogger XML support these three conditional statements too. Two already been used above, with the third one ELSE is <b:else>. You can make use of <b:else> to instruct Blogger template to display this widget (e.g. AdBrite ads) on all pages except single post pages, and show another widget (e.g. AdSense ads) on individual post pages.

Other than ads code or JavaScripts that are manually inserted into Blogger HTML, the above trick can be applied to widget based page elements that are added to the layout. But you need to study carefully the HTML code to identify which blocks of code is the element in order to add in above codes to wrap on top and bottom around them.

Share and contribute or get technical support and help at My Digital Life Forums.



9 Responses to “How to Display Elements (Ads) Only On (Or Only Not At) Individual Single Post Item View”

  1. How to Wrap AdSense Ads Around and Inline Beside Blogger Post Content » My Digital Life
    October 3rd, 2007 01:17
    1

    [...] Note that you can also make the ads appear only on single post view. [...]

  2. Indiaholic
    November 5th, 2007 02:20
    2

    Thanks. That helped.

  3. Sham @ Enhance Life
    January 2nd, 2008 16:45
    3

    Do u have any idea how the same thing can be done using the classic template in blogger?

    The if condition to check for?

  4. Rapidshare Bloggers
    January 13th, 2008 01:32
    4

    I used
    (if(in_category(CATID))
    {
    }

    Works great :)

  5. Vlada
    April 11th, 2008 01:29
    5

    I’ve tried but code is automatically set to:


    test display

    My aim is to display “test display” only on homepage.

  6. sheetal
    May 6th, 2008 22:19
    6

    Hi,
    I like to play with html, and location of adsense on my blogs. I chanced upon your post and implemented the code to appear on a single post. Then I got a new template and I had to start all over again.So now I have bookmarked your post, for future reference. Great post.

  7. gre
    May 30th, 2008 02:30
    7

    this is what i looking for. thanks for help.

  8. Jmay88
    August 16th, 2008 23:54
    8

    Thanks a lot..this trick is very useful to me..

  9. Sherin
    September 7th, 2008 21:20
    9

    This is an extremely well article and whatever saying here in intact while going to real time basis. My appreciations to giving such terrific information and the well written style. Nice work.

    I have placed ad sense by following the instructions given here and it is working fantastic without a second involvement.

    Many thanks from my end.

    Sherin from Investinternals

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting


Custom Search

New Articles

Incoming Search Terms for the Article

how to Display adsense is Only On Individual Single Post Item View - display element at item page - element ads - conditional google ads - display widgets only on label pages in blogger - how to hide ads from main page but show at single page at blogger - make elements appear only in main page blogger - html code to display a page only in mobile - javascript conditional wihtout modifying adsense - show blogger widgets home page not inside page - block adbrite ads from a certain part of the page - how to display widgets only on blogger homepage - How to display widgets only certain pages wordpress? - how to add an ad only on homepage if the template is paged - Show ads only in wordpress single post - 4 elements advertisment - display elements home blogger - conditional javascript to display code based on page visited - show adsense only "post page" wordpress - conditional widget display wordpress - what is element of advertisment - widget only on homepage blogger - display html elements conditional - blogger conditional javascript - blogger conditional visitor - display blogger element blank - show ads only on single posts view+wordpress - display ad only on post pages - page element ads - download page elements for blogger ads - element homepage blogger - only display add comments - display blogger element by label - advertisment widget - blogger layout conditional if single - display in homepage only blog wordpress - show ads in the post page only - conditional statements in advertisments - conditional widget+blogger - html conditional display widgets - how to hide widget from page in blogger - how to hide ads widget from some pages in blogger - how to display an advertisement on html - "windows mobile" "display test" - ads only blogger post page - javascript if condition for blogger - elements of google - javascript display html only on certain pages - Create HTML Advert Blocks in Blogger - how to hide a post from homepage in blogger -