• Resolved octavianra

    (@octavianra)


    Hello,

    WordPress version:3.4.1
    WordPress SEO version:1.2.5

    Sice WordPress SEO version:1.2.4, I don’t see any more the SEO menu (options) in editing job posts (plugin Job Manger: http://wordpress.org/extend/plugins/job-manager/) and I can’t add title, description and keywords.

    For the classic post it’s OK, but for the the posts generated by Job Manger, there are no options now.

    Before WordPress SEO version:1.2.2 I think there was a option to personalize post generated by JOB Manager in SEO: Titles & Metas Menu – It was a separate category named Job Manger.

    Please update your great plugin. I see 2 past solutions:
    1. the possibility to edit the job post – and the activation of the SEO options in editing post (It was possible in the past);
    2. separate options in SEO: Titles & Metas Menu for editing JOB Manager posts (It was possible in the past).

    Best regards & thanks

    http://wordpress.org/extend/plugins/wordpress-seo/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Joost de Valk

    (@joostdevalk)

    I’ve reached out to the developer of Job Manager, he should probably make his main post type public.

    If you change line 85 of functions.php in his plugin to:

    register_post_type( 'jobman_job', array( 'exclude_from_search' => false, 'public' => true, 'show_ui' => false, 'singular_name' => 'Job', 'label' => 'Jobs' ) );

    It’ll all work.

    Thread Starter octavianra

    (@octavianra)

    Thank you & Gary (Job Manager) very much!
    Beset regards,

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    My pleasure, always cool when you can resolve such issues quickly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] No WordPress SEO plugin by Yoast meniu on editing some posts’ is closed to new replies.