Forums
(@moguldomrich)
13 years, 10 months ago
Found the answer here on the codex, in different words: http://codex.ww.wp.xz.cn/Conditional_Tags#Testing_for_paginated_Pages
Code Below
remove_shortcode('gallery'); add_shortcode('gallery', 'new_gallery_func'); function new_gallery_func() { // echo image tag // echo title <h3> // echo description <p> // Want to insert a page break here }