Plugin WordPress Autopost

Tadi sedang jalan-jalan di forum tempat saya biasa nongkrong, ada yang share plugin untuk membuat autopost pada wordpress apa itu autopost? Autopost itu adalah melakukan posting secara otomatis pada blog. autopost dapat menghemat tenaga anda dalam mengisi blog untuk mengejar trafik. Silakan disedot pluginnya DownloadIncoming search terms for the article:auto postauto post wordpressautopostwordpress auto postautopost [...]

Category: Komputer, Programming
Tags: ,

Memasang Facebook Like Box Count pada wordpress dan blogger

Beberapa waktu yang lalu saya memasang Facebook Like Box Count pada setiap postingan yang ada di blog ini. Facebook Like Box Count Pemasangangan yang dilakukan juga cukup mudah Instalisasi pada wordpress Anda bisa mengcopy kode dibawah ini dan memindahkannya ke dalam single.php yang ada didalam folder themes <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fibad.bebasbelanja.com%2Fmemasang-facebook-like-box-count-pada-wordpress-dan-blogger.html&amp;layout=box_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; [...]

Category: Internet, Komputer
Tags: , ,

Exclude wordpress category

How to exclude wordpress category from feed function exclude_category($query) { if ( $query->is_feed ) { $query->set('cat', '5'); } return $query; } add_filter('pre_get_posts', 'exclude_category'); You can change with $query>is_home or $query->is_frontpage to exclude the category from frontpage see Conditional Tags at wordpress codexIncoming search terms for the article:wordpress codex exclude categorywordpress query exclude categoryexclude categoryexclude wordpress [...]

Category: Script Snippet
Tags:

Real Estate RSS

Summary Real Estate RSS is wordpress plugin to help you insert rss with love into your posts/pages. No need coding or modify your themes to insert it. Features *Custom Template. *Caching. *Multiple rss into post/page. Screenshoot Custom Templates Edit Template Admin Menu Config Installation wordpress plugins installation Standard Usage You can find usage in help [...]

Category: Projects
Tags: , ,