Before you ask please READ THIS

Album options - Custom info 1-5

Is there a way to have more custom info fields at album options? I have albums that need more than 7 or 8 custom fields.

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    Currently, there is no option to increase this number, but it is a good call to add at least a "WordPress filter" that could affect this. I will look at it for next update of Apollo13 Framework Extensions plugin.

    For now, I would advise formatting your custom info as album content instead.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hey :-)

    In around 2 days I plan to release the update.

    You can add such code to your functions.php file(best if you would use child theme http://rifetheme.com/apollo13-framework/docs/installation-updating/installing-child-theme/ ):
    add_filter('apollo13framework_custom_fields_number', function(){
    		return 13;//change this number to any value you need
    	});
    For this to work you will need a Theme in version 2.1.0 & Apollo13 Framework Extensions plugin in version 1.5.0. Both should be released in 2 days.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion