Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter trevorhughdavis

    (@trevorhughdavis)

    i don’t think there is… i have used them in the past…but not in this template.

    I’m sorry, I don’t quite know what to do… does that mean that i call another query object at the top of my template?

    i mean, i’m using the is_page to detect if the page is a page or not.

    so i can’t just override it for everything. kinda defeats the point.

    here is my template. i cut and pasted the sidebar and header and footer into it so it would all be one file.

    ____

    [Moderated: long code deleted]
    Please, use http://pastebin.com or similar services to post code

    Ok, this can’t be that hard, but I haven’t been able to do it.

    But I’m not really all that smart.

    But this is part of the solution to your puzzle:

    First – you can add a permanent custom field. there is a guide out there somewhere that is very good – but i can’t find it for some reason. call it something I ate, i didn’t bookmark it.

    but this plugin lets you use them in a post:

    http://www.coffee2code.com/archives/2004/06/30/plugin-get-custom/

    Hmm… hack one of the photo upload plugins so it does this

    <?php
    $size = getimagesize(“testimg.jpg”, $info);
    if (isset($info[“APP13”])) {
    $iptc = iptcparse($info[“APP13”]);
    var_dump($iptc);
    }
    ?>

    exchanging app13 for the “description” or “caption” field. (i’m guessing that’s what you want”.

    Thenuse

    Thread Starter trevorhughdavis

    (@trevorhughdavis)

    Nobody want to help me then? Fine.

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