Last active
May 24, 2021 11:22
-
-
Save shaikotahmed19/79270fd992b0e58d92008cead2bed62f to your computer and use it in GitHub Desktop.
wp tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- img link --> | |
<img src="<?php echo get_template_directory_uri() .'/assets/img/related-3.png' ?>" alt=""> | |
<!-- link --> | |
<a href="<?php esc_url(home_url('/'))?>"></a> | |
<a href="<?php echo home_url('/contact-us'); ?>" target="_blank">Request a Demo</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment