Beiträge von andrih

    Ich suche ein Tool, oder ein PHP Code, mit dem man nicht nur <<<vorherige Seite und nächste Seite am Ende der Blogseite sieht, sondern ich möchte, dass es so aus sieht(in etwa):

    <<< 1, 2, 3, 4, 5, 6, 7,...20>>>


    kennt jemand ein solches Tool oder ein solcher Code:confused:

    Gruss

    Ich suche zwei verschiedene Plugins.
    1: Eines das automatisch mit den Daten welche die Users beim registrieren angeben eine Seite erstellt.

    2: Bei dem man angeben kann welche Users diese bestimmte Seite lesen darf. (Ersatzt für Passwortschutz).

    Kann mir jemand helfen:confused:

    Ich habe jetzt das problem das oben beschrieben wird.
    Plugin: Lightbox 2.2 (2.0 Version finde ich nicht für WP)
    und mein Header.php sieht im moment so aus:
    <head profile="http://gmpg.org/xfn/11">
    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
    <style type="text/css" media="screen">
    @import url( <?php bloginfo('stylesheet_url'); ?> );
    </style>
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>

    kann mir jemand helfen???