mehulved
Member
Posted 8 months ago #
I have wp table of paginated contents installed on the site to break long articles into various pages. This works very nicely with desktop site. But, wptouch fails to work with it. It only detects the first page of the post and will not display anything further.
How to get wptc working with the pagination built into wptouch?
http://wordpress.org/extend/plugins/wptouch/
mehulved
Member
Posted 8 months ago #
It is my code modification that is breaking. Not a problem with wptouch.
mehulved
Member
Posted 8 months ago #
It is working fine. I had removed the wp_link_pages line while modifying the code. Added it back and things are working perfectly.