Some PHP help needed
-
I am creating a site that uses the Transcript Theme by Gabfire. I am also using the AutoBlogged plugin to pull in rss feeds an post them. I have 2 questions:
1.) I want to use the biographical info from user profiles (multi-author site) so the author can have a sort of signature file following their post. I have placed the<?php the_author_description(); ?>
call into my template. However, I want to exclude all the posts from the feeds that are coming in from AutoBlogged, which are assigned to a fake author without a biographical description, from displaying the div that I have associated with the above php call. In other words, I would like a PHP if statement for this so that only when there is biographical info for the author, will the php function be executed. I need some help with that bit of code, as I know next to nothing about PHP.
2.) I am looking to hide thumbnails and images that come from AutoBlogged as well, yet allow them for the posts that I make. Any ideas?Thanks for your assistance-
Roger
- The topic ‘Some PHP help needed’ is closed to new replies.