November 27th, 2010
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: Autopost, Wordpress
September 14th, 2010
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&layout=box_count&show_faces=false&width=450&action=like&colorscheme=light&font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; [...]
Category: Internet, Komputer
Tags: Blogger, Facebook, Wordpress
April 8th, 2010
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: Wordpress
February 28th, 2010
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: Plugins, Projects, Wordpress