Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
April 2023
Apr 04 Tue · 04:01
Forums med
Posted a reply to カスタム投稿タイプの特定ページを呼び出す方法, on the site サポートフォーラム:
if get で解決できました…
March 2023
Mar 25 Sat · 04:55
Forums med
Created a topic, カスタム投稿タイプの特定ページを呼び出す方法, on the site サポートフォーラム:
はじめまして! 現在、同じドメイン内のサブディレクトリに「index.php」を設置して特定の固定ペー…
December 2021
Dec 14 Tue · 06:40
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hi, @mikes41720 Thank you for your answer. Good luck with your plugin support! I will…
Dec 13 Mon · 07:25
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
@suascat_wp I appreciate for your kindness. @mikes41720 I'll have to give up on deleting them,…
Dec 10 Fri · 14:33
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
I understand that <title> tags that are hardcoded in the theme will not be removed.…
Dec 10 Fri · 08:27
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hi. No, that perception is probably wrong. The <title></title> output by Yoast SEO is This…
Dec 10 Fri · 06:46
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hi. I don't want to output the <title></title> tag itself. In other words, you want…
Dec 10 Fri · 05:55
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hi. I understood that wpseo_canonical with __return_false works. // The canonical will be removed. add_filter(…
Dec 10 Fri · 04:45
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hi. Is it also "unsupported" that wpseo_title doesn't work? add_filter( 'wpseo_title', '__return_false' ); I want…
Dec 09 Thu · 16:39
Forums med
Posted a reply to How to stop all output tags for a specific custom post type only, on the site WordPress.org Forums:
Hello Maybellyne, Thanks for the quick and accurate answer. By the way, is there a…