• Resolved virtualstudio2

    (@virtualstudio2)


    Good morning. I have a problem with defining “Meta Fields” for manually selected Keywords in CRP. I want to place it in the edition in the WordPress Posts Bulk Editor plugin and crp_keyword does not work. Can I ask for help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ajay

    (@ajay)

    I’m not fully clear as to what you want to exactly achieve. Is it this plugin? Are you trying to set the same keyword across a multiple number of posts?

    The bulk edit won’t work because the CRP meta is saved in a single field rather than a field per entry.

    Thread Starter virtualstudio2

    (@virtualstudio2)

    Yes, it’s about this plugin, it serves for bulk editing of posts/pages. I would like to set the “Keyword” (Enter either a word or a phrase that will be used to find related posts. If entered, the plugin will continue to search the post_title and post_content fields but will use this keyword instead of the values of the title and content of this post.) for selected posts in bulk through this plugin. I am attaching a screenshot. scr1 I set the “meta fields” in the plugin. scr2 I add the keyword phrases in the bulk editor. scr3. But after entering the post, there is nothing in the keyword CRP field.

    Plugin Author Ajay

    (@ajay)

    Thanks. This is clear to me. Unfortunately, CRP currently saves the post meta under crp_post_meta in a serialised array.

    So, this would be an example of only setting the keyword:

    a:1:{s:7:"keyword";s:5:"derby";}

    The 5 would be the number of characters. Also note that, as you probably suspected, the keyword is a phrase that is used instead of the title/content of the post so passing a comma separated will just include that in the mySQL fulltext search – it won’t use each entry independently

    Thread Starter virtualstudio2

    (@virtualstudio2)

    ok

    Thank you for the response.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress Posts Bulk Editor + CRP’ is closed to new replies.