No Meta Description editor on Blog page Continued
-
Hello,
For some reason after Kalopaidi entered all that JS output I could no longer access the second page (502 Gateway Error). So I opened another to address this issue:
Solutions that worked for me even WITH Custom Post Types:
Add to your functions.php:
function aac_metabox_entries_general($field_defs) { $field_defs['metadesc']['type'] = 'textarea'; return $field_defs; } add_filter('wpseo_metabox_entries_general','aac_metabox_entries_general');
or get the plugin from:
https://www.astroarch.com/virtual/aac-functions.zip
Now this works for Genesis and Twentyfourteen Themes, I assume others.
@viruz82 still has an issue but I think you need to recaclulate your SEO or perhaps update the database. That looks like a real bug to report to the Yoast team.
I personally think there should be an option to select to display this overall and use the per post type hide as needed.
— Edward Haletky
- The topic ‘No Meta Description editor on Blog page Continued’ is closed to new replies.