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?
Yes I understand that.. mine is only 5 fields…
Thanks,
Hey Feracon, so I went to this link: 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.