IT Nursery
I want to highlight shortcodes in the WordPress visual editor in a specific color. E.g. I Have the following Shortcodes [shortcode1] Some text [/shortcode1] ... [shortcode2] Some text [/shortcode2]...
  • June 1, 2022
  • 0 Comments
IT Nursery
So, I’ve created a meta box within my page to allow my client to be able to add content into multiple different content blocks dynamically. I’ve done that using...
  • June 1, 2022
  • 0 Comments
IT Nursery
Hi I want to get the post ID from the post selected in the insert/edit link button. I would normally do: <a data-id="<?php echo $post->ID; ?>" href="https://wordpress.stackexchange.com/questions/256062/<?php the_permalink();?>"> Sample...
  • June 1, 2022
  • 0 Comments