Horje
WPListCal allows you to list upcoming events on your blog in a list or table format. Wordpress Tutorial

Noted That:

  • To install correctly this wplistcal.zip .
  • Fisrt Download the wplistcal.zip to your computer
  • Extract/Open wplistcal.zip to Your Computer.
  • Then, Find readme.txt file inside wplistcal.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " wplistcal.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " wplistcal.zip "  Downloaded plugin from your computer, Where you downloaded wplistcal.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " WPListCal " folder is added on left sidemenu. Now, Click on " WPListCal " folder.

   Noted that: If you do not see " WPListCal " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  WPListCal Configurtions and Settings or How to work " WPListCal " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WPListCal " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WPListCal
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the wplistcal folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Upgrade

  1. If you are upgrading from version 1.0.5 or earlier, DO NOT DEACTIVATE THE PREVIOUS VERSION OF THE PLUGIN! Doing so will remove all your events.
  2. Upload the wplistcal folder to the wp-content/plugins/ directory
  3. Deactivate and then activate the plugin though the ‘Plugins’ menu in WordPress

Usage

  1. Change the default settings on the WPListCal options page
  2. If you want to list your events on a page or post, use the [wplistcal] shortcode. Use the parameters in the example below. Leave out parameters to default to the options defined in the WPListCal settings page. (1.2 or later only)

    Example: [wplistcal display_mode="list", event_format="%NAME%", date_format="M j, Y g:ia", max_events="-1", show_past_events="false", advance_days="-1", event_order="asc", hide_same_date="true", date2_time_format="g:ia", no_events_msg="No events!"]

  3. If you want to list your events on a page or post, insert the tag in the body of the page/post

  4. If you want to list your events in your sidebar, activate the WPListCal widget in the widget admin section
  5. If you want to list your events somewhere in your theme files, insert

    You can set special parameters to overwrite the default options if you use the PHP function call.

    All parameters are optional, but you must preserve the ordering by passing in null for options that you want to use defaults for.

    Display Mode (string): 'list' or 'table'

    Event Format (string): The format of the list entries if Display Mode is set to 'list' . You can use the following variables: %NAME%, %LINK%, %LINKEDNAME%, %START%, %END%, %DESCRIPTION%, %AUTHOR%, and %EXPORTURL%. You can also make statements dependent on a variable by wrapping them in curly brackets (ex. {Date: %START%}). See "Dependent Statements" below for more information.

    Date Format (string): The format to display the start and end date and time. Uses the same date formatting that WordPress uses .

    Max. Events (int): The maximum number of events to display, -1 for unlimited.

    Show Past Events (boolean): true to show all events, false to show only current and future events

    Maximum Advanced Notice (int): How many days in advance to display events, -1 for unlimited.

    Event Order (string): 'asc' to show the closest event first or 'desc' to show the furthest event first.

    Hide Same Date (bool): Format the end date with the format string defined in the next parameter if it is on the same day as the start date.

    Date 2 Time Format (string): If Hide Same Date is enabled, use this format string for the end date.

    No Events Message (string): If there are no events, show this string instead, leave blank for none.

    Example: %DESCRIPTION%} (export) ', 'M j, Y g:ia', -1, false, 30, 'asc', true, 'g:ia', 'Sorry, no events'); ?>

Dependent Statements (1.2 or later only)

You can make a statement dependent on the existence of a variable by wrapping it in curly brackets. By default, the statement will only print if the first variable in the statement is not empty. You cannot have nested dependent statements.

Example 1:

The statement in the curly brackets won’t print if %LOCATION% is empty


%TITLE%{ at %LOCATION%} on %START%

Example 2:

To print a literal curly bracket, escape it with ‘^’


%TITLE%{ at %LOCATION} ^{new^}

Example 3:

To skip a variable when determining the dependent variable, escape its ‘%’ characters with ‘^’. This method also works to print a literal ‘%’ inside a dependent statement. In this example, the statement in the curly brackets will print if %LOCATION% is not empty. Note that %AUTHOR% will be properly substituted even though it is escaped.


%TITLE%{ hosted by ^%AUTHOR^% at %LOCATION%}

Example 4: (invalid)

This example is invalid. You cannot have nested dependent statements.


%TITLE{ at %LOCATION%{ on %START%}}

Example 5:

However, you can have multiple dependent statements in a format.


%TITLE%{ hosted by %AUTHOR%}{ at %LOCATION} on %START%

list , wplistcal , allows , upcoming , events , blog , table , format , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference