-
Notifications
You must be signed in to change notification settings - Fork 43
Start with teachPress
After the installation of the plugin you will find a new "Publications" menu in the WordPress admin area.
You have now two options in the plugin to add new publications:
- You can manually add them like a new post or page. Go to the "Add new" section in the "Publications" menu. Fill up the fields, you need and click the "Create" button.
- You can use the bibtex importer. Go to the "Import/Export" section in the "Publications" menu. Next, copy a bibtex entry to the text area or choice a bibtex file and select the import options. After that, click on "Import" and teachPress will save the data to his database.
Now, go back to the "Publications" main menu of teachPress and you will see your first publication.
The next step after adding the first publication is to bring a publication list to a page (or post) on your website.
For that, create a new page an write [tpcloud]
or [tplist]
in the editor.
Save the page now and have a look to the page/post on your website. You will see your publication list:
teachPress supports a number of options/parameters for each shortcode. For a full documantation, please visit the shortcode section of this wiki. In the following you will find some basic options for the publication list:
[tpcloud image="left" image_size="70"]
[tplist style="numbered_desc"]
[tpsearch show_tags_as="pulldown" show_user_filter="1" show_type_filter="1" show_author_filter="1" show_year_filter="1"]
If you want to hide the list of publications by default, you can add the option use_as_filter="0"
[tpcloud show_tags_as="none"]
[tpcloud show_tags_as="pulldown"]
[tpcloud show_user_filter="0"]
The course section works similar to the publication section: Add a course over the backend menu and write one of the shortcodes into a page or post:
For course lists:
[tpcourselist]
For the enrollment system:
[tpenrollments]