Wordpress
21 March 2012 | 3 Comments
Daripada edit langsung di dalam themes wordpress untuk nambahin suatu fitur. Coba kita tambahin functions baru. Menurut gw, lebih luwes, karena kita hanya perlu memanggil shortcodenya aja… Contoh: shortcode bisa dipanggil di manapun yang kita inginkan. <?php //Doni function artikeljalan_func($atts){ extract(shortcode_atts(array( //’width’ => ’100%’, ), $atts)); $div = ‘ [...]
Tagged in shortcode, wordpress
PHP
1 January 2012 | 0 Comments
Codeigniter versi 2.1.0 udah cukup lama rilis, udah saatnya web bambangpamungkas20.com diupdate enginenya… Step-step yang saya lakukan: backup terlebih dahulu web bambangpamugkas20.com backup juga databasenya (buat jaga kalau-kalau ada yang error hehehe) download codeigniter source di sini replace folder “system” yang lama dengan folder “system” yang baru replace file index.php yang berada di root folder [...]
Tagged in php
PHP,Wordpress
26 December 2011 | 0 Comments
Instalasi WordPress 3.3 baru aja saya lakukan… hmmm… tapi muncul error di sisi wp-admin ALERT – script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker ‘xxx.xxx.xxx.xxx’, file ‘/home/xxx/sites/blog.bangdoni.web.id/www/wp-admin/admin.php’, line 109) Status: 500 Internal Server Error X-Frame-Options: SAMEORIGIN Expires: Wed, 11 Jan 1984 05:00:00 GMT Last-Modified: Mon, 26 Dec 2011 [...]
Tagged in php, suhosin, web development, wordpress
Recent Comments