Why should the post_type 'page' is always excluded?
-
When I post a WP page, there’s no link added to FB timeline. I didn’t set it to be excluded.
I found in the source code that the post_type ‘page’ is always excluded.
add-link-to-facebook-class.php
line 1470-1473:// Check if public post if (empty($post->post_password) && ($post->post_type != 'page' || $add_new_page) && !self::Is_excluded($post))
Is there any reason for this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Why should the post_type 'page' is always excluded?’ is closed to new replies.