How can I have the "Blog Page Count" be at both the bottom and top of the blog page and the other blog list pages that use the shortcodes.
Want viewers to be able to switch pages with out scrolling all the way to the bottom.
Thank you
Joe Johnson
(5 posts)
(2 voices)
How can I have the "Blog Page Count" be at both the bottom and top of the blog page and the other blog list pages that use the shortcodes.
Want viewers to be able to switch pages with out scrolling all the way to the bottom.
Thank you
Joe Johnson
Hello nonprofitpartners,
Which theme are you using?
DeJavu
Try opening up /wp-content/themes/dejavu/framework.php and find line 167 which should look like this,
add_action( 'mysite_after_post', 'mysite_page_navi' );
On the next line add this,
add_action( 'mysite_before_post', 'mysite_page_navi' );
TY
Joe J
You must log in to post.