![]() |
|
Display albums in WordPress sidebar - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Display albums in WordPress sidebar (/thread-8501.html) |
Display albums in WordPress sidebar - gschultz - 2011-04-16 I know there are ways to integrate Zenphoto with Wordpress but are there ways to do the opposite? I'm looking for a way to show the first ten albums in the sidebar of my blog, either with a plug or coding that the loads the database and displays the albums with php shortcodes. Thanks, Display albums in WordPress sidebar - acrylian - 2011-04-16 There are tools for similar things this on the extensions section. Since they are 3rd party I can't tell you if they still work. Display albums in WordPress sidebar - gschultz - 2011-04-19 The plugins didn't work but I was able to find a solution to my problem with this:
Only problem is that it displays all the albums. How do I fix it to display the first ten? Thanks, Display albums in WordPress sidebar - gschultz - 2011-04-19 I found a solution and now I have another problem. The code I'm using displays all the albums. Is there a way to show a certain number of albums instead of all? Thanks, Display albums in WordPress sidebar - acrylian - 2011-04-19 Stop the loop after the number you wish. Sorry this is basic php... Display albums in WordPress sidebar - gschultz - 2011-04-19 How do I stop the loop? Display albums in WordPress sidebar - sbillard - 2011-04-19 This is pretty much basic programming, not even basic PHP. If you do not know at least this much, then you really need to do some learning. Besides, since you did not show the solution you found there is no way anyone here can provide you with an answer. These things really depend on what has gone on before. Display albums in WordPress sidebar - gschultz - 2011-04-19 OK, I'll try again. I'm trying to make a page outside of Zenphoto that shows the last ten albums and then use php include to add that page to my WordPress sidebar. I've tried using plugins and many didn't work. Here's what I have so far: http://gregschultz.net/gallery.php With this code: " title="View album: "> " title="View album: "> ' With this code: " title="View album: "> ' I'm not familiar with PHP programming so this is why I'm asking for help. Thanks, Display albums in WordPress sidebar - sbillard - 2011-04-20 First, for this forum, it is best to use the code deliminating "peck marks" or "back tick" (on the US PC keyboard it is the left most key on the numberic row.) This takes care of insuring that your HTML markup in the code shows up. Unless some of your code has been swallowed because of the HTML interpretation, the two loops you show would process exactly the same number of albums. The only significant difference between the two is the HTML Display albums in WordPress sidebar - gschultz - 2011-04-20 Found the fix. ` "> ` |