Hide Description on pagination
-
Hi,
thanks for your work.
I implemented bottom description using this code<?php $category_bdescription = $cat_data[$category_id]['bottomdescription']; $cat_data = get_option(MY_CATEGORY_FIELDS); if ( ! empty( $category_bdescription ) ) echo '<div class="clear"></div><div class="archive-meta">' . $category_bdescription . '</div>'; ?>
I’d like to hide the description from 2 page. So the only page with bottom description should be the first one. From /page/2, /page/3 and over it should be hide.
How can I get this?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide Description on pagination’ is closed to new replies.