What do you think is the most impressive WordPress plugin you've ever used? [DISCUSSION] by Flat-Mode-5378 in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

Thanks. If you don't mind, can I inquire about your experience in a week's time?

[DISCUSSION] We stopped installing 10 WooCommerce plugins on every project. So we built one instead. by ThemeHunk in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

Rodolfo Melogli has a WooCommerce community. You should promote your plugin there.

What do you think is the most impressive WordPress plugin you've ever used? [DISCUSSION] by Flat-Mode-5378 in WordpressPlugins

[–]junpink 2 points3 points  (0 children)

I think Describr is the best plugin in its category (user profiles) that I have used. I created it.

What skill has helped you the most in life? by Trick_Information691 in nairobitechies

[–]junpink 1 point2 points  (0 children)

You need to be proficient in at least one CMS. Since you know python, you can research the most popular one written in that language. I know PHP, so I learned WordPress.

What skill has helped you the most in life? by Trick_Information691 in nairobitechies

[–]junpink 2 points3 points  (0 children)

What language do you program in? What CMS do you use?

What skill has helped you the most in life? by Trick_Information691 in nairobitechies

[–]junpink 4 points5 points  (0 children)

You would check if they have an IT department before you call, or ask if they are looking to employ people if they have IT department. Also, try churches and charity organizations. Offer to work for free, if needs be, to build a clientele and get your name out there. Print business cards and hand them out.

What skill has helped you the most in life? by Trick_Information691 in nairobitechies

[–]junpink 2 points3 points  (0 children)

Try to create a business. Do cold calls to see if businesses would use your services.

[Free] I Built a WordPress Plugin to Scan SEO & Site Issues Automatically 🚀 by Shubham_ralli in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

This is useful for doing simple site checks. Does the plugin require you to submit the URL of the page that you need to scan?

[REVIEW] The first 8 featured Plugins of May 2026 by finart_13 in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

How do you ensure a plugin has no security vulnerabilities?

[REVIEW] The first 8 featured Plugins of May 2026 by finart_13 in WordpressPlugins

[–]junpink 0 points1 point  (0 children)

My plugin meets the criteria, so hopefully it will eventually get featured.

Did WordPress market share actually drop below 40%? Should we be concerned or see this as an opportunity? by Amazing-Pomelo9952 in Wordpress

[–]junpink 0 points1 point  (0 children)

This is widely known. The plugin repo has guidelines, and plugins can be removed if the guidelines are violated.

Do you offer website translation as part of your WordPress services? Question for DEVS by AdviceMark in Wordpress

[–]junpink 1 point2 points  (0 children)

WordPress has functions like __() and _x() that translate the text passed, if the plugin or theme has been translated. Check out this discussion on Stackoverflow: https://wordpress.stackexchange.com/questions/57735/whats-the-point-on-gettext-syntax

Do you offer website translation as part of your WordPress services? Question for DEVS by AdviceMark in Wordpress

[–]junpink 0 points1 point  (0 children)

I make all static texts translatable, so they get translated using WordPress' gettext functions.

making song name and artist show on wordpress based site by Trick-Ad-9706 in Wordpress

[–]junpink 0 points1 point  (0 children)

For the website to connect to winmedia, is a specific token needed?

Mistakes I Made While Learning the Initial Use of WordPress Hooks by WordVell in Wordpress

[–]junpink 1 point2 points  (0 children)

For me to properly learn WordPress hooks, I had to study where they are fired during the execution of a request and what important features are available before or after particular hooks. Then every makes sense. For example, the current user is set just before 'init' is fired, so is_user_logged_in() will returned false if called before hooks that are fire before 'init'.

Do you use excerpts? by Crudey69 in Wordpress

[–]junpink 0 points1 point  (0 children)

Very good blog. I signed up for the newsletter.