by wp-magz on December 15, 2009

Revolution Pro Business Theme For Wordpress
The Revolution Pro Business theme is a widget-ready, customizable theme that provide ideal solutions for small business who wish to use WordPress as their content management platform.
[click to continue...]
by wp-magz on December 15, 2009

Wordpress Directory Script and Wordpress Directory Plugin
DirectoryPress is a fully featured directory theme for Wordpress, it allows you to turn your standard wordpress blog into a powerful online link directory.
Not only does DirectoryPress come with great directory plugin features but also it comes with a range of changeable themes and designs, you can easily switch between any of the designs available with a click of the button!
Download our free directory script right now and within minutes you could have a beautiful wordpress directory powered by DirctoryPress. [click to continue...]
by wp-magz on December 15, 2009

Wordpress Premium Theme - Video Flick 2.3
Post Thumbnails and Videos in a Matter of Seconds
With the all new Video Flick theme, getting thumbnail images and videos posted to your WordPress powered website is easier than ever. The days of copying embed code and adding custom fields are over with the brand new Press75.com “Simple Post Thumbnails” and “Simple Video Embedder” WordPress plugins included with the theme. Video Flick is compatible with any video service that provides embed code, or if you want to host your own videos, Video Flick is also compatible with FLV (Flash Video) and Quicktime formats.
[click to continue...]
by wp-magz on November 11, 2008
If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages).
To remove the “#more” text from your ‘Read More’ link, replace the following line in your wp-includes/post-template.php
$output .= ' <a href="'. get_permalink()
. "#more-$id\">$more_link_text</a>";
with
$output .= ' <a href="'. get_permalink()
."\">$more_link_text</a>";
by wp-magz on September 12, 2008
1. Create .htaccess
Contoh dibawah jika anda menggunakan permalink yang sudah di modif
<IfModule mod_rewrite.c>
RewriteEngine On
php_flag register_globals off
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<Files wp-config.php>
Order Deny,Allow
Deny from All
</Files>
2. Create Robots.txt
User-agent: *
Allow: /
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-content/
3. Create file index.html
Create file index.html kosong di plugin folder wp-content/plugins/index.html [click to continue...]
by wp-magz on August 27, 2008
List RPC and RPC2 Services to Ping :
http://1470.net/api/ping
http://api.feedster.com/ping
http://api.feedster.com/ping.php
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping
http://blogdb.jp/xmlrpc
http://blog.goo.ne.jp/XMLRPC
http://blogmatcher.com/u.php
http://bulkfeeds.net/rpc
http://coreblog.org/ping/
http://mod-pubsub.org/kn_apps/blogchatt
https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast
http://ping.amagle.com/
http://ping.bitacoras.com
http://ping.bloggers.jp/rpc/
http://ping.blogmura.jp/rpc/ [click to continue...]
by wp-magz on August 27, 2008
Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan
<meta name="generator" content="WordPress 2.5.1" />
Untuk menghapusnya, silahkan edit file functions.php theme anda yang berada di wp-content/theme/theme-aktif, dan tambah dengan baris berikut
remove_action('wp_head', 'wp_generator');
by wp-magz on August 27, 2008
Introduction
GreyBox can be used to display websites, images and other content in a beautiful way.
Why use GreyBox:
* It does not conflict with pop-up blockers
* It’s only 22 KB!
* It’s super easy to setup
* It’s super easy to use
* You can easily alter the style as it is controlled through CSS [click to continue...]
by wp-magz on August 27, 2008
Berikut versi cepat petunjuk instalasi WordPress.
- Unduh dan unzip (ekstrak) paket WordPress, jika Anda belum melakukannya.
- Ciptakan basis data untuk WordPress di server web Anda berikut pengguna MySQL yang memiliki hak mengakses dan melakukan perubahan ke basis data tersebut.
- Ubah nama berkas wp-config-sample.php menjadi wp-config.php.
- Buka wp-config.php menggunakan penyunting teks kesukaan Anda dan isi rincian basis data Anda. [click to continue...]
by wp-magz on August 27, 2008
WordPress ialah platform penerbitan pribadi yang semantik, yang berfokus kepada estetika, standar web, dan kegunaan. WordPress bersifat gratis, namun di sisi lain tak ternilai harganya.
Pendek kata, WordPress ialah yang Anda perlukan ketika ingin bekerja dengan sebuah blog. [click to continue...]