Plugin Directory

Changeset 3317114


Ignore:
Timestamp:
06/24/2025 03:47:13 PM (9 months ago)
Author:
santoshtmp7
Message:

update description

Location:
citation-note
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • citation-note/tags/1.0.0/citation-note.php

    r3317093 r3317114  
    44 * Plugin Name: Citation Note
    55 * Plugin URI:
    6  * Description: Add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
     6 * Description: Easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
    77 * Tags: Citation Note, reference, footnotes, content note.
    88 * Contributors: santoshtmp7, younginnovations
  • citation-note/tags/1.0.0/readme.txt

    r3317093 r3317114  
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 This plugin add and manage citation fields for WordPress page/posts and CPT using a user-friendly editor interface.
    13 
    1412== Description ==
    1513
    16 **Citation Note** WordPress plugin is developed to help content creators manage and display academic citations or references directly from the post/page editor.
     14This plugin easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
     15
     16**Citation Note** WordPress plugin is developed to help content creators manage and display content citations or references directly from the post/page editor.
    1717
    1818This plugin adds a custom meta box with dynamic citation fields that allow users to:
    19 - Add multiple citation entries
    20 - Remove or reorder citations
    21 - Store data securely using WordPress meta
    22 - Output citations in the frontend or within blocks
     19- Add multiple citation entries.
     20- Remove or reorder citations.
     21- Output citations in the frontend or within blocks.
    2322
    2423Ideal for blogs, research publications, or any content that benefits from structured citation management.
    2524
    26 == Installation and Usage ==
     25== Installation ==
    27261. Upload the plugin folder to `/wp-content/plugins/citation-note/` or install via the Plugins menu.
    28272. Activate the plugin through the **Plugins** menu in WordPress.
    29 3. After activation, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.
    30    - Select the post type(s) to apply citations to.
     283. After activate the plugin, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.
     29   - Select the post type(s) to apply citations.
    3130   - Set the citation footnote title (this will be displayed on the frontend).
    32 4. Go to the edit screen of any selected post type.
    33 5. Scroll down to the **Citation Footnotes** meta box.
    34 6. Click **Add Citation** to insert new fields.
    35 7. Fill in your citation data (citation number and description).
    36 8. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.
    37 9. Save or update the post.
    38 10. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.
    3931
     32== How to use ==
     331. After activate the plugin and select the post type to apply citations.
     342. Go to the edit screen of any selected post type.
     353. Scroll down to the **Citation List** meta box.
     364. Click **Add Citation** to insert new fields.
     375. Fill in your citation data (citation number and description).
     386. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.
     397. Save or update the post.
     408. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.
    4041
    4142== Screenshots ==
  • citation-note/trunk/citation-note.php

    r3317093 r3317114  
    44 * Plugin Name: Citation Note
    55 * Plugin URI:
    6  * Description: Add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
     6 * Description: Easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
    77 * Tags: Citation Note, reference, footnotes, content note.
    88 * Contributors: santoshtmp7, younginnovations
  • citation-note/trunk/readme.txt

    r3317093 r3317114  
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 This plugin add and manage citation fields for WordPress page/posts and CPT using a user-friendly editor interface.
    13 
    1412== Description ==
    1513
    16 **Citation Note** WordPress plugin is developed to help content creators manage and display academic citations or references directly from the post/page editor.
     14This plugin easily add, manage, and display citations, references, and footnotes in posts, pages, or custom post types using a user-friendly editor interface.
     15
     16**Citation Note** WordPress plugin is developed to help content creators manage and display content citations or references directly from the post/page editor.
    1717
    1818This plugin adds a custom meta box with dynamic citation fields that allow users to:
    19 - Add multiple citation entries
    20 - Remove or reorder citations
    21 - Store data securely using WordPress meta
    22 - Output citations in the frontend or within blocks
     19- Add multiple citation entries.
     20- Remove or reorder citations.
     21- Output citations in the frontend or within blocks.
    2322
    2423Ideal for blogs, research publications, or any content that benefits from structured citation management.
    2524
    26 == Installation and Usage ==
     25== Installation ==
    27261. Upload the plugin folder to `/wp-content/plugins/citation-note/` or install via the Plugins menu.
    28272. Activate the plugin through the **Plugins** menu in WordPress.
    29 3. After activation, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.
    30    - Select the post type(s) to apply citations to.
     283. After activate the plugin, go to the plugin settings screen at `/wp-admin/options-general.php?page=citenote`.
     29   - Select the post type(s) to apply citations.
    3130   - Set the citation footnote title (this will be displayed on the frontend).
    32 4. Go to the edit screen of any selected post type.
    33 5. Scroll down to the **Citation Footnotes** meta box.
    34 6. Click **Add Citation** to insert new fields.
    35 7. Fill in your citation data (citation number and description).
    36 8. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.
    37 9. Save or update the post.
    38 10. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.
    3931
     32== How to use ==
     331. After activate the plugin and select the post type to apply citations.
     342. Go to the edit screen of any selected post type.
     353. Scroll down to the **Citation List** meta box.
     364. Click **Add Citation** to insert new fields.
     375. Fill in your citation data (citation number and description).
     386. In the content editor, insert the placeholder (e.g., `citation_1`) where the citation reference should appear.
     397. Save or update the post.
     408. Use the shortcode `[citenote_display_list]` or template function `do_shortcode('[citenote_display_list]')` to render the citation list on the frontend.
    4041
    4142== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.