Author Archives: taikhoannacdanh

[Guide] Installing BURG and Super Boot Manager in Ubuntu (inc 12.04 LTS)

http://www.overclock.net/t/1251224/guide-installing-burg-and-super-boot-manager-in-ubuntu-inc-12-04-lts

Posted in Totorial | Leave a comment

Giới thiệu một số blog hay về lập trình web

http://webdesignledger.com/ blog về design, nhiều tài nguyên về design (PTS) http://www.456bereastreet.com/ viết khá nhiều về HTML, CSS http://www.catswhoblog.com/ tùm lum về SEO, WordPress, Design http://www.webdesignerdepot.com/ WordPress, jQuery, Design http://buildinternet.com/ CSS, jQuery, Freelance .. http://aext.net/ nhiều bài về WordPress, của 1 … Continue reading

Posted in wpblog | Leave a comment

uploading images

<?php global $post; /*Global post object*/ $post_id = $post->ID; /*Geting current post id*/ $upload = $_FILES[‘upload’]; /*Receive the uploaded image from form*/ add_custom_image($post_id, $upload); /*Call image uploader function*/ function add_custom_image($post_id, $upload) { $uploads = wp_upload_dir(); /*Get path of upload dir … Continue reading

Posted in Totorial | 1 Comment

WordPress front-end post form using wp_insert_post

http://clarklab.com/posts/wordpress-front-end-post-form-using-wp_insert_post/

Posted in Totorial | Leave a comment

How to Post From Your Front End With No Plugin

How to Post From Your Front End With No Plugin

Posted in Totorial | Leave a comment

Adding Extra Fields to the WordPress User Profile

Adding Extra Fields to the WordPress User Profile

Posted in Totorial | Leave a comment

How To Add Custom User Meta During Registration

How To Add Custom User Meta During Registration

Posted in Totorial | Leave a comment

Customize the WordPress admin menu based on user roles

http://sethstevenson.net/customize-the-wordpress-admin-menu-based-on-user-roles/

Posted in Totorial | Leave a comment

Add your custom columns to WordPress admin panel tables

http://tareq.wedevs.com/2011/07/add-your-custom-columns-to-wordpress-admin-panel-tables/ Add User ID Column to the WordPress Users Table   Adding columns to the WordPress admin posts list   Save the Users Last Login Date and Time

Posted in Totorial | Leave a comment