Today I’m adding 2 useful plugins for visitor experience, wp-pagenavi and wp-print. Wp-pagenavi give a convenient pagination on long post, it will cut a long post into some divided part and make it a good looking and easier to read. Sadly, split article function as provided by wp-pagenavi has not implemented on my blognews template. Ask the possibility to add the function, I finally solved it by following Mehmet Ozekinci-the template author-advice to add following code :
[code language=’cpp’]
Page&after=
&next_or_number=number&pagelink= %’); ?>
[/code]
right after <?php the_content(); ?> line on single post template file.
Second plugin, wp-print give a smart and convenient print-ready page for visitor. The plugin itself has successfully installed and activated but I got a 404 error page while trying to see how the print-page will looks alike. Google for a while and found the solution as below :
- Place the wp-print code inside loop code (loop for each content)
- Re-update your permalink. Go to WP Admin | Setting | Permalink and click update to update your .htaccess file.
I’ve also added a wp-post view plugin for tracking how many post seen by visitor. This will keep me update which category or content has biggest fans.
I am thinking should I hosted my wordpress blog in wordpress.com or should I host it in a local hosting server. but what I know is that I can’t use custom html if I bought the domain in wordpress.com this functionality only exist if I use local hosting server for wordpress.
may I know which hosting server that host this kind of wordpress blog of yours Mr vavai? 🙂
I am thinking should I hosted my wordpress blog in wordpress.com or should I host it in a local hosting server. but what I know is that I can’t use custom html if I bought the domain in wordpress.com this functionality only exist if I use local hosting server for wordpress.
may I know which hosting server that host this kind of wordpress blog of yours Mr vavai? 🙂
Hi Jacobian,
I used myself-hosting. Contact me on contact-form page if you need further information.
Hi Jacobian,
I used myself-hosting. Contact me on contact-form page if you need further information.
Why don’t you use something like Piwik to do more sophisticated tracking? Thanks for the wp-print plugin, it looks good.
Why don’t you use something like Piwik to do more sophisticated tracking? Thanks for the wp-print plugin, it looks good.
@Corey Burger,
I’ll be learn about piwik. Thanks for the info. Actually, I have Google analytics and statpress plugin installed but Piwik looks interesting.
@Corey Burger,
I’ll be learn about piwik. Thanks for the info. Actually, I have Google analytics and statpress plugin installed but Piwik looks interesting.