Yoast SEO - All-in-one SEO solution for WordPress:

  • Title and meta description templating for better snippets in the search results.
  • On-page content analysis
  • Advanced XML sitemaps
  • Set canonical URLs to avoid duplicate content
  • Adds Facebook Open Graph and Twitter card meta data
  • Integrates with Google Search Console and much more

Do you want to do multiple tag/category queries in Wordpress by URL?

Use , (Comma) for OR operation

Use + (Plus) for AND operation

Suppose to get all posts tagged css or jquery then:


https://techbrij.com/tag/css,jquery

To get all posts tagged css and jquery


https://techbrij.com/tag/css+jquery

For those of you not using “pretty” permalinks, then it would be:


http://mywebsite.com/?tag=tag1,tag2
http://mywebsite.com/?tag=tag1+tag2

To navigate back to previous cursor position in VSCode, use following shortcut by OS:

Windows: Alt + Left

Linux: Ctrl + Alt + -

Mac: Ctrl + -

via @housecor

If your Node.js version is < than 6.0.0

Using console.log(err) prints only the error message.

For newer version

It prints the error message and the full stack.