CategoryWordpress

Stop wordpress spam bot comment using htaccess

S

Dollarfry was attacked by comment spammers recently. I didnt place any captcha for the comments so that robots where trying to bombard Dollarfry with tons of comments. And if you thought it doesnt matter as you can easily clear the spam folder then possibly you are mistaken. The harmul effects of such spam commentings are, 1. Increased server load. At a time tons of automated bots are requesting...

How to display adsense(advertisements) below first 3 (N) posts in wordpress only

H

Most or majority  of the wordpress bloggers use adsense (or advertisements) below posts. And in the home page (where we can display 3 ad units (adsense)  in total, each one below posts so as to display ads below the first 3 posts ). But the real issue is that the javascript code for the ads gets called again inside the wordpress loop and blank space will be shown there from the 4th posts onwards...

Make your wordpress development easier with Advanced Custom Fields Plugin

M

WordPress is getting undeniable day by day. Its getting powerful, lots of new features are added up.  Easy customization and flexibility are the highlights of wordpress. WordPress meta fields are one of the best features of wordpress. It makes your developments very easy. Its very flexible too. What is  the use of wordpress meta fields? I am briefly explaining wordpress meta fields for peoples...

How to make custom posts and assign custom categories(taxonomies) to it in wordpress?

H

We can use custom posts and categories, so that we can customize wordpress as we like . If you are attempting to build a real estate website using wordpress, it would be great if you have something like properties and property categories rather than post and categories right? Thats what we are attempting to achieve here. Complete Code add_action( 'init', 'eventcustom_init' ); function...

Categories