Linux 软件免费装

Resume / CV

开发者 wpamanuke
更新时间 2019年7月3日 14:40
PHP版本: 5.6 及以上
WordPress版本: 5.2.2
版权: GPLv2 or later

标签

bootstrap cv fontawesome resume resume-cv curiculum vitae resume templates

下载

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

详情介绍:

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 : A quick overview video: [youtube https://www.youtube.com/watch?v=kE9_G0q3vfE] Features Social Network Supported

屏幕截图:

  • Resume CV Admin Area
  • Shark Resume Template
  • Shark-2 Resume CV Template

常见问题:

Where is the documentation ?

Here it is Resume CV Documentation

How To Create Your Own Resume CV Theme

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. In your main plugin functions. For example your theme name myresumetheme , in you plugin function just add this code. function resumecvsample_theme_filter_add($resumecv_theme) { $resumecv_theme[plugin_dir_path( __FILE__ ) . 'themes/myresumetheme'] = 'myresumetheme'; return $resumecv_theme; } add_filter('resumecv_theme_filter', 'resumecvsample_theme_filter_add');