ssorvari
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Menu List for Albums and GalleriesAnything new about this?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Menu List for Albums and GalleriesI did a new album template album-list.php and it was like this:
<?php /** Template Page for the list of albums Follow variables are useable : $album : Contain information about the album $galleries : Contain all galleries inside this album $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($galleries)) : ?> <h4><?php echo $album->name ?></h2> <ul class="albumit"> <!-- List of galleries --> <?php foreach ($galleries as $gallery) : ?> <li><a class="Link" href="<?php echo $gallery->pagelink ?>"><?php echo $gallery->title ?></a></li> <?php endforeach; ?> </ul> <?php endif; ?>Then I put do_shortcode-function to my sidebar. Like this:
echo do_shortcode('[album id=5 template=list]');Thats working, but in gallery-page it returns nothing. And just on gallery-page I need the hierarchical menu list of albums/galleries 🙁
Can anyone help?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Menu List for Albums and GalleriesThere is one who want know this too.
Forum: Requests and Feedback
In reply to: Delete blog from stats?Same problem here. I moved my blog to the other domain, and now there is two blogs in my global dashboard. And I can’t delete the old one…
Forum: Fixing WordPress
In reply to: WordPress loop – problem with posts per pagesmoshu: thanks a lot. CQS is perfect! It do all what I need! Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)