Skip to content
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

Closed
PanosSynetos opened this issue Oct 16, 2023 · 6 comments
Closed

Remove Blog from the pages generated by default on Woo Express #1321

PanosSynetos opened this issue Oct 16, 2023 · 6 comments

Comments

@PanosSynetos
Copy link
Contributor

As discussed in

@verofasulo asked

could we please remove Blog from the pages generated by default on Woo Express, please?

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

'blog' => get_page_by_path( 'blog' ),

Questions

  1. If we delete blog, do we also delete the post?
  2. Do you want us just to remove blog from the menu, and leave blog and the post as it is?

cc @manospsyx

@manospsyx
Copy link

Hey folks 👋

could we please remove Blog from the pages generated by default on Woo Express, please?

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

@verofasulo
Copy link

Hey @manospsyx 👋

Do we have any data around this?

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

Many merchants are likely to choose Woo because of the blogging capabilities of the WP platform.
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?

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.

@ilyasfoo
Copy link
Contributor

@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.

@verofasulo
Copy link

@ilyasfoo, thanks for investigating further! 💜

Do you think it would be possible to add this tracking event from now on? cc @adrianduffell @SamratBiswas1

@ilyasfoo
Copy link
Contributor

@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.

@manospsyx
Copy link

I'll go ahead and close this for now for 2 reasons:

  • Having an archive where news/announcements will appear in the frontend is an effective way to "teach" our users about this platform capability, which happens to be a very common merchant need as well.
  • It's easier for users who don't want it to delete it, than for users who need it to create it (at this point).
  • This could be solved very well in the CYS flow -- a compact menu without a "News" entry could be just one variation to expose.
  • A good middle-ground solution is to rename the existing menu item to "News".

I'll go ahead and open an issue as a next step for the last point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants