forked from LiveCarta/LiveCartaWP
tabindex links 2
This commit is contained in:
@@ -34,7 +34,7 @@ if ($tIds !== false) {
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/" tabindex="0">Home</a></li>
|
||||
<li class="active">FAQ</li>
|
||||
</ol>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@ if ($tIds !== false) {
|
||||
|
||||
echo '
|
||||
<div class="faq-question">
|
||||
<a href="'.get_permalink($post).'">'.$post->post_title.'</a>
|
||||
<a href="'.get_permalink($post).'" tabindex="0">'.$post->post_title.'</a>
|
||||
</div>
|
||||
';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user