• After I downloaded wp-print plugin, I can’t seem to get my print icon to show on my blog. Nor can I control the post I want printed. Any suggestions?

Viewing 13 replies - 31 through 43 (of 43 total)
  • [Also, how can I get rid of that ‘Print This Post’. Just the icon should be enough.]

    OK, nevermind, just discovered the configuration settings in the admin area. Thanks!

    This plugin is awesome!!!! My new favorite plugin, for sure.

    One quick thing: What if I wanna change the name of the folder list in the url. Like instead of saying mypermalink/print/ when I click on the link it says something like mypermalink/aletrnatepageview/

    See, I’m not using it for printing, just to show my page with a different template with one click.

    Thanks!

    Sorry there is no option for changing it at the moment unless you are modifying the source code itself which is out of my support scope.

    I’m having problems getting this to display the page properly:

    Regular Version:
    https://fulleryouthinstitute.org/2006/04/the-boomerang-effect/

    Print Version
    https://fulleryouthinstitute.org/2006/04/the-boomerang-effect/print

    The print version is not showing any of the correct content on the page. It looks like it is defaulting to something else, not sure what is going on here.

    I did create my own custom print-posts.php file, but with or without a custom file it still doesn’t work.

    Any ideas?

    disable all plugins and switch to the default theme to see if it works in the first place

    Hope I am not being a nudge ’cause I know GamerZ shouldn’t have to answer Code modification questions, but I am tring to customize so I can change the url from to print to anything I want … tried changing it around 108 and it rewrote the URL but didn’t call wp-print.php file correctly and I got a page not found error so must being missing something. Just though I’d throw it out there if anyone has any experience with this … if not I will work until I figure it out …

    if(!empty($using_permalink)) {
    		if(substr($print_link, -1, 1) != '/') {
    			$print_link = $print_link.'/';
    		}
    		if(is_page()) {
    			$print_text = stripslashes($print_options['page_text']);
    			$print_link = $print_link.'printpage/'.$polyglot_append;
    		} else {
    			$print_link = <strong>$print_link.'print/'.$polyglot_append;</strong>
    		}

    It is quite complicated to change the word as they might be at some other places as well. You can try print_rewrite(). Even myself I am also not sure exactly where to change it as the plugin as been coded quite sometimne back

    I love this plugin but realized recently that it doesn’t include my tracking code for Google Analytics. Is there any way to make the print page that generates include their snippet of code?

    you can add it in print-posts.php

    I can’t seem to locate that php through my dashboard. Is it more complicated than that? Sorry for such a noob question.
    I’m using K2 and I don’t have this plugin used on every page of mine, I only insert it manually into the occasional post using the {Print_link} command.
    Here’s a sample post using the plug-in:
    https://josephdevon.com/2007/08/09/second-choice/
    And here’s the print page generated:
    https://josephdevon.com/2007/08/09/second-choice/print.

    Any help would be appreciated.

    Sorry. The printable version of the link above is:
    https://josephdevon.com/2007/08/09/second-choice/print/

    Never mind. I figured it out. Thanks much.

    hi i’m trying to put the print link together with my post footer links (permalink, trackback etc), but for some reason the link appears above their containing div. as far as i can tell it’s just an a tag. any ideas?

Viewing 13 replies - 31 through 43 (of 43 total)
  • The topic ‘wp-print plugin’ is closed to new replies.