WordPress教程

WordPress 以下拉列表显示所有文章类型

阿里云

以下拉列表的方式显示 WordPress 所有文章类型,包括自定义文章类型。

  1.     <?php
  2.     	$args = array(
  3.     		'public' => true,
  4.     	);
  5.     	$post_types = get_post_types( $args, 'objects' );
  6.     ?>
  7.  
  8.     <select class="widefat" name="post_type">
  9.     	<?php foreach ( $post_types as $post_type_obj ):
  10.     		$labels = get_post_type_labels( $post_type_obj );
  11.     	?>
  12.     	<option value="<?php echo esc_attr( $post_type_obj->name ); ?>"><?php echo esc_HTML( $labels->name ); ?></option>
  13.     	<?php endforeach; ?>
  14.     </select>
也想出现在这里?联系我们
创客主机

WordPress 以下拉列表显示所有文章类型

已有 165 人购买
查看演示升级 VIP立刻购买

收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!