Second CoursePurchase/Buy Link
Features
Description
- This plugin will allow you to upload files to your post or pages or any other custom post types.
- You can eather use shortcodes or functions to display attachments.
- just install the plugin and update setting from
Settings-> Custom Post Type Attachment. - Upload files in your post/page edit page.
- Display files in frontend using shortcodes or using custom functions.
USAGE
- Display all attachments with a single shortcode
School-Logo.jpg (24.44 KB)
Online-education-scaled-1.jpg (340.84 KB) - Display Single attachment
- Example:
- Or
- pdf_attachment_file(“file_number”,”optional file_name”);
- Example: <?php echo pdf_attachment_file(“1″,”PDF File 1”); ?>
