How to add Adsense to your wordpress post / articles after 100 words, or 1000 characters. With the below script added to your functions.php you will insert a google adsense unit of your choice after the first 1000 character. It will insert after the first break in a paragraph. [sourcecode language="plain"] function inject_ad_text_after_n_chars($content) { // only do … [Read more...]
Wordpress Tips, Tricks and Scripts
You'll find some obscure gems in here. If I couldn't find the answer I wanted via Google search well then I posted my solution in this category.
Image rotation script for wordpress
Do you want to have a folder full of images randomly rotate on any giving page within your wordpress (or any other website) webpage. … [Read more...]
Youtube Auto Loader Script
Looking for a way to pragmatically load youtube video's onto your website within your wordpress post? … [Read more...]
Adsense Hosted Account: Adding Your Website
If you already monetized your youtube account with adsense, (or blogger / some other hosted account) you can then add domains (your website) to your Google Adsense hosted account via the Account -> Site Authorization area. … [Read more...]
WordPress Members Only Quick Guide
Many of us want to protect certain areas of our wordpress blog. You can easily protect your post, pages, and custom template page with some simple snippets of code. … [Read more...]