decryptionary
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Change Meta Title of archive pageFor anyone who is wondering, this Yoast solution worked for me.
1. Add add_theme_support( ‘title-tag’ ); to the functions file
2. Comment out the title tag in the header file
Reference: https://kb.yoast.com/kb/the-seo-title-output-for-the-plugin-doesnt-work-as-expected/Forum: Plugins
In reply to: [Custom Post Type UI] There is no discussion / comments in a custom post.I’m running into this same issue. I set the CPT to support comments. I then look at the TwentyNineteen theme and inspected the single.php file where I found this bit of code:
// If comments are open or we have at least one comment, load up the comment template. <?php if ( comments_open() || get_comments_number() ) { comments_template(); } ?>I copy/pasted that into my single-blog.php file. But my next problem is that the “Discussion” section is not visible in the WP editor. I went to Screen Options and it doesn’t show up.
This seems to be a frequent problem, would really appreciate clear directions that could be added to your documentation.
- This reply was modified 6 years, 10 months ago by decryptionary.
Forum: Plugins
In reply to: [Custom Post Type UI] “Comments” is not showing in the post edit pageHow did you solve this? I’m running into the same problem