Strip the page number from multi-page permalink when sharing
-
I haven’t found the answer to my question.
Is there a way to remove a certain page from being shared? For example, I have a 3-page post but when people share the post, the 3rd page is being shared on Pinterest and not the first.
https://www.domain.com/sample-post/3 is being shared instead of
https://www.domain.com/sample-post/I had to disable the plugin because of constant inquiries re: the beginning of this oil stain tutorial.
I was using this php coding <?php if( function_exists(‘ADDTOANY_SHARE_SAVE_KIT’) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?> in a Genesis hook that shows up in each post, so I cannot modify the shortcode because it would affect every post.
How can I use this sharing plugin on all of my posts, but strip the numbered pages (parameters) on multi-page posts from being shared?
Thanks so much!
- The topic ‘Strip the page number from multi-page permalink when sharing’ is closed to new replies.