| Server IP : 104.26.4.103 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/leapdubai/public_html/wp-content/themes/printx/template-parts/blog/ |
Upload File : |
<?php
/**
* Template part for displaying post btn
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package printx
*/
$printx_blog_btn = get_theme_mod( 'printx_blog_btn', 'Read More' );
$printx_blog_btn_switch = get_theme_mod( 'printx_blog_btn_switch', true );
?>
<?php if ( !empty( $printx_blog_btn_switch ) ): ?>
<div class="postbox__read-more d-flex justify-content-between p-relative">
<a href="<?php the_permalink();?>" class="tp-btn"><?php print esc_html( $printx_blog_btn );?>
<span class="postbox__icon">
<svg width="51" height="28" viewBox="0 0 51 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M49.9305 13.8734C49.9305 21.2441 43.7525 27.2468 36.0971 27.2468C28.4416 27.2468 22.2637 21.2441 22.2637 13.8734C22.2637 6.50272 28.4416 0.5 36.0971 0.5C43.7525 0.5 49.9305 6.50272 49.9305 13.8734Z" stroke="#E8F2F9"/>
<path d="M38.0455 13.7129C38.2407 13.5177 38.2407 13.2011 38.0455 13.0058L34.8635 9.82384C34.6682 9.62858 34.3516 9.62858 34.1564 9.82384C33.9611 10.0191 33.9611 10.3357 34.1564 10.5309L36.9848 13.3594L34.1564 16.1878C33.9611 16.3831 33.9611 16.6996 34.1564 16.8949C34.3516 17.0902 34.6682 17.0902 34.8635 16.8949L38.0455 13.7129ZM0.53125 13.8594L37.6919 13.8594L37.6919 12.8594L0.53125 12.8594L0.53125 13.8594Z" fill="#04010C"/>
</svg>
</span>
</a>
</div>
<?php endif;?>