UPM – Email & Subscribe
11:19 am in Universal Post Manager by Kristel
Email This Post
This feature allows site visitors to notify their friends about that blog page or article by forwarding current link to friend’s email address. You can use “Email This” admin-box to manage this feature , there you can find options for Link text, Link image URL, Link type, Mark URL, Phrases which have been used in Email Window, Email Content and Screen Types.

To use the feature “Email This” you should put this code <?php upm_email() ?> in theme files. If you want to include this link more then one time in same page , you should use this code:
<?php upm_email(1) ?> <?php upm_email(2) ?> <?php upm_email(3) ?> … etc.
There are two type of Email window :


For more particular customization you can use
/universal-post-manager/template/email_screen_1.php
and
/universal-post-manager/template/email_screen_2.php
template files .
Sibscribe – RSS & Atom Feeds
This feature works on RSS or Atom feed base. A feed is a function of special software that allows feedreaders to access a site, automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites.
There are several different kinds of feeds, read by different feedreaders. Some feeds include RSS (alternately defined as “Rich Site Summary” or “Really Simple Syndication”), Atom or RDF files.
In this admin-box you can choose Link Type , custom or defined icons and change Link Text.

To use the feature “Sibscribe – RSS & Atom Feeds” you should put this code <?php upm_subscribe() ?> in theme files. For styling this link you can use /universal-post-manager/template/subscribe.php template file.
Fatal error: Call to undefined function upm_all() in /home/profproj/public_html/wp-content/themes/bp-default_/single.php on line 38