How to add more customization of single.php with aggregated posts?
-
I am transferring from Feedwordpress to WPRSS Aggregator and I already purchased the Feed to Post and Full Text Feeds addons.
In my Feedwordpress, I can customize my single.php in the theme like this:
<?php if((get_post_meta( $post->ID, 'wprss_item_permalink', true ))) { ?> <a href="<?php echo get_post_meta( $post->ID, 'wprss_item_permalink', true ); ?>" target="_blank"> This post comes originally from here!</a><br> <?php } ?>
I can use the wprss_item_permalink to grab the feedwordpress original link for the post and the customize that. How can I do this in WP RSS Aggregator? I know there is a setting called “Source Link Text” but that only places the link at the beginning and I don’t have much ability to customize it.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to add more customization of single.php with aggregated posts?’ is closed to new replies.