|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/relaunch-kmu/wp-content/plugins/post-snippets/views/ |
Upload File : |
<h2 style="margin-top:40px;">More plugins by WPexperts:</h2>
<style>
.sab-plugin {
width: 300px;
display: inline-block;
background: #fff;
border: 1px solid #ccc;
padding: 4px 4px 20px 4px;
margin:0 10px 10px 0;
}
.sab-plugin img {
width: 100%;
height: 200px;
}
.sab-plugin p {
padding: 15px;
height: 106px;
}
.sab-center {
text-align: center;
}
.sab-plugin .sab-button {
display:inline-block;
}
a.button {
color:green;
}
</style>
<div class="sab-plugins">
<?php foreach($plugins as $plugin) : ?>
<div class="sab-plugin">
<a target="_blank" href="<?php echo $plugin["url"] ?>">
<img src="<?php echo PS_URL . "assets/img/" , $plugin["image"] ?>" alt="Go to <?php echo $plugin["name"] ?>" />
</a>
<p><?php echo $plugin["description"] ?></p>
<div class="sab-center">
<a target="_blank" class="button button-primary button-hero" href="<?php echo $plugin["url"] ?>"><?php _e('Read more') ?></a>
</div>
</div>
<?php endforeach ?>
</div>
</div>