Burada Galiba Anlatıyor nasıl albüm oluşturulacağı fakat ingilizce iyi olmadığı için anlayamadım.

Creating Photo Album Page
Create a page like you normally would in WordPress. In my example, we'll give it the page title of "Photo Gallery". In the Page Content section add the following code:
%%wppa%%
Also, make sure under 'Page Template' you are using 'Default Template' as some WordPress themes have an archives template.
Press the publish button and you're done. You'll now have a photo gallery page.

You can also create a custom page template by dropping the following code into a page:
<?php wppa_albums(); ?>
In order to work properly, this tag needs to be within the WordPress loop. For more information on creating custom page templates, click here.