Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
by [author]新しい Web サイトに Genesis フレームワークを使用しています。問題はありませんが、エントリ タイトルの下を削除する方法が見つかりません。CSSで隠すのではなく、完全に消したい。
by [author]
Genesis Framework の Web サイトでは、これを子テーマの functions.php ファイルに追加するように指示されています。私はこれをテストしましたが、うまくいきます。
//* Remove the post info function remove_action( 'genesis_before_post_content', 'genesis_post_info' );