-
/** * Register a custom post type called “Portfolio”. */ function create_portfolio_post_type() { $labels = array( ‘name’ => _x( ‘Portfolio’, ‘Post type general name’, ‘textdomain’ ), ‘singular_name’ => _x( ‘Portfolio Item’, ‘Post type singular name’, ‘textdomain’ ), ‘menu_name’ => _x( ‘Portfolio’, ‘Admin Menu text’, ‘textdomain’ ), ‘name_admin_bar’ => _x( ‘Portfolio Item’, ‘Add New on Toolbar’,…
Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in…