Title: Event Codes &#8211; Shortcodes that work with other event plugins
Author: WPDwarves
Published: <strong>30 ژوئن 2017</strong>
Last modified: 3 فوریه 2020

---

جستجوی افزونه‌ها

![](https://ps.w.org/event-codes/assets/banner-772x250.png?rev=1688337)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/event-codes/assets/icon-256x256.png?rev=1688337)

# Event Codes – Shortcodes that work with other event plugins

 توسط [WPDwarves](https://profiles.wordpress.org/ajency/)

[دانلود](https://downloads.wordpress.org/plugin/event-codes.1.0.8.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/event-codes/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/event-codes/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/event-codes/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/event-codes/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/event-codes/)

## توضیحات

[EventCodes plugin](http://wpdwarves.com/event-codes-shortcodes-that-work-with-other-event-plugins)
provides a shortcode that can be used to display a list of events on home page, 
sidebar or any other part of the site.

With this plugin you can choose from a set of 4 templates for displaying list of
events. Currently the EventCodes plugin works with Event Calendar plugin by Modern
Tribe. We will be adding support for other event plugins soon.

The default code will be [event_codes] which will display the list of 5 most recent
Upcoming Events. The short code supports multiple options.

For e.g: If you want to display 3 upcoming events belonging to “music” category.

    ```
    [event_codes cat=’music’ count=’3’]
    ```

#### Shortcode Options:

 * View Type & Style (view, style)
    This is used to select the type of view and 
   style to display the event. The default view is list with basic style. [event_codes
   view= ‘list’ style= ‘basic’]
 * Different types of views:
 * 1)List
    List view has 3 styles: basic, big date and card overlay [event_codes
   view=‘list’ style=‘basic’] [event_codes view=‘list’ style=‘big-date’] [event_codes
   view=‘list’ style=‘card-overlay’]
 * 2)Tabular
    Tabular view has 2 styles: basic and shadow [event_codes view=‘tabular’
   style=‘basic’] [event_codes view=‘tabular’ style=‘shadow’] row value displays
   alternate gray shade for rows. This can be applied for both styles. [event_codes
   view=‘tabular’ style=‘shadow’ row=‘alternate-gray’]
 * Show Time (showtime)
    This is used to display the time of the event. Option used
   is showtime and can have value true/false. Default is false. [event_codes showtime
   =’true’]
 * Description (description)
    This controls whether the description of the event
   is to be shown or not. The option is description with value true/false. Default
   is true. [event_codes description=’false’]
 * Number of events (count)
    Specifies the total number of events that are to be
   shown. Default is 5. Option value is count. [event_codes count=’4’]
 * Offset (offset)
    Option offset is to skip a given number of events while listing.
   A good use case is when you want to split your event list into columns with multiple
   shortcodes. Default is 0. [event_codes offset=’3’]
 * Category (cat)
    Displays the events based on the category. Can be used to display
   events belonging to different categories separated by comma. Option is cat. [
   event_codes cat=’music,sports’]
 * Exclude Category (skip-cat)
    Skips displaying the events of a particular category.
   Option is skip-cat. [event_codes skip-cat=’music’]
 * Tags (tag)
    Filters events based on tags. For multiple tags use commas. Option
   is tag [event_codes tag=’music,sports’]
 * Past Events (past)
    This will display the list of all the past events. Option
   value is past & default is false. [event_codes past=’true’]
 * Featured Events (featured)
    This will display the list of all the featured events.
   Default is false & option is featured. [event_codes featured=’true’]
 * Show View All (show-view-all)
    This will decide if the the “View All” action 
   should be displayed or no. Default is true & option is show-view-all. [event_codes
   show-view-all=’false’]
 * Show Load More (show-load-more)
    This will decide if the the “Load More” action
   should be displayed or no. Default is true & option is show-load-more. [event_codes
   show-load-more=’false’]
 * Title (title)
    This will allow to set a heading to the events displayed. If title
   is not entered as the shortcode option, then default value for future events 
   will be “Upcoming Events” and in case of past and featured events the heading
   will be “Past Events” and “Upcoming Featured Events” respectively. [event_codes
   title =’Events this Week’]

## عکس‌های صفحه

 * [[
 * Once the plugin is installed and activated, add the shortcode option to the page
   where you want to display the events.
 * [[
 * To display events in a tabular view.
 * [[
 * List of options for shortcodes can be viewed from the Event Codes page.

## نصب

 * Install the “Event Codes – Shortcodes that work with other event plugins” plugin
   from the WordPress.org repository. The other way is to upload event-codes folder
   to the /wp-content/plugins directory. Please note, you must install The Event
   Calendar Plugin by Modern Tribe and add your events to the calendar.
 * Activate the plugin through the Plugins menu in WordPress
 * If The Event Calendar Plugin by Modern Tribe is not installed, you will be prompted
   to install it.

## سوالات متداول

  How do I install the plugin?

 * Install the “Event Codes – Shortcodes that work with other event plugins” plugin
   from the WordPress.org repository. The other way is to upload event-codes folder
   to the /wp-content/plugins directory. Please note, you must install The Event
   Calendar Plugin by Modern Tribe and add your events to the calendar.
 * Activate the plugin through the Plugins menu in WordPress
 * If The Event Calendar Plugin by Modern Tribe is not installed, you will be prompted
   to install it.

  What are the shortcode options?

 * View Type & Style (view, style)
    This is used to select the type of view and 
   style to display the event. The default view is list with basic style. [event_codes
   view= ‘list’ style= ‘basic’]
 * Different types of views:
 * 1)List
    List view has 3 styles: basic, big date and card overlay [event_codes
   view=‘list’ style=‘basic’] [event_codes view=‘list’ style=‘big-date’] [event_codes
   view=‘list’ style=‘card-overlay’]
 * 2)Tabular
    Tabular view has 2 styles: basic and shadow [event_codes view=‘tabular’
   style=‘basic’] [event_codes view=‘tabular’ style=‘shadow’] row value displays
   alternate gray shade for rows. This can be applied for both styles. [event_codes
   view=‘tabular’ style=‘shadow’ row=‘alternate-gray’]
 * Show Time (showtime)
    This is used to display the time of the event. Option used
   is showtime and can have value true/false. Default is false. [event_codes showtime
   =’true’]
 * Description (description)
    This controls whether the description of the event
   is to be shown or not. The option is description with value true/false. Default
   is true. [event_codes description=’false’]
 * Number of events (count)
    Specifies the total number of events that are to be
   shown. Default is 5. Option value is count. [event_codes count=’4’]
 * Offset (offset)
    Option offset is to skip a given number of events while listing.
   A good use case is when you want to split your event list into columns with multiple
   shortcodes. Default is 0. [event_codes offset=’3’]
 * Category (cat)
    Displays the events based on the category. Can be used to display
   events belonging to different categories separated by comma. Option is cat. [
   event_codes cat=’music,sports’]
 * Tags (tag)
    Filters events based on tags. For multiple tags use commas. Option
   is tag [event_codes tag=’music,sports’]
 * Past Events (past)
    This will display the list of all the past events. Option
   value is past & default is false. [event_codes past=’true’]
 * Featured Events (featured)
    This will display the list of all the featured events.
   Default is false & option is featured. [event_codes featured=’true’]
 * Show View All (show-view-all)
    This will decide if the the “View All” action 
   should be displayed or no. Default is true & option is show-view-all. [event_codes
   show-view-all=’false’]
 * Show Load More (show-load-more)
    This will decide if the the “Load More” action
   should be displayed or no. Default is true & option is show-load-more. [event_codes
   show-load-more=’false’]
 * Title (title)
    This will allow to set a heading to the events displayed. If title
   is not entered as the shortcode option, then default value for future events 
   will be “Upcoming Events” and in case of past and featured events the heading
   will be “Past Events” and “Upcoming Featured Events” respectively. [event_codes
   title =’Events this Week’]

  Do you have some problems with plugin installation?

You can visit our plugin page(http://wpdwarves.com/event-codes-shortcodes-that-work-
with-other-event-plugins) and contact us.
 We are always ready to help everyone.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/a86150cf6b8ee54299cb8c2ba20cb1edf91849121ca1c476c138a0c7d32689d3?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-21940/)󠁿

 [eoik](https://profiles.wordpress.org/eoik/) 19 ژوئن 2020

Though not totally ready for translation. Great support, very reactive.

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/event-codes/reviews/)

## توسعه دهندگان و همکاران

“Event Codes – Shortcodes that work with other event plugins” نرم افزار متن باز 
است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ WPDwarves ](https://profiles.wordpress.org/ajency/)
 *   [ wpdwarves ](https://profiles.wordpress.org/wpdwarves/)

“Event Codes – Shortcodes that work with other event plugins” به 1 زبان ترجمه شده
است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/event-codes/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Event Codes – Shortcodes that work with other event plugins” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/event-codes)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/event-codes/), check
out the [SVN repository](https://plugins.svn.wordpress.org/event-codes/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/event-codes/) by
[RSS](https://plugins.trac.wordpress.org/log/event-codes/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0.8

 * Feature – added fix for address empty fields

#### 1.0.7

 * Feature – added fix for event date, time and venue

#### 1.0.6

 * Feature – fixes

#### 1.0.5

 * Feature – bug fixes

#### 1.0.4

 * Feature – added custom template support

#### 1.0.3

 * Feature – New shortcode option “skip-cat” added

#### 1.0.1

 * Feature – New shortcode option “title” added

#### 1.0.0

 * Initial Release

## اطلاعات

 *  نگارش **1.0.8**
 *  Last updated **6 سال پیش**
 *  نصب‌های فعال **30+**
 *  نگارش وردپرس ** 4.1 یا بالاتر **
 *  Tested up to **5.2.24**
 *  زبان‌ها
 * [English (US)](https://wordpress.org/plugins/event-codes/) و [Italian](https://it.wordpress.org/plugins/event-codes/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/event-codes)
 * Tags
 * [Event](https://fa.wordpress.org/plugins/tags/event/)[events](https://fa.wordpress.org/plugins/tags/events/)
   [shortcodes](https://fa.wordpress.org/plugins/tags/shortcodes/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/event-codes/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/event-codes/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/event-codes/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/event-codes/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/event-codes/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/event-codes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/event-codes/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/event-codes/reviews/)

## مشارکت کنندگان

 *   [ WPDwarves ](https://profiles.wordpress.org/ajency/)
 *   [ wpdwarves ](https://profiles.wordpress.org/wpdwarves/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/event-codes/)