![[ขายธีมลงประกาศอสังหาริมทรัพย์ บ้าน ที่ดิน คอนโด] By SAMPC สำหรับ WP 4.3+](http://wpdevthai.com/wp-content/uploads/2015/09/WPDT-Property-Home-640x1813.jpg)
Tag php
![[ขายธีมลงประกาศอสังหาริมทรัพย์ บ้าน ที่ดิน คอนโด] By SAMPC สำหรับ WP 4.3+](http://wpdevthai.com/wp-content/uploads/2015/09/WPDT-Property-Home-640x1813.jpg)

WordPress Register Portfolio Post Type
<?php function register_post_type_portfolio_init() { $labels = array( ‘name’ => _x( ‘Portfolios’,’post type general name’,’pwd’), ‘singular_name’ => _x( ‘Portfolio’,’post type general name’,’pwd’), ‘add_new’ => __( ‘Add New’,’pwd’), ‘add_new_item’ => __( ‘Add New Portfolio’,’pwd’), ‘edit_item’ => __( ‘Edit Portfolio’,’pwd’), ‘new_item’ => __( Read more