Title: wildcatdigital's Replies | WordPress.org

---

# wildcatdigital

  [  ](https://wordpress.org/support/users/wildcatdigital/)

 *   [Profile](https://wordpress.org/support/users/wildcatdigital/)
 *   [Topics Started](https://wordpress.org/support/users/wildcatdigital/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wildcatdigital/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wildcatdigital/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wildcatdigital/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wildcatdigital/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wildcatdigital/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] When creating a job package looking for clarity on Subscription Type](https://wordpress.org/support/topic/when-creating-a-job-package-looking-for-clarity-on-subscription-type/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/when-creating-a-job-package-looking-for-clarity-on-subscription-type/#post-17268232)
 * Hi Stef!
 * Sorry about my confusion — thank you for the note!!
 * ~Amber 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Watermark] Can No Longer Get Watermark to Appear](https://wordpress.org/support/topic/can-no-longer-get-watermark-to-appear/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/can-no-longer-get-watermark-to-appear/#post-17198021)
 * Turned out to be a theme issue!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Search - Relevant search results for WordPress] Error after updating plugin to 3.2.0](https://wordpress.org/support/topic/error-after-updating-plugin-to-3-2-0/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [3 years ago](https://wordpress.org/support/topic/error-after-updating-plugin-to-3-2-0/#post-16655981)
 * Forgot to mark this as resolved!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Search - Relevant search results for WordPress] Error after updating plugin to 3.2.0](https://wordpress.org/support/topic/error-after-updating-plugin-to-3-2-0/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [3 years ago](https://wordpress.org/support/topic/error-after-updating-plugin-to-3-2-0/#post-16655929)
 * That fixed it Ajay! Thank you SO much!!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] Excerpt Link Always Goes to Original Source](https://wordpress.org/support/topic/excerpt-link-always-goes-to-original-source/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/excerpt-link-always-goes-to-original-source/#post-9207799)
 * I found a solution that probably isn’t pretty but it seems to solve the issue.
   Instead of using the following:
 * `<?php echo strip_tags(get_the_excerpt(), '<a><strong>'); ?>`
 * I rewrote my loop as:
 *     ```
       <?php
       $content = get_the_content();
       $trimmed_content = wp_trim_words( $content, 45, ' <a style="text-decoration:none;font-weight:bold; color:#0b674e;" href="'. get_permalink() .'">... Read More &raquo;</a>' );
       echo $trimmed_content;
       ?>
       ```
   
 * No more issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHPEnkoder] [Plugin: PHPEnkoder] Can PHP-Enkoder be used with the_author_email();](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/#post-2148825)
 * Oh, just realized I messed up the code in the single file. It should show `<?
   php the_author_meta('user_email') ?>`.
 * I’m going to keep thinking about this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHPEnkoder] [Plugin: PHPEnkoder] Can PHP-Enkoder be used with the_author_email();](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/#post-2148824)
 * I did try! And it isn’t working yet…. I added all of these JUST to make sure 
   I didn’t miss anything:
 * ` $content_hook = array('the_content', 'get_comment_text', 'the_author_email','
   get_comment_author_email', 'get_the_author_email', 'get_avatar', 'the_author_meta');`
 * And I went back into my single template where the email appears and tried a couple
   of things. I saw that technically “the_author_email” is depreciated, so I even
   changed it to “the_author_meta(‘user_email’)” and added “the_author_meta” into
   the hook list (as you can see above).
 * So, in my single page, this is how the area in question looks:
 * `<p class="author_email">">Contact the author`
 * But when I view source it still shows the email written out. I’m sure I must 
   be missing something.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHPEnkoder] [Plugin: PHPEnkoder] Can PHP-Enkoder be used with the_author_email();](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/#post-2148822)
 * Shoot. I’ll root around some more and see if I can’t get it to work. Again, thanks
   so much for your help!! I really hope I can get it to work — I know it will be
   a HUGE help! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHPEnkoder] [Plugin: PHPEnkoder] Can PHP-Enkoder be used with the_author_email();](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/#post-2148820)
 * Hhhmmm. I wonder if I’m missing something. Do I need to do an extra step? I see
   above the function in question it says “”to set up, pass in ‘add_action’. Do 
   I need to add some extra code to my single template where I call the_author_email?
   Or should this beautiful thing be working, as is?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHPEnkoder] [Plugin: PHPEnkoder] Can PHP-Enkoder be used with the_author_email();](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-phpenkoder-can-php-enkoder-be-used-with-the_author_email/#post-2148818)
 * Michael!
 * That is SO awesome!! Thank you so much for your reply!!!! So, if I’m correct,
   the new line would look something like this:
 * `function enkoder_manage_filters($action) {
    $content_hook = array('the_content','
   get_comment_text', 'the_author_email');
 * Is that right?
 * I REALLY appreciate your help – no matter the wait!!! I can’t wait to get this
   working. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProPlayer] [Plugin: ProPlayer] Remove the overlaid play button?](https://wordpress.org/support/topic/plugin-proplayer-remove-the-overlaid-play-button/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [15 years ago](https://wordpress.org/support/topic/plugin-proplayer-remove-the-overlaid-play-button/#post-2078666)
 * I lied. It does work. I guess I hadn’t cleared my cache. icons=”false” works 
   to remove the play button!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Next and Previous Links for Two Categories](https://wordpress.org/support/topic/next-and-previous-links-for-two-categories/)
 *  Thread Starter [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/next-and-previous-links-for-two-categories/#post-1303193)
 * Of course, as soon as I post a question I figure out a work around. This question
   can be considered “Resolved”.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I see blank page while trying to view a post published in new category](https://wordpress.org/support/topic/i-see-blank-page-while-trying-to-view-a-post-published-in-new-category/)
 *  [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/i-see-blank-page-while-trying-to-view-a-post-published-in-new-category/#post-1088751)
 * Spoke too soon. My issue was based on a single post template I have. Whoops!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I see blank page while trying to view a post published in new category](https://wordpress.org/support/topic/i-see-blank-page-while-trying-to-view-a-post-published-in-new-category/)
 *  [wildcatdigital](https://wordpress.org/support/users/wildcatdigital/)
 * (@wildcatdigital)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/i-see-blank-page-while-trying-to-view-a-post-published-in-new-category/#post-1088750)
 * Shoot. I am having the same exact problem…did you figure out the issue?

Viewing 14 replies - 1 through 14 (of 14 total)