Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    I just finished a fresh install of Plogger, but nothing is being outputted in the <title> tag of my pages. How can I get this to worK?
    • CommentAuthorjack
    • CommentTimeDec 2nd 2007
     
    You mean the title tag inside the <head>?
    Just put it in there yourself by using a text-editor or whatever. You only have to add it in the index.php file inside the Plogger directory. Or in other words, your Plogger template file.
  2.  
    Will that generate a dynamic title tag? i.e. one that contains the photo caption and album name?
    •  
      CommentAuthorkent
    • CommentTimeDec 2nd 2007
     
    in your header.php file ..

    try <?php echo '$my_title'; ?>

    then before plogger_get_header(); ..add in each file $my_title = whatever_func(); that gets your title data.
    • CommentAuthorjack
    • CommentTimeDec 2nd 2007
     
    Only the (nice) permalink/path to your album. It does that automatically.

    If you also want the caption inside the title tag, take a look at the
    function plogger_head();
    and
    function plogger_get_picture_caption();
    inside plog-functions.php.

    I think there will be a way to get the caption inside the $title.