Beschrijving
Add note to WordPress post types such as post, page, attachment, download (Easy Digital Downloads), product (WooComerce), and other existing registered WordPress Post Types.
It can also be served as testimonies, feedbacks, messages, and other purposes, which can be attached to existing WP post types.
Best coding practices was applied on this boilerplate by strictly following the WP Docs, you can join the project on GitHub Note For Posts Project.
Shortcode Features and Usage
Just insert into Posts or Pages 🙂
- [n4p-sc] – Display all Notes
- [n4p-sc id=”ID”] – Display only a particular note
- [n4p-sc max=”INT”] – Number of Notes per Page. Default 5
- [n4p-sc sort=”ASC”] – Sorted as ascending. Default to DESC
- [n4p-sc sort=”ASC” max=”2″] – Sorted as ascending and a maximum of 2 results
If you like this plugin, good ratings is much appreciated.
For more information or discussion please visit InnoveDesigns.com Note For Posts article and leave a message via our contact form for further concerns.
Schermafbeeldingen
Installatie
Installation is very easy, you can either upload or install it via WP plugin section (the easy way) or Upload using FTP to wp-content/plugins/
- Of course, Activate it via plugin section!
- Go to your WP Dashboard > Notes > Add New (Just to see if it works :D)
- The rest is just self-explanatory and You’re done!
FAQ
- How to display the new note in the frontend?
-
You can either display using shortcodes or add through widgets= How to display the new note in the frontend? =
You can either display using shortcodes or add through widgets
- Shortcode Features and Usage
-
Just insert into Posts or Pages 🙂
- [n4p-sc] – Display all Notes
- [n4p-sc id=”ID”] – Display only a particular note
- [n4p-sc max=”INT”] – Number of Notes per Page. Default 5
- [n4p-sc sort=”ASC”] – Sorted as ascending. Default to DESC
- [n4p-sc sort=”ASC” max=”2″] – Sorted as ascending and a maximum of 2 results
Beoordelingen
Bijdragers & ontwikkelaars
“Note For Posts” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Note For Posts” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.1 – 2016-05-30
- [Added] Plain HTML Options
1.0.0 – 2016-04-07
- Initial Released Date