File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/cards/jb/account.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="mb-4" data-pid='%postid%'>
<div class="d-flex">
<div style="width:140px;">
<a href="%link%">
<div class="bg-white mr-2" >
<div class="bg-light position-relative overflow-hidden" style="height:110px;">
<figure>
<div class="bg-image" data-ppt-image-bg>
</div>
<?php _ppt_template( 'cards/search_badges' ); ?>
</figure>
</div>
</div>
</a>
</div>
<div class="position-relative w-100 pl-lg-4">
<div class="p-2 p-md-4 bg-white" ppt-border1>
<div class="d-sm-flex flex-sm-column">
<div class="fs-5 text-600 mb-2">
<a href="%link%" class="text-dark _adtitle">%title%</a>
</div>
<nav ppt-nav class="seperator pl-0 text-muted mb-3">
<ul class="list-unstyled">
<li>%JOBTYPE%</li>
<li class="hide-mobile">%city%</li>
<li class="hide-mobile">%category%</li>
<li>%hits% <?php echo __("Views","premiumpress"); ?></li>
</ul>
</nav>
<?php _ppt_template( 'cards/search_list_upgrade' ); ?>
</div>
</div>
</div>
</div>
</div>