Opened 6 years ago
Closed 5 years ago
#4046 closed defect (bug) (fixed)
WordCamp.org: meetups do have singular view
Reported by: | sippis | Owned by: | sippis |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch needs-testing |
Cc: |
Description
All WordPress meetups do have singular page visible on central.wordcamp.org. Those pages do not have any valid or useful information, so those should not be exposed to the public. This is regardless of meetup status.
For example, take a look at https://central.wordcamp.org/wp_meetup/palakkad-kerala-india/
Attachments (1)
Change History (8)
This ticket was mentioned in Slack in #meta-wordcamp by sippis. View the logs.
6 years ago
#3
@
5 years ago
- Keywords has-patch needs-testing added; needs-patch removed
This patch:
- sets
public
tofalse
on wp_meetup cpt - sets
has_archive
tofalse
on wp_meetup cpt - removes
query_var
on wp_meetup cpt as it is un-neccessary since'public'=>false
overrides it
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta-wordcamp by coreymckrill. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
This might partially fix itself after applying the patch in #3740, but still expose "public" meetups.