Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Super Simple Events

Opis

Super Simple Events is an events plugin for WordPress, built to be easy to use and manage.

Features include:

  • Add events, set start / end dates, time and location.
  • Show event date before content in front end.
  • Assign event into event types
  • Hide past events
  • Widget to show upcoming events
  • Admin panel to configure settings
  • Shortcodes to display event meta

It is built using the WordPress coding standards, is designed to be very lite weight on system resources.

If you wish to follow the development of this plugin, view the code on
GitHub or the official plugin website.

Snimke zaslona

  • Screenshot of an event on the front end with WordPress's default theme
  • Screenshot of list of events in admin panel.
  • Screenshot of admin settings

Instalacija

This section describes how to install the plugin and get it working.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘super-simple-events’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select super-simple-events.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download super-simple-events.zip
  2. Extract the super-simple-events directory to your computer
  3. Upload the super-simple-events directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

ČPP

I can’t see the settings panel, where is it?

The plugin requires admin account to change the settings for this plugin. Please contact administrator.

I do not wish to display the event meta before the post content?

There is a setting in the admin panel that will remove the event details inserted before content.

Is there anyway of displaying event details within the content of the post?

Super simple events has a 4 shortcodes that can be inserted into content of post to display events details. These shortcodes are
[sse_start_date], [sse_end_date] , [sse_location], [sse_time]

I am getting 404 pages when I go to a event page, how do I fix this?

This is an issue with WordPress code and registering custom post types. The url rewrite engine doesn’t recognise the url. A work around is to go to Settings > permalinks and press save changes. Just by saving changes, it will flush the rewrite rules and events should display.

Recenzije

Pročitajte sve 4 recenzije

Suradnici i Programeri

“Super Simple Events” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Super Simple Events” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.0.4

  • Translation for brazilian.

1.0.3

  • Bug fixes

1.0.2

  • Fix for taxonomy page being ordered by event date
  • Fix for international date format

1.0.1

  • Updated to plugin that stops people getting 404 pages when going to events pages.

1.0.0

  • First Release