Home › Forums › Pro Themes › WEN Corporate Pro › Can't access numeric pagination in free version
Tagged: newer posts, older posts, pagination, wen corporate
- This topic has 5 replies, 2 voices, and was last updated 7 years, 9 months ago by wensolutions.
-
AuthorPosts
-
February 15, 2017 at 8:15 pm #32404paulhastings0Participant
I downloaded the free version of Wen Corporate. On the sales page (http://wenthemes.com/item/wordpress-themes/wen-corporate-pro/) it says that the free version (WEN Corporate) has pagination in Default form and Numeric form. However, I don’t see any theme option to change my pagination type.
Right now my search pages simply have an [Older posts] and a [Newer posts] button. I would like my search pages to also show how many pages of search results there are. e.g. [Older posts][1][2][3][4][Newer posts].
Thanks!
February 16, 2017 at 12:47 am #32425wensolutionsKeymasterHello @paulhastingsO
The free version of the WEN Corporate provides the default pagination options i.e older/newer.
And the option you are looking for is only available in the pro version of this theme. Pro version comes with other exciting feature as well . So if you want to use the feature of numeric pagination you can always consider using pro theme.
Hope this helps.
Best Regards!!
February 16, 2017 at 5:55 pm #32520paulhastings0ParticipantThanks for your quick reply! Here’s a screenshot of the sales page for Wen Corporate. It says that the free version provides support for paginated navigation. See the screenshot below. Can you please give me the code that would allow to do that?
http://www.awesomescreenshot.com/image/2182969/ddf015025b5131bbc785ef14c0671432
Thanks!
-PaulFebruary 17, 2017 at 2:58 am #32553wensolutionsKeymasterHello @paulhastingsO
To get the feature of the numeric pagination, you have to create and activate the child theme.
For this you can use any plugin and below is the link for one of them.
https://wordpress.org/plugins/wp-child-theme-generator/
Now after creating and activating the child theme in your child theme’s functions.php file use below given code.
function wen_corporate_paging_nav() { the_posts_pagination( array( 'prev_text' => __( '<<', 'wen-corporate' ), 'next_text' => __( '>>', 'wen-corporate' ), 'before_page_number' => '<span class="meta-nav screen-reader-text">' . __( 'Page', 'wen-corporate' ) . ' </span>', ) ); }
Hope this helps.
For any confusion further, we are always here for you 🙂 .
Best Regards!!
February 17, 2017 at 4:29 pm #32618paulhastings0ParticipantIt worked. Thanks!
February 18, 2017 at 9:00 am #32670wensolutionsKeymasterGlad to know your issues has been resolved !!
If you have any queries further, please feel free to post them here and we will happily help you further.
Best Regards !!
-
AuthorPosts
- You must be logged in to reply to this topic.