-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Blog from the pages generated by default on Woo Express #1321
Comments
Hey folks 👋
Do we have any data around this? Many merchants are likely to choose Woo because of the blogging capabilities of the WP platform. I agree that the word "blog" might be off-putting to some in 2023; many merchants may feel more "at home" with a re-wording to "News" here. Keep in mind that the back-end strongly emphasizes the blogging capabilities of the platform anyway (e.g. "Posts" menu item). The Site Editor is notoriously difficult to use to customize the menu -- are we confident there's an easy way to add this? I'd be in favor of dropping the Blog menu item, but only after we have shipped a store personalization experience that allows merchants to easily surface a news/posts menu item (and perhaps even give it a name). cc @verofasulo |
Hey @manospsyx 👋
That's a great question! Any chance we can get some data about the % of live Woo Express stores without the Blog page? cc @adrianduffell @ilyasfoo
That's interesting. My assumption was different—most of new merchants that are opening a store in Woo Express are not interesting in blogging. I see it as something related to another use case, e.g. users that are coming from WordPress, already have a blog, and decide to build a store on it. |
@verofasulo Good question. Unfortunately, I wasn't able to find any related tracks we fire that could be used to count the number of sites without the Blog page. However, as a proxy, Jetpack powered sites may store the data on trashed/unpublished posts and pages. I suspect the data might be available somewhere in Jetpack's activity log, but I doubt it'll be a small endeavour to dig through and link everything up. |
@ilyasfoo, thanks for investigating further! 💜 Do you think it would be possible to add this tracking event from now on? cc @adrianduffell @SamratBiswas1 |
@verofasulo I believe it's possible but it's not straightforward. The blog page can be "removed" by 3 actions: delete, rename, and unpublish. I think we'll have to add a track to relevant hooks to all these actions with appropriate check on the blog name or meta data. After that, in order to find out how many % of users remove the Blog page, we may need to compare the numbers of free trial sites created since the track is added with the number of users who fired the remove tracks. |
I'll go ahead and close this for now for 2 reasons:
I'll go ahead and open an issue as a next step for the last point. |
As discussed in
@verofasulo asked
To give some feedback, blog page is generated by Tsubaki's headstart. It also creates a blog post. See
https://github.com/Automattic/theme-tsubaki/blob/trunk/inc/headstart/en.json#L278-L292
and
https://github.com/Automattic/theme-tsubaki/blob/trunk/inc/headstart/en.json#L20-L36
On Woo Express, currently, we don't delete this page, all we do is add it to the menu
wc-calypso-bridge/includes/class-wc-calypso-bridge-setup.php
Line 371 in ef3b3ae
Questions
cc @manospsyx
The text was updated successfully, but these errors were encountered: