Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 82367

How to add image on custom page?

$
0
0

Replies: 0

Hello,

I have a custom page which the page is link , like this : /shop/?swoof=1&preview=true&min_price=25655032&max_price=143359000 . So when I want to add a description of text on this page,I added it on archive-product.php with a script like this :
<?php
$min_price = $_GET[‘min_price’];
$max_price = $_GET[‘max_price’];
if($min_price == ‘25655032’ && $max_price == ‘143359000’) {

echo “<br><br><h5>Eternal Collection is eternal collection.</h5>”;
}
?>
Now, i want to add the picture below the description. Can i just use a script like this?

Or what kind of script should I use?

Please help. Thanks.


Viewing all articles
Browse latest Browse all 82367

Trending Articles