{"id":81788,"date":"2018-02-16T18:26:57","date_gmt":"2018-02-16T18:26:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/resume-cv\/"},"modified":"2019-07-03T06:43:00","modified_gmt":"2019-07-03T06:43:00","slug":"resume-cv","status":"publish","type":"plugin","link":"https:\/\/mk.wordpress.org\/plugins\/resume-cv\/","author":15826875,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.1","stable_tag":"1.2.1","tested":"5.2.24","requires":"4.9","requires_php":"5.6","requires_plugins":"","header_name":"Resume \/ CV","header_author":"WPAmaNuke","header_description":"Modern Resume \/ CV Creator. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin : 1) Create a Page and choose Template : Resume CV Template 2) In the admin area . Click Resume CV and do modification than save 3) Just go to page url to see the result","assets_banners_color":"","last_updated":"2019-07-03 06:43:00","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wpamanuke.com\/resume-cv","header_author_uri":"http:\/\/wpamanuke.com","rating":4.7,"author_block_rating":0,"active_installs":300,"downloads":19436,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":1,"5":2},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"2013596","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"2013596","resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.2.0","1.2.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1841550","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1841550","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1841550","resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Resume CV Admin Area","2":"Shark Resume Template","3":"Shark-2 Resume CV Template"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[728,8115,4594,8114,153260],"plugin_category":[],"plugin_contributors":[151537],"plugin_business_model":[],"class_list":["post-81788","plugin","type-plugin","status-publish","hentry","plugin_tags-bootstrap","plugin_tags-cv","plugin_tags-fontawesome","plugin_tags-resume","plugin_tags-resume-cv","plugin_contributors-wpamanuke","plugin_committers-wpamanuke"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/resume-cv\/assets\/icon-128x128.png?rev=2013596","icon_2x":"https:\/\/ps.w.org\/resume-cv\/assets\/icon-256x256.png?rev=2013596","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/resume-cv\/assets\/screenshot-1.png?rev=1841550","caption":"Resume CV Admin Area"},{"src":"https:\/\/ps.w.org\/resume-cv\/assets\/screenshot-2.png?rev=1841550","caption":"Shark Resume Template"},{"src":"https:\/\/ps.w.org\/resume-cv\/assets\/screenshot-3.png?rev=1841550","caption":"Shark-2 Resume CV Template"}],"raw_content":"<!--section=description-->\n<p>Create Resume \/ CV easily with WordPress. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin :\n* Create a Page and in the Page Attribute , choose Template : Resume CV Template\n* In the admin area . Click Resume CV and do modification than save\nBe sure to check out the <strong><a href=\"http:\/\/wpamanuke.com\/resume\">online demo<\/a><\/strong>! \nHere is too see red version <strong><a href=\"http:\/\/wpamanuke.com\/resume\/?template=shark-2\">Red Template<\/a><\/strong>!<\/p>\n\n<h4>A quick overview video:<\/h4>\n\n<p>[youtube https:\/\/www.youtube.com\/watch?v=kE9_G0q3vfE]<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Profile<\/li>\n<li>Contact<\/li>\n<li>Qualification<\/li>\n<li>Experience<\/li>\n<li>Education<\/li>\n<li>Hobby<\/li>\n<li>Skill<\/li>\n<\/ul>\n\n<h4>Social Network Supported<\/h4>\n\n<ul>\n<li>facebook<\/li>\n<li>twitter<\/li>\n<li>instagram<\/li>\n<li>youtube<\/li>\n<li>linkedin<\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<ul>\n<li>CMB2 https:\/\/wordpress.org\/plugins\/cmb2\/, (C) 2018 Justin Sternberg , Zao , webdevstudios , Michael Beckwith  , GNU GPL v2 or later<\/li>\n<li>Font Awesome 4.7.0 ,Created by @davegandy, http:\/\/fontawesome.io - @fontawesome , MIT License Font: SIL OFL 1.1, CSS: MIT License<\/li>\n<li>Bootstrap v3.3.7 http:\/\/getbootstrap.com, Copyright 2011-2018 Twitter, Inc. , MIT License<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Where is the documentation ?<\/dt>\n<dd><p>Here it is <a href=\"http:\/\/wpamanuke.com\/resume-cv\/\" title=\"WordPress Resume CV plugin documentation\">Resume CV Documentation<\/a><\/p><\/dd>\n<dt>How To Create Your Own Resume CV Theme<\/dt>\n<dd><p>Create new folder in your resume plugin , just copy themes in \/resume-cv\/themes\/ and make it like this  \/your-resume-plugin\/themes\/ and do modification which you need.\nIn your main plugin functions. For example your theme name myresumetheme , in you plugin function just add this code.<\/p>\n\n<pre><code>`\n<\/code><\/pre>\n\n<p>function resumecvsample_theme_filter_add($resumecv_theme) {\n    $resumecv_theme[plugin_dir_path( <strong>FILE<\/strong> ) . 'themes\/myresumetheme'] = 'myresumetheme';\n    return $resumecv_theme;\n}\nadd_filter('resumecv_theme_filter', 'resumecvsample_theme_filter_add');\n    `<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Resume CV WordPress Plugin . Easily build resume with wordpress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/81788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=81788"}],"author":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpamanuke"}],"wp:attachment":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=81788"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=81788"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=81788"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=81788"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=81788"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=81788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}