Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
network-...
/
views
/
post
/
layout
•
File:
layout_inline.php
•
Content:
<?php /** * Created by PhpStorm. * User: Admin * Date: 03.04.2017 * Time: 15:31 */ if(!defined('POST_VIEWS_PATH')) die(); $align_thumbnail = $shortcode_mgr->get('align_thumbnail'); $html .= '<div class="inline-post">'; $html .= "<div class='align-{$align_thumbnail} netsposts-post-thumbnail'>"; if( $shortcode_mgr->get_boolean( 'thumbnail' ) ) { include POST_VIEWS_PATH . '/thumbnail.php'; } $html .= '</div>'; $html .= '<div class="netsposts-text-content">'; include POST_VIEWS_PATH . '/header.php'; if(!$shortcode_mgr->get_boolean('titles_only')) { include POST_VIEWS_PATH . '/content.php'; if ( $price_woocommerce || $price_estore ) include POST_VIEWS_PATH . '/commerce.php'; } $html .= '</div>'; $html .= '</div>';
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List