HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/cards/sp/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>
            &nbsp;
          </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 class="<?php echo $CORE->GEO("price_formatting",array()); ?> text-600">%price%</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>