Tag: wordpress

  • order by current user id in wordpress

    To order queries by the current user ID in WordPress, you can use the get_current_user_id() function to retrieve the current user’s ID and then include it in your custom query. Here’s an example using the WP_Query class to retrieve posts ordered by the current user ID:

  • 23 lazy load effect for your wordpress

    23 lazy load effect for your wordpress

    Month ago me and Theme Monster built Ripple LazyLoad wordpress plugin this plugin contain 23 lazy load effect for wordpress website. Ripple LazyLoad is helpful to those who want to stay with their current theme and want lazy load effect in the current theme.

  • How to find and fix spam script in wp themes and plugins

    How to find and fix spam script in wp themes and plugins

    “No Lunch Is Ever Free, Someone Somewhere Has To Pay For It” absolutely correct!!!! Be careful while selecting any free Premium WordPress Themes because the theme can be no doubt free but you don’t know if its spam script free too. Else you too will have to invest your time in researching the reasons like…

  • Javascript in WordPress Menus URL

    Javascript in WordPress Menus URL

    By default wordpress don’t allow you to put JavaScript function in its menu URL There are few steps to insert Javascript in WordPress Menus URL with jQuery without editing wordpress core.