Viewing 2 replies - 1 through 2 (of 2 total)
  • Since they link to the posts, as posts are shown full-length on a post page, I don’t see how this could be possible without a hack.
    What you can do is, edit index.php to show posts with the more link, when the individual entry pages are being viewed. For this, just remove the condition that says
    if ($single) {
    do-not-show-the-more-tag
    }
    of course if you can’t find $single (since it is 1.0.2) you will find $p or $name instead, to identify the “individual entry pages” in index.php
    So how exactly does one load wordpress as a module in Postnuke? Is there a quick tutorial somewhere?

    Thread Starter puppet

    (@puppet)

    WordPress isn’t loaded as a module, i’m using the Postwrap module to port my WordPress index into the central block. So instead of linking to an external URL, i’m putting in an internal one (and removing WordPress’ sideblocks to make it fit).
    Thanks for the reply, i’ll dig around in index.php and see what I can find.
    I guess I should have added that some of the links on my site aren’t exactly “Safe for Work”, but I had to link the main site itself since linking wordpress directly wouldn’t exactly show the problem. Hopefully nobody gets lost and clicks on something they’re not expecting.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Archive display’ is closed to new replies.