Title: Plugin installed and activated &#8211; isn&#039;t working
Last modified: August 31, 2016

---

# Plugin installed and activated – isn't working

 *  Resolved [gregcrowe](https://wordpress.org/support/users/gregcrowe/)
 * (@gregcrowe)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/)
 * I went through the installation process for this plugin and left the settings
   on default. The pagination isn’t showing up, nor is the standard one caused by
   wp_link_pages being hidden. I have a child of Twentry Fourteen, and I still use
   all the standard CSS labels for page navigation.
 * Am I supposed to use a standard page break tag as if for standard wp_link_pages?
   If not, what do I use? Also, is there something I need to add to the code?
 * Thank you.
 * [https://wordpress.org/plugins/pagination/](https://wordpress.org/plugins/pagination/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Thread Starter [gregcrowe](https://wordpress.org/support/users/gregcrowe/)
 * (@gregcrowe)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935529)
 * I should point out that it shows up just fine on archive and search listings,
   but not at all on single posts with <!–nextpage–> tags.
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935647)
 * Hi,
 * If you want to use navigation block for multipage posts, please add the following
   lines to the files which are responsible for content displaying of single page
   or post, to the place, where you’d like to add the navigation block:
 * `<?php if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination('
   multipage' ); ?>`
 * Sincerely,
    BestWebSoft Support team
 *  Thread Starter [gregcrowe](https://wordpress.org/support/users/gregcrowe/)
 * (@gregcrowe)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935656)
 * That seems to have done the trick. Thank you.
 * I couldn’t find reference to this step anywhere in your documentation. Did I 
   miss it somewhere?
 * Also, while I have you, how would I generate the navigation HTML code so I could
   assign it to a string variable? I need to move one instance of the pagination
   block to something else that is a part of the_content, so I would need to use
   a filter and strings.
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935680)
 * Hi,
 * 1) This information is provided on the plugin settings page.
    2) Unfortunately,
   there is no such functionality in our plugin, but you can request a paid customization
   service, and we’ll add the necessary features according to your needs.
 * Sincerely,
    BestWebSoft Support Team
 *  [Jennifer Moss](https://wordpress.org/support/users/mossifer/)
 * (@mossifer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935735)
 * I got it working on the main blog page, but the pages don’t work on category 
   archives. Just resets to page 1
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935738)
 * Hi mossifer,
 * Please provide a link to your site so that we could check Pagination work.
 * Sincerely,
    BestWebSoft Support Team
 *  [Jennifer Moss](https://wordpress.org/support/users/mossifer/)
 * (@mossifer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935739)
 * OK please provide an email so I don’t have to post it.
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935740)
 * [@mossifer](https://wordpress.org/support/users/mossifer/) Per the [forum welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post)
   please post your own topic.
 * [https://wordpress.org/support/plugin/pagination#postform](https://wordpress.org/support/plugin/pagination#postform)
 * That’s how these forums work and it’s considered rude here to take over someone
   else’s problem. Posting your own topic is the best way to get your problem the
   attention is deserves.
 *  Thread Starter [gregcrowe](https://wordpress.org/support/users/gregcrowe/)
 * (@gregcrowe)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935741)
 * I’m sorry, but I should have posted back that, yes, I found the lines of code
   to copy-and-paste on the plugin settings page, and that works fine. And I also
   understand it is not possible for me to generate a string to use in a filter.
   So I guess this topic can be closed out.
 * Thank you!
 *  [Jennifer Moss](https://wordpress.org/support/users/mossifer/)
 * (@mossifer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935742)
 * Sorry thought this was my post-I do understand the rules.
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935744)
 * Hi mossifer,
 * For more convenience, please create a privite ticket on our support forum ([http://support.bestwebsoft.com](http://support.bestwebsoft.com)),
   and provide the following information:
    1) Link to this post so that we could
   understand the problem; 2) Link to your site so that we could check Pagination
   work; 3) Your System status as well. Follow the next instruction – [https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit](https://docs.google.com/document/d/1Wi2X8RdRGXk9kMszQy1xItJrpN0ncXgioH935MaBKtc/edit)
 * Sincerely,
    BestWebSoft Support Team

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Plugin installed and activated – isn't working’ is closed to new replies.

 * ![](https://ps.w.org/pagination/assets/icon-256x256.gif?rev=2596128)
 * [Pagination by BestWebSoft - Customizable WordPress Content Splitter and Navigation Plugin](https://wordpress.org/plugins/pagination/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pagination/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pagination/)
 * [Active Topics](https://wordpress.org/support/plugin/pagination/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pagination/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pagination/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-installed-and-activated-isnt-working/#post-6935744)
 * Status: resolved