I’m the author of the Nav Menu Roles plugin that lets you display/hide menu items based on the user’s role. It has come to my attention that the menu...
  • May 5, 2022
  • 0 Comments
<?php function default_menu() { <form action="options.php" method="post"> <?php settings_fields( 'sample_check' );?> <input type="checkbox" name="sample" value="nofollow"/> </form> function reg_setting() { register_setting('sample_check','???'); } Hi all, I have struggled all day to...
  • May 5, 2022
  • 0 Comments
I have support ticket system which i have built using wordpress. The basic functionality is that when a “ticket” is created, it creates a post. When an admin replies,...
  • May 5, 2022
  • 0 Comments
I’m having an issue with a .mo file. I have a fully functioning localized custom theme that’s running in four languages for the moment: Dutch, English, French and Spanish....
  • May 5, 2022
  • 0 Comments
I’m running a large WP instance (currently has 28,000+ posts in custom types) and have been experiencing some odd slowdowns. Upon analyzing the MySQL slow query log, one of...
  • May 5, 2022
  • 0 Comments