WP-Print Plugin
-
Hi guys,
For some reason undefined, my wp-print doesn’t seem to want to play anymore. When I click on “Print This Article” under the nominated post, I get a standard “internet” 404 error. I’m using Permalinks,
/%category%/%post_name%/%post_id%/
.My WP version is the latest upgrade, and my host uses apache 1.3. I’m not using lucky13 re-write plugin because every time I try to install it my site goes ballistic!
Footnote: Up until today – right now in fact – I had no problem with any aspect of this install or Permalinks (minus lucky13) although I did require additional help from the Lester to get the print plugin to work when I first installed it, but he waved his magic wand and fixed my problem. Only today, for some reason, it doesn’t bring up a print version of the article.
I’ve uninstalled all plugins I’ve added since his help, and the print function still doesn’t want to play. The url for the article is: myblog/wordpress/submissions/the-dream/26/
The print URL for the article is: myblogname/wordpress/submissions/the-dream/26/print
The standard error page URL: myblogname/wordpress/submissions/the-dream/26/print/
Within the actual post…
<div id="maincontainer"><br>
<?php if (have_posts()) : ?>
<br>
<?php while (have_posts()) : the_post(); ?>
<br>
<div class=”entry single”>
<h2><a href="
<?php the_permalink() ?>">
<?php the_title(); ?></a>
</h2><br>
<p class=”byline”><span>by </span><?php the_author(); ?>
<br>
<p class=”issue”><?php the_time('F jS, Y') ?>
<br>
<p class=”info”><?php if ($post->comment_status == "open") ?>
<br>
<?php the_content();?>
<br>
<p id=”filedunder”>Filed under:<?php the_category(','); ?>
|href="
<?php the_permalink(); ?>print/">
Print This Article
</div>I also noticed a URL discrepency whenever I hover over the article title within Manage/Posts. The URL there is: myblogname/wordpress/category/submission.
When I click my way down (sub-cat levels) I have category in the url until the actual post is rendered. I’ve read that /category/ within the URL structure is innate and cannot be overridden whilst using Permalinks. I don’t have an issue with this but I couldn’t help but wonder if this (/category/) is affecting the ability to render a print version.
I could be wrong – most probably am. Can someone please advise how I could go about fixing this issue, again?
Thanks very muchly
- The topic ‘WP-Print Plugin’ is closed to new replies.