File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/cards/jb/mobile.php
<?php
/*
* Theme: PREMIUMPRESS CORE FRAMEWORK FILE
* Url: www.premiumpress.com
* Author: Mark Fail
*
* THIS FILE WILL BE UPDATED WITH EVERY UPDATE
* IF YOU WANT TO MODIFY THIS FILE, CREATE A CHILD THEME
*
* http://codex.wordpress.org/Child_Themes
*/
if (!defined('THEME_VERSION')) { header('HTTP/1.0 403 Forbidden'); exit; }
global $post, $CORE_UI, $userdata, $CORE;
// ADMIN PREVIEW
if(!isset($post->ID)){
$post = new stdClass();
$post->ID = 1;
$post->post_title = "This is a sample title.";
$post->post_author = 1;
$post->post_excerpt = "";
$post->post_content = "";
$post->comment_count = 0;
$post->thistheme = THEME_KEY;
$post->carddata = "";
}
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
?>
<div class="show-mobile">
<div class="d-flex position-relative mb-3 border-bottom pb-3">
<a href="%link%">
<div style="height:65px; width:65px; min-width:65px;">
<div ppt-border1 class="h-100 position-relative">
<div class="bg-image" data-bg="%image%">
</div>
</div>
</div>
</a>
<div class="w-100 pl-3">
<div class="d-flex justify-content-between">
<div class="w-100">
<div class="fs-6 lh-20 text-700" style="min-height:40px;">
<a href="%link%" class="text-dark">%title%</a>
<nav ppt-nav class="pl-0 list-f100 text-600 d-flex align-items-baseline">
<ul>
<li class="<?php echo $CORE->GEO("price_formatting",array()); ?>">%price%</li>
<li>%SALARYTYPE%</li>
<li class="ml-auto">%city%</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>