update templates

This commit is contained in:
Egor Svitin
2019-02-19 12:18:54 +02:00
parent 40adc99c1d
commit a5a58d5614
3 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ if ($tIds !== false) {
?>
<div class="content no-pb">
<div class="main-page">
<div class="faq-search">
<div class="cont">
@@ -77,7 +77,7 @@ if ($tIds !== false) {
echo '
<div class="faq-question">
<a href="'.get_permalink($post).'">'.$post->post_name.'</a>
<a href="'.get_permalink($post).'">'.$post->post_title.'</a>
</div>
';
}
@@ -90,6 +90,7 @@ if ($tIds !== false) {
</div>
</div>
</div>
</div>
<?php
get_footer();