Jump to content

Archived

This topic is now archived and is closed to further replies.

skytoss

masonic galery 20+ ?

Recommended Posts

skytoss

Hi, first, sorry for my bad english.
I have masonic galery and i have 20 post visible (the max) But, if i make 21+ post, the other post no display.. i have "previous page" but when i clic, just same 20 first post.. and can't display other.. you understand? Sorry for my bad english.. thanks

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Unfortunately, this is not possible out of the box and will require you to use a child theme. Then add the following snippet of code to your child themes functions.php file.

 

add_filter( 'pl_opt-masonic_total', function() { return 35; } );

 

For information on how to use a child theme, see here - http://answers.pagelines.com/how-to-install-a-child-theme


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×