Recent Job Widget
-
Different code is being produced for the widget area on job pages affecting the style of recent jobs.
On standard pages displays correctly with one a tag with position, heading and meta inside:
<li class="job_listing"> <a href=""> <div class="position"> <h3></h3> </div> <ul class="meta"> <li class="location"></li> <li class="company"></li> <li class="job-type full-time"></li> </ul> </a> </li>
On job pages same widget displays different code with multiple a tags which affects the styling:
<li class="job_listing"> <a href="#"> <div class="position"> <h3></h3> </div> </a><ul class="meta"><a href="#> </a><li class="location"><a href=""></a><a rel="tag" href=""></a>, <a rel="tag" href=""></a>, <a rel="tag" href=""></a>, <a rel="tag" href=""></a>, <a rel="tag" href=""></a></li> <li class="company"></li> <li class="job-type full-time">Full Time</li> </ul> </li>
Have removed all the actual links so you can see what is going on with the code. Why is the code changing depending on the page?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Recent Job Widget’ is closed to new replies.