Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Confirming: Can’t see any adsense.

    In adsense there is an option to fill in adspace with colour where no ad is available. I use some colour there, to get the idea for how the ad will take up space.

    I made a picture for you, so you’ll find the right place in adsense.
    http://phpbb3.fi/stuff/fill-with-solid.jpeg

    I hope this helps you, please remember me when you are an adsense millionair. 😛 😛 😛

    I have added a small addition in functions.php that always insert a few lines when I start a new post. Maybe you could use the same method? If you do not have a functions.php file already, it is as simple as making one located at root/wp-content/themes/yourthemename/functions.php

    <?php
    
    add_filter( 'default_content', 'my_videos_content' );
    
    function my_videos_content( $content ) {
    
    	$content = "<a class="rtmp" href="mp4:bentvid"><img src="http://s3.amazonaws.com/videoexample/splash_image.gif" alt="PLAY ME"></a>";
    
    	return $content;
    }
    
    ?>
    Thread Starter Peetra

    (@peetra)

    Saturday had even more and slightly more than saturday today. I have a really light and small subject on the blog, so it isn’t probably going to last so long. I hope that the total page view amount will be at least one million before it is time to close. At this rate it seems a fair goal. 🙂

    I had a huge insight today, after reading that this is completely normal, ty bdbolin. My blog is in English! It explains why I am so amazed over the amount of visitors. You see, I am not totally new in the webmastering field, but this is the first one in English, I have living stats for nine other sites, that I was comparing with. Old sites with not that bad content, SEO or PR. T&hey are ALL in either Swedish or Finnish and of course there are lot fewer readers for those.

    Cherrypie!

    Thread Starter Peetra

    (@peetra)

    Yesterday I had 144 visits from google, on the 10th day of the blogs existing. I wonder if it common to get a WP-blog visible in search engines this fast?

    Hi,

    I adore what you have done, it is really elegant. Why not put in a little “back” to the right below the pics on http://www.suryanirmala.com/ so that people find their way w/o clicking on the page name?

Viewing 5 replies - 16 through 20 (of 20 total)