Thread Starter
fig
(@fig)
Oh yes, ONE MORE THING!
I think this problem only arizes if you DO NOT USE PERMALINKS! I don’t, so I think that’s the source of my agony 🙂
Thread Starter
fig
(@fig)
Sorry, it appears I didn’t do the “code” thing right, the way it’s suppose to look is like this:
On line 82, i changed:
$permalink = get_settings('home') . '/?p=' . $idpost->ID;
with:
$permalink = get_settings('home') . '/index.php?p=' . $idpost->ID;