Increased blog contents size
This commit is contained in:
@@ -74,7 +74,7 @@ class BaseController extends Controller {
|
|||||||
// $item["post_content"]
|
// $item["post_content"]
|
||||||
$itemA = array(
|
$itemA = array(
|
||||||
'title' => $item["post_title"],
|
'title' => $item["post_title"],
|
||||||
'desc' => substr($item["post_content"],0,100),
|
'desc' => substr($item["post_content"],0,400),
|
||||||
'link' => $item["guid"],
|
'link' => $item["guid"],
|
||||||
'date' => date_format(date_create( $item["post_date"]),'Y-m-d'),
|
'date' => date_format(date_create( $item["post_date"]),'Y-m-d'),
|
||||||
'image' => "https://blog.mermsemr.com/wp-content/uploads/".$item["meta_value"],
|
'image' => "https://blog.mermsemr.com/wp-content/uploads/".$item["meta_value"],
|
||||||
|
|||||||
Reference in New Issue
Block a user