Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
【WordPress】functions.phpにadd post type support関数を使って属性を追加
<?php
add_post_type_support( 'post', 'page-attributes' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment