User Bio Info
Hi,
I tried some
SEO technique to increase keywords Strength on the Job Listing Page, and its working fine for me but I need some technical assistance to improve the look of the job listing page.
I am mentioning 2 URL's plz review.
Job listing)
http://questionpaper.org/jobs/airpor...ior-assistant/
User Profile)
http://questionpaper.org/profile/aai/
On job listing page I have just added a code on my single-job_listing.php file to display User Bio on the Job Listing Page:
PHP Code:
<!--BEGIN .author-bio-->
<br><div class="author-bio">
<div class="author-info">
<h3 class="author-title">About <?php the_author_link(); ?></h3>
<p class="author-description"><?php the_author_meta('description'); ?></p>
</div>
</div>
<!--END .author-bio-->
Now the problem is, when you check the user Bio page i.e. "http://questionpaper.org/profile/aai/" , you can see the content is in proper form, but on the job listing page all the content is displaying in a single paragraph.
What I want is to display the User Bio as it is on the Job listing Page.
Hope I explain
Thanks in advance