هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

WP Resume Shortcode

الوصف

This plugin helps you create a better resume, without managing filthy content types and overloading your database with useless stuff.
Just use a shortcode to describe each one of you experiences, with optionnal attributes to share dates, company, positions or content.
It also works for sharing education and other activities.

The whole point of this plugin is to avoid recording any parameter in database.
That’s why you can configure each item of the curriculum only by setting shortcode parameters.

لقطات الشاشة

  • Text editor in action
  • The result with no CSS formating
  • The result with a bit of CSS formating

التنصيب

Just add the shortcode [itemcv] in your page content.

You can chose to share the amazing stuff you have done during this experience, by writing it between [itemcv] and [/itemcv].

Some optional attributes are also available

  • start date : optional, start date of the experience (works together with enddate)
  • dateseparator : optional, default is linebreak.
  • enddate : optional, end date of the experience (works together with startdate). Write “Today” if current position.
  • line1 : optional, for example the employer (standalone)
  • lineseparator : optional, default is linebreak.
  • line2 : optional, for example the position (standalone)

For example

[itemcv startdate=”January 2012″ enddate=”December 2013″ line1=”Apple Inc.” lineseparator=”-” line2=”Chief Marketing Officer”]
I have designed the new iPhone 7
[/itemcv]

More

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“WP Resume Shortcode” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”WP Resume Shortcode“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.1

  • First version. Simple.

1.0

  • Now is permitted the use of either line1 only, or line2 only, or both, or none.
  • Addition of new parameters : dateseparator and lineseparator. HTML allowed: linebreak, hr, -, …). Default is linebreak.

1.1

  • Now compatible up to wordpress v4.1