IT Nursery
I’m having a hard time using this snippet I’m getting double views each time the post is queried. This is in my functions.php file: function getPostViews($postID){ $count_key = 'post_views_count';...
  • June 1, 2022
  • 0 Comments
Is it possible to display a view from another controller? Say for example I have a CategoriesController and a Category/NotFound.aspx view. While in the CategoriesController, I can easly return...
  • May 20, 2022
  • 0 Comments
I am using wp.mce.views.register to create a simple view for my shortcode in the tinymce editor, this works fine but i am looking for a way to have “nested”...
  • May 19, 2022
  • 0 Comments