Display Adsense On Your First Post Within The Loop

May 12, 2008

In this guide you’ll learn how to display Adsense on just your first post within the Loop. Sure, there may be plugins that will do this for you. This guide, however, will use code examples to accomplish the same thing by editing your WordPress theme. The first step is to open up your index.php file in your theme editor. Find the following line: <?php if(have_posts()) : ?> Just above that, insert the following like this: <?php $i = 1; ?> <?php if(have_posts()) : ?> Now, scroll down a bit until you find... [Read the full story]

Template Monster 17837

May 8, 2008

Click here to view demo  Read More →

Template Monster 11764

May 8, 2008

Click here to view demo  Read More →

Template Monster 13411

May 8, 2008

Click here to view demo  Read More →

Custom Textfield Background

May 8, 2008

The benefits to designing your own custom html text fields for use within your site can give you a completely personal look and feel that is totally your own. There are however, also some key disadvantages to this process. You can create any type of design, then use CSS to replace the actual text field background and have your own designed textfield. It’s easier then most would think. It’s the simple things that make or break your site. Now lets look at the code. HTML: <input type=”text” name=”This is the text... [Read the full story]

Page 3 of 7«12345»...Last »