Debraj Rakshit
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [The Events Calendar] Error on calendar viewSame here. Attached is the screenshot.

- This reply was modified 7 years, 11 months ago by Debraj Rakshit.
Forum: Plugins
In reply to: [Menu Item Visibility Control] Show items if logged and by user roleI have used the multiple conditional tags to mention user roles:
in_array(‘administrator’, $GLOBALS[‘current_user’]->roles); in_array(‘subscriber’, $GLOBALS[‘current_user’]->roles)
Above will display menu item only for administrator and subscribers logged-in
you can add more roles like these as per your requirements.Forum: Fixing WordPress
In reply to: Change post dates in bulk using plugin or sql queryHi Janis,
I am trying with your code. It brings me this error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''wp_posts' SET post_date = "2015-07-22 23:50:30" WHERE post_date BETWEEN '2015' at line 1I am using:
UPDATE'wp_posts' SET post_date="2015-07-22 20:31:30" WHERE post_date BETWEEN '2015-07-31 00:00:00' AND '2015-12-14 00:00:00' AND post_status="publish"Any help would be appreciated. My SQL server version is 5.5.44
Thanks
Forum: Plugins
In reply to: [CSV Importer] does not import even sample files providedSame here. Any help from developer would be appreciated.
Me too. Anshul please provide some support here…
Can I make the Heading link to the main category rather than just the post?
Viewing 6 replies - 1 through 6 (of 6 total)