• Hi,

    Im am running into an error with integrating Plogger and was wondering if anybody could help me.

    I have setup Plogger at https://joost.cooltravels.nl/plogger and succesfully integrated it into the theme I use. But, I want run it as a Page through the sidebar of my site. I’m trying to create a page but get the following errror:

    https://joost.cooltravels.nl/?page_id=2

    Fatal error: Call to undefined function: the_gallery_head() in /data/members/paid/c/o/cooltravels.nl/htdocs/joost/wp-content
    /themes/veryplaintxt/gallery.php on line 12

    I can’t find what I’m doing wrong.
    Somewhere I once read that it is possible to redirect a Page to (in this case) the site/plogger/index.php file. But I cannot find how to do this.

    Thanks in advance for any response.

    Joost

Viewing 12 replies - 1 through 12 (of 12 total)
  • Joost, have you looked on the Plogger forum?

    I run Plogger and on my sidebar I’ve just got a simple link to the plogger/index.php gallery page – I didn’t create a page in WordPress and have it redirect or anything.

    Have you followed the integration instructions at https://www.phoenixrealm.com/2005/09/22/integrating-plogger/?
    If not, it’s a really good tutorial which explains it all.

    Hope you get the problem sorted soon!

    Thread Starter joostb

    (@joostb)

    Hi Croila,

    Thanks for your reply.

    I have checked the Plogger forum, from there I found how to integrate Plogger and WP. That part worked perfectly.

    The problem lies in the moment I want to make a WP Page of it. Or maybe I just need to try to integrate the link to ..plogger/index.php into the contents (wp_list_pages) part of my sidebar.

    I use the Redirectify plugin to do this but I am still in WP 1.5.2.

    Thread Starter joostb

    (@joostb)

    jwurster,

    That’s the one I have read about! Thanks, I couldn’t find it anymore.

    I have just installed it. It works but it first gives you a page with:

    OK
    The document has moved here

    With a link to ../plogger/index.php. Is it possible to do this witout this “inbetween page” ?

    On your Gallery page, does the redirect value point to the entire path to the plogger/index.php?

    Thread Starter joostb

    (@joostb)

    Yes it does. Maybe it’s something with WP 2.0 that I get this extra page.

    Thread Starter joostb

    (@joostb)

    Hi all,

    Thanks so far for all the replies and help. At the moment I have integrated a direct link in the Contents part of the sidebar.

    I will continue to see if I can create a page for this and I will post this here the moment I have figured it out.

    For now lots of thanks for the help

    Joost

    JoostB, I’ve never done anything with redirectify, but I did notice that when I changed from WP1.5 to 2.0, I had this “Ok, the document has moved” problem. The culprit turned out to be an old version of the Themeswitcher plugin that I was still using. I got the latest version of the plugin, and it was fine.

    This may not be relevant to your problem, but nevertheless it might be an idea to make sure you have the most up-to-date versions of all your plugins?

    Just a thought…

    Thread Starter joostb

    (@joostb)

    Croila,

    That’s a good one. I indeed have not checked this…..
    I will see if there are new versions of all my plugins.

    Cheers, Joost

    I have integrated my plogger gallery with wrodpress (thanks to the help on here). I just have on tiny problem. I would like to remove the wordpress search from the sidebar because I found that it doesn’t work at all when I’m in the gallery. Right now I have this:

    <?php if ( is_home() ) { ?>
    display search
    <?php } ?>

    This works when I initially enter the gallery but once I click into an album all the stuff that should only show up on the first page of the blog pops up, but I really only want to take the wordpress search part off of the gallery not everything that isn’t ‘home’.

    bump

    Plogger already has it’s own Search and you want to eliminate the WP Search from when you select your gallery. Just thinking out loud — the is_home() is not the correct function. You need to find something that is consistent when you go into your gallery. I eliminated the sidebar from my plogger index.php, so I don’t have your problem.

    I’ll put the sidebar back into my plogger index and see what I can find. You’ll have to give me some time to do this.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Plogger integration and Pages’ is closed to new replies.