User | Post |
8:13 pm May 10, 2011
| Financial Samurai
| | |
| Admin
| posts 1803 |
|
|
|
Hi Folks,
Just letting you know that I found a useful plugin called "Widget Context." The widget basically allows you to decide where the widget will show up on your blog. This is useful b/c I've found that many advertisers would like to advertise on the "homepage only" or "site-wide".
Instead of manually going through the code, which I have no idea, once the Widget Context plugin is installed, you will see a menu in each widget at the bottom asking what you'd like to do.
As you grow your blog, you will undoubtedly encounter more of these requests from advertisers. Having this flexibility will boost your revenue in the long run.
Best,
Sam
|
Regards,
Sam
Financial Samurai - Helping you achieve financial freedom sooner, rather than later.
Yakezie Network Founder
|
|
9:33 pm May 10, 2011
| The College Investor
| | San Diego, CA | |
| Admin
| posts 1935 |
|
|
|
Very useful plugin. You would be surprised as to how picky advertisers are on making sure their links are only displayed in certain areas!
|
|
|
6:35 am May 11, 2011
| Kay Lynn Akers
| | San Diego | |
| Member | posts 904 |
|
|
|
That's the one I use. I also use it to vary the affiliate ads by page.
|
|
|
7:13 am May 11, 2011
| My Personal Finance Journey
| | |
| Member
| posts 3159 |
|
|
|
Sounds like a great plugin! Getting ads to show up home page only on the Blogger platform is also pretty easy. Email me if any one has any questions!
|
|
|
3:26 pm May 11, 2011
| Buy Like Buffett
| | |
| Member
| posts 1682 |
|
|
|
6:36 am May 12, 2011
| Frugal Confessions
| | Houston, TX | |
| Member
| posts 1622 |
|
|
|
Great info Sam! I am currently trying to figure out how to get an advertiser's widget ad only on the homepage (I used a code, but her ad is still showing up on a few pages). Thanks!
|
|
|
8:23 am May 12, 2011
| Miss T @ Prairie Eco-Thrifter
| | |
| Member
| posts 2213 |
|
|
|
I have been using this for a while now and it does work really well. In fact, you can use for anything, not just ads., billboards, etc. too. Thanks Sam for bringing this up since I forgot.
|
|
|
8:50 am May 12, 2011
| Eric – PersonalProfitability.com
| | Portland, OR | |
| Member
| posts 2120 |
|
|
|
I use Widget Logic for the same purpose, but it requires a small bit of code knowledge. You just put in the code wrapper for how you want it to show up (homepage, certain pages only, etc) and it inserts it into the widget HTML/PHP at the right place.
|
|
|
9:28 am May 12, 2011
| Financial Samurai
| | |
| Admin
| posts 1803 |
|
|
|
Glad some had found this useful. Any other useful must use widgets please share!
Thx
|
Regards,
Sam
Financial Samurai - Helping you achieve financial freedom sooner, rather than later.
Yakezie Network Founder
|
|
10:44 am May 12, 2011
| Mike – Saving Money Today
| | |
| Member | posts 520 |
|
|
|
Widget Contect is a great plugin…very handy. A couple others I use are…
Why Do Work – allows you to choose who sees your ads based on type of page, age of post, etc.
GoCodes – use it to set up redirects for affiliate links, makes it easy to adjust links across the whole site
WP-Greet box – encourages new visitors to sign up for your RSS feed
SRG Clean Archives – one of my favorites…lets you create a one-page directory of all your posts. Great for for both usability and SEO
SexyBookMarks – add social media icons to the bottom of each post to encourage your readers to spread the word.
|
|
|
12:03 pm May 12, 2011
| AshleyB
| | |
| Member | posts 101 |
|
|
|
Loving the widget context plug in. Thanks for sharing.
|
|
|
1:50 pm May 12, 2011
| JT_McGee
| | |
| Member | posts 723 |
|
|
|
I use TS Custom Widgets, which will allow you to set widgets down to the post or page level for super-serious control. It'll spin you for a logic loop at first, but once you get the hang of it it works really well.
|
|
|
6:50 am May 13, 2011
| Jackie
| | |
| Member | posts 664 |
|
|
|
Frugal Confessions said:
Great info Sam! I am currently trying to figure out how to get an advertiser's widget ad only on the homepage (I used a code, but her ad is still showing up on a few pages). Thanks!
I use this code to place ads on the home page only and it seems to really do so:
<?php if (is_home() && !is_paged()) { ?>
|
|
|
5:56 pm May 13, 2011
| Khaleef @ KNS Financial
| | Fat Guy, Skinny Wallet | |
| Member
| posts 3149 |
|
|
|
Thanks Sam!
I always wondered how people were able to do "homepage only" links! I'll install it in case an advertiser requests it.
|
|
|
6:27 am May 15, 2011
| Kay Lynn Akers
| | San Diego | |
| Member | posts 904 |
|
|
|
Do you put this code in the widget or on a page?
Jackie said:
I use this code to place ads on the home page only and it seems to really do so:
<?php if (is_home() && !is_paged()) { ?>
|
|
|
9:09 am May 15, 2011
| Suba @ Wealth Informatics
| | |
| Moderator
| posts 1876 |
|
|
|
Kay Lynn, I do this using code too and for you (or any thesis users) that code Jackie had and your ad code should go in the custom_functions.php file.
|
|
|
9:15 am May 15, 2011
| Dana
| | |
| Member | posts 633 | |
|
|
I have a PHP code widget I use. Here is the code I place in it to make it be home page only:
<?php if (is_home() && !is_paged()) { ?>
HTML code goes in here
<?php }?>
|
Dana
Site:
Gmail:
Twitter:
|
|
6:49 am May 16, 2011
| Jackie
| | |
| Member | posts 664 |
|
|
|
Post edited 6:50 am – May 16, 2011 by Jackie
Kay Lynn Akers said:
Do you put this code in the widget or on a page?
Jackie said:
I use this code to place ads on the home page only and it seems to really do so:
<?php if (is_home() && !is_paged()) { ?>
I don't use the "Widget Context" plugin. I just used the code in my existing widgets right before the ad. Then after the ad I put the ending code for php, which I think was <?php } ?>
|
|
|