forked from LiveCarta/LiveCartaWP
tabindex links 2
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
<li><a href="/" tabindex="0">Home</a></li>
|
||||
<li><a href="/blog" tabindex="0">Blog</a></li>
|
||||
<li class="active"><?=get_the_title($post); ?></li>
|
||||
</ol>
|
||||
</div>
|
||||
@@ -52,9 +52,9 @@
|
||||
|
||||
<div class="bb-cont">
|
||||
<div class="blog-page-social">
|
||||
<a href="https://twitter.com/intent/tweet?text=<?php the_permalink(); ?>" class="social twitter" target="_blank"></a>
|
||||
<a href="https://www.linkedin.com/sharing/share-offsite/?url=<?php the_permalink(); ?>" class="social linkedin" target="_blank"></a>
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u=#url" class="social facebook" target="_blank"></a>
|
||||
<a href="https://twitter.com/intent/tweet?text=<?php the_permalink(); ?>" class="social twitter" target="_blank" tabindex="0"></a>
|
||||
<a href="https://www.linkedin.com/sharing/share-offsite/?url=<?php the_permalink(); ?>" class="social linkedin" target="_blank" tabindex="0"></a>
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u=#url" class="social facebook" target="_blank" tabindex="0"></a>
|
||||
</div>
|
||||
<div class="blog-page-text">
|
||||
<?=get_the_content(null,false, $post); ?>
|
||||
|
||||
Reference in New Issue
Block a user