Skip to content
Snippets Groups Projects
Commit a0c62bc7 authored by Puguh Wijayanto's avatar Puguh Wijayanto
Browse files

change $p->id to $p->post_id

parent 17e65c2b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,7 +41,7 @@ $gneex = Gneex::$opt;
'.$im.'
</div>
<div class="col-sm-8 col-md-8">
<h3 class="title"><a href="'.Url::post($p->id).'">'.$p->title.'</a></h3>
<h3 class="title"><a href="'.Url::post($p->post_id).'">'.$p->title.'</a></h3>
<div class="blog-meta"><small>published at '.Date::format($p->date, 'd M Y')."
by <a href=\"".Url::author($p->author)."\">{$p->author}</a></small><br /><br /></div>
".substr(Typo::strip(Posts::content($p->content)), 0, 350).'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment