|
#1
|
|||
|
|||
|
Page-by-page in 1-4 troubles
I have tried using the page-by-page archive add-on and it doesn't seem to be working. Can anyone help?
Here's where I'm at: - The category archives keep coming up blank. It correctly shows the number of pictures in each category, but when I choose a category no thumbnails are displayed. - The monthly archives seem to work with the new tages. When I choose a month I see those pictures, no problem. - When I use the new tags and open the page there are zero thumbnails showing. I guess that's ok, but I would prefer to see something (most recent thumbnails or this month's thumbnails). Also, is there any way yet to show the titles and dates below each image? I know that was available previously, but I don't know if that's available for the new version. Thanks. |
|
#2
|
||||
|
||||
|
i think the template tags list is in the /docs folder fo your pixelpost files, or see pixelpost 101 here in the forum. You insert these tags into your templates to view the required data, such as dates, categories, titles ect....
__________________
i should say more clever stuff |
|
#3
|
|||
|
|||
|
I've tried so hard...
I have had no problem with all the other adjustments to my blog, but I can't get the paged archive tags to work. I have been trying the new tags in my docs folder. I read carefully and used them the way it said. But that didn't work, so I've tried them in almost every possible combination. Nothing works. Could someone please take a look at my browse template and suggest what to change. I'll include the code below.
Note: Right now I have given up, so right now all you will see are the standard tags. The main problems have been: - when I make the changes and load the page it comes up with no thumbnails showing at all - the date archives display pictures by month, but the category links all lead to blank pages. My browse template: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><SITE_TITLE> / archives</title> <link href="style.css" rel="stylesheet" type="text/css" /> <link rel="alternate" type="application/rss+XML" title="RSS 2.0" href="index.php?x=rss" /> </head> <body> <div id="wrapper"> <div id="background"> <div id="content"> <span style="float:right;width:280px;text-align:left;"><a href="http://www.japanwindow.com/">home</a> | <a href="index.php? x=browse&pagenum=1">gallery</a> | <a href="index.php?x=about">about</a> | <a href="http://www.japanwindow.com/blog/">text blog</a> </span> <div id="content"> <a href="index.php"><img src="images/header.png" width="208" border="0" /></a><br /> <div id="sub-wrapper"> <div class="sub-wrapper"><br /> <h2>Choose Gallery Options:</h2> <BROWSE_CATEGORIES> <BROWSE_MONTHLY_ARCHIVE_PAGED><br /><br /> <div style="text-align:center"><THUMBNAILS><br /><br /> <CATEGORY_OR_DATE_NAME_PAGED_ARCHIVE> </div> </div> </div> </div> </div> <div id="footer"> Powered by <a href="http://www.pixelpost.org/">pixelpost</a> | <a href="http://nack.ch">Design by bretzelman</a></div> </div> </body> </html> |
| Post Reply |
| Thread Tools | |
|
|