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
August 2018
Aug 11 Sat · 11:05
Forums med
Posted a reply to Add Description in Category, on the site WordPress.org Forums:
Hi, Please visit this site: https://wordpress.org/plugins/wp-hide-post/
Aug 11 Sat · 11:00
Forums med
Posted a reply to How to apply Customizer colors ?, on the site WordPress.org Forums:
Hi, try this code: function mytheme_customize_css() { ?> <style type="text/css"> h1 { color: <?php echo…
Aug 11 Sat · 10:50
Forums med
Posted a reply to How to add a user profile in menu with avatar ?, on the site WordPress.org Forums:
WordPress currently only allows you to use custom avatars that are uploaded through Gravatar. WP…
Aug 11 Sat · 10:26
Forums med
Posted a reply to Passing array data to a variable, on the site WordPress.org Forums:
I think this code will help you global $get; $arr= get_the_tags(); if($arr) { $get_name= '';…
Aug 11 Sat · 09:46
Forums med
Posted a reply to No Progress Bar on WordPress Export Tool?, on the site WordPress.org Forums:
Please spend some time to read this article.i hope this is helpful for you. https://www.wpbeginner.com/plugins/how-to-add-a-reading-progress-bar-in-wordpress-posts/…
Aug 11 Sat · 09:31
Forums med
Posted a reply to Enable a theme in PHP, on the site WordPress.org Forums:
https://codex.wordpress.org/Function_Reference/switch_theme I think this link is helpful for you..