Badges
CODE
1 badge
Plugin Developer
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
3contributions
high3
medium0
score9
Contributions
Type
October 2025
Oct 31
Fri · 12:42
Plugins
high
Oct 31
Fri · 12:16
Plugins
high
Oct 31
Fri · 12:11
Plugins
high
October 2019
Oct 11
Fri · 01:05
Forums
med
Oct 09
Wed · 03:44
Forums
med
Posted a reply to Убрать страницы автора, категории и тегов, on the site Форумы поддержки:
function my_custom_disable_author_page() { global $wp_query; if ( is_page() || is_single() || is_front_page()) { return; }…
function my_custom_disable_author_page() { global $wp_query; if ( is_page() || is_single() || is_front_page()) { return; }…
Oct 09
Wed · 02:47
Forums
med
Posted a reply to Убрать страницы автора, категории и тегов, on the site Форумы поддержки:
Извините, уже поздновато или рановато)) вместо is_post() нужно is_single()
Извините, уже поздновато или рановато)) вместо is_post() нужно is_single()
Oct 09
Wed · 02:30
Forums
med
Posted a reply to Убрать страницы автора, категории и тегов, on the site Форумы поддержки:
function my_custom_disable_author_page() { global $wp_query; if ( !is_page() || !is_post() || !is_front_page()) { $wp_query->set_404(); status_header(404);…
function my_custom_disable_author_page() { global $wp_query; if ( !is_page() || !is_post() || !is_front_page()) { $wp_query->set_404(); status_header(404);…
Oct 09
Wed · 02:02
Forums
med
Posted a reply to Убрать страницы автора, категории и тегов, on the site Форумы поддержки:
Тогда идём от обратного if(!is_page || !is_post() || !is_front_page()) И я надеюсь Вы цепляние за…
Тогда идём от обратного if(!is_page || !is_post() || !is_front_page()) И я надеюсь Вы цепляние за…
Oct 09
Wed · 01:56
Forums
med
Posted a reply to Не могу отредактировать главную страницу, on the site Форумы поддержки:
Судя по всему не хватает буфера памяти чтобы поместить весь тот контент который Вы собираетесь…
Судя по всему не хватает буфера памяти чтобы поместить весь тот контент который Вы собираетесь…
Oct 09
Wed · 01:30
Forums
med
Posted a reply to Убрать страницы автора, категории и тегов, on the site Форумы поддержки:
Измените условие вот так if( is_author() || is_category() || is_tag() )
Измените условие вот так if( is_author() || is_category() || is_tag() )
No contributions in this category yet.
Developer
1 plugin-
Jobs Integration For Taleo API
Less than 10 active installs