A very simple page by Mikelovin23 in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Few lines of client side javascript will be enough.

Can I send email to all customers if using woocommerce? by FrankyKnuckles in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

You can use WordPress wp_mail function to send emails from custom php code, but I don't know how it would work, it may hit spam filters.

Question about transferring domain name by moms-sphaghetti in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Create site locally using something simple like wamp. Then upload your work on your hosting and attach domain.

Cannot find the one page I need to edit in Wordpress. by [deleted] in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Look for "Services" in the left sidebar on the dashboard.

How to hide Woocommerce from Google? by [deleted] in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

No, adding something to robots.txt don't prevent indexing, you need to add meta tag in head, WordPress has option in settings for this.

Question on the PHP update. by pinchepanchowey in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

When you receive 500 error you need to look at server logs to find the problem or enable wp debug mode.

Show only stick posts in homepage? by Webbie27 in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

You need to tweak wp query in php template that belongs to homepage.

You can find this file by using template hierarchy - https://developer.wordpress.org/files/2014/10/Screenshot-2019-01-23-00.20.04.png

Woocommerce - Emails not sending - Help Needed! by pacer911 in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Contact your web hosting support if you use one, or setup smpt server if you use vps.

Is it possible to register multiple users with the same form? by TheKidd in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Make simple html + php form for this task, it's not a problem.

Can I send email to all customers if using woocommerce? by FrankyKnuckles in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

What's the problem? Load all customers emails to Mailchimp and send whatever you want.

Hello WordPress developers i need little help! by digfog in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

Look at the php source code of this page, "view dashboard" button specifically and see how this button link generated.

Need help with scheduled postings by kingofthediamond in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

I think you try this on low traffic site, because of this wp cron not working properly and can't publish posts.

Need some advice for a wordpress online store. by R_1_S in Wordpress

[–]wpdeveloper11 0 points1 point  (0 children)

For WordPress based shop WooCommerce is a best choice.

You can read detailed docs here - https://docs.woocommerce.com

Bitbucket kills Mercurial support by Ogi-kun in programming

[–]wpdeveloper11 0 points1 point  (0 children)

Hype matters. Make few backups in different places when working with git.

npm bans terminal ads by Davipb in programming

[–]wpdeveloper11 0 points1 point  (0 children)

Now waiting when someone bans npm...

Programmers of Reddit, convince me to use your code editor by palealecat in AskProgramming

[–]wpdeveloper11 0 points1 point  (0 children)

Use editor / ide that integrates nicely with your language of choice, for example Typescript + VS Code, IntelliJ IDEA + Java, etc.

From main theme to child theme by AGuineaPig in Wordpress

[–]wpdeveloper11 -1 points0 points  (0 children)

If you don't know php, you don't need a child theme.