Support » Themes and Templates » Kubrick Full Sidebar Theme questions

  • Hi there.

    I have two questions:

    1. I am using the wp-print plugin to print individual posts. It works perfectly from the main page. However, when viewing a post by archives or categories, the print option does not display in the post. I have tried it with other themes, and it does work properly in those–I just can’t get it to work in Kubrick for some reason. Any ideas?

    2. The “previous entries” link displays on the bottom of the main page, and if I click it, it takes me to the previous page. However, that page only displays “next entries” (which returns me to the main page) and it does not display “previous entries” to take me to the previous page. Any ideas on how to get it to display?

    (see http://www.noshwithme.com)

    Any help is much appreciated!

    Hilary

Viewing 5 replies - 1 through 5 (of 5 total)
  • For problem 1, have you added the plugin code
    <?php if(function_exists('wp_print')) { print_link(); } ?>
    in the relevant place in single.php?

    Thread Starter superjux

    (@superjux)

    Hmm. I added that to single.php, so now it works when an individual post is viewed. (Thanks!) However, if you browse by category or month, the print link still does not show as it does on the main page.

    http://codex.wordpress.org/Template_Hierarchy
    This might help to understand which template files are used for different displays…

    Thread Starter superjux

    (@superjux)

    Okay, I think I’m probably better off just switching to a theme where I don’t have to tweak everything. I tested it out with the theme I have on my other blog (www.superjux.com) and it works just fine.

    Thanks for your help.

    Thread Starter superjux

    (@superjux)

    Any chance anyone can still help me with the second issue?

    I fixed the first one with your suggestions.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Kubrick Full Sidebar Theme questions’ is closed to new replies.