Title: osqueza's Replies | WordPress.org

---

# osqueza

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Show the Project Type description in the page](https://wordpress.org/support/topic/show-the-project-type-description-in-the-page/)
 *  Thread Starter [osqueza](https://wordpress.org/support/users/osqueza/)
 * (@osqueza)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/show-the-project-type-description-in-the-page/#post-5374789)
 * Yes what I want its to show the project type description in the category page
   right below the title.
 * I tried to do it with the normal categories of WordPress with this code, but 
   it didn’t work.
 *     ```
       <?php if (is_category()) {
       $et_page_title = single_cat_title('',false);
       $et_tagline = category_description(); ?>
       <h1><?php echo $et_page_title; ?></h1>
       <div class="mydes"><?php echo $et_tagline; ?></div>
       <?php } ?>
       ```
   
 * Can you help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] "Failed to send your message."](https://wordpress.org/support/topic/failed-to-send-your-message-8/)
 *  [osqueza](https://wordpress.org/support/users/osqueza/)
 * (@osqueza)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/failed-to-send-your-message-8/#post-4195531)
 * Yes I understand that.. mine is only 5 fields…
 * Thanks,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] "Failed to send your message."](https://wordpress.org/support/topic/failed-to-send-your-message-8/)
 *  [osqueza](https://wordpress.org/support/users/osqueza/)
 * (@osqueza)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/failed-to-send-your-message-8/#post-4195526)
 * Hey Feracon, so I went to this link: [https://github.com/PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer)
 * I already upload the new class-phpmailer.php.. but still its not working.
    In
   the website, when I submit the form the loading icon shows and nothing more happened.
 * Thanks for your help.

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