Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Yoast Meta Data importYou can import SEO Title by key
_yoast_wpseo_titleand Meta Description by key_yoast_wpseo_metadescPlease check your wp_postmeta table in your database. You can find meta keys used from Yoast SEO plugin.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Hierarchical categoriesHi kajjapusrinath, your question is not about categories. Please post a new topic. Thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] Importing custom taxonomy with custom fieldsYou can import posts only with this plugin, so you should use another plugin to import taxonomies (and those meta data).
Forum: Plugins
In reply to: [Really Simple CSV Importer] Hierarchical categoriesNo, there is not a way to import post categories with hierarchy.
I don’t have a plan to add any export options.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Hierarchical Page Bulk ImportI think it is hard because WordPress doesn’t have such API to insert hierarchical page structure.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Hierarchical Page Bulk ImportYou can import pages step by step from parent to child.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Tags and sligs onlySorry, but I don’t know such plugins.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Tags and sligs onlyNo, there isn’t, sorry. You can use another plugin.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Get the current post ID inside save_meta filterYou might be able to use current development version of the plugin.
A developer sent me a pull request to support attachments. See:
https://github.com/hissy/rs-csv-importer/pull/37Forum: Plugins
In reply to: [Really Simple CSV Importer] Get the current post ID inside save_meta filterYou can’t get post_id in filters, because post data is not imported yet when filter hooks.
Please usereally_simple_csv_importer_post_savedaction hook instead.Forum: Plugins
In reply to: [Really Simple CSV Importer] Get the current post ID inside save_meta filterThis filter has
$postparameter to get each post data from your csv file.https://wordpress.org/plugins/really-simple-csv-importer/other_notes/
Forum: Plugins
In reply to: [Really Simple CSV Importer] Advance Costum Field – ImagePlease ask to ACF forum, it is on the ACF side.
Put your add-on in wp-content/plugins folder.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Advance Costum Field – ImagePlease check out the ACF docs.
http://www.advancedcustomfields.com/resources/get_field/
http://www.advancedcustomfields.com/resources/update_field/Forum: Plugins
In reply to: [Really Simple CSV Importer] Import passwords?I’ve added the feature to my plugin. Please check out the latest development version on GitHub.
https://github.com/hissy/rs-csv-importerI’ll include this new feature in the next release.
Thanks!