I am a web & mobile app developer based in Lahore. I have been developing creative, interactive, usable & successful web apps, web portals, php and Flash action scripting, REST apis, WordPress plugins & themes. In recent years, I have worked on Ionic, Angular and TypeScript for hybrid mobile apps, Flutter & Dart, React & React Native, and Swift native iOS mobile app development.
If you need to display a page list by taxonomy with thumbnails in WordPress, use this shortcode anywhere in post, page or widget like this [taxonomy_pagelist tax=’places-to-visit’] where ‘places-to-visit’ is taxonomy slug. You can copy this code in your theme functions.php or add using wp-code plugin as script. Don’t forget to add styles in your…
If you are using ACF Plugin for adding custom fields in your WordPress website, and need to display those fields on your post detail page using hook, add this code in your WordPress website functions.php or add using Code Snippet plugin. This function will display 4 Advanced Custom Fields Plugin (ACF) custom fields on the…
While working on a project where LearnDash LMS WordPress Plugin courses listing data needed to be fetched using LearnDash LMS REST API, I encountered following 403 response from API when you call the API with JWT Bearer Token for Authorization: { “code”: “ld_rest_cannot_view”, “message”: “Sorry, you are not allowed to view this item.”, “data”: {…
A while back I had to work on a browser based app for MySQL Database Query, and later I further expanded it and displayed results Google Charts. For this basic query app, I used a simple html template and made it responsive and developed the UI with jQuery and PHP API calls connecting and fetching…
JSON API User Plus WordPress Plugin version 4.0.0 has added the feature for your website users to sign in using their Apple ID. you can easily add “Sign in with Apple” button with few clicks after providing Apple API credentials. In addition to website social login, there are two REST API endpoints available for you…
In Personify MemberClicks Auth WordPress Plugin latest released version 2.6.1, a new feature has been added in User Configuration section to select whether to use email address or first+last name for creating WordPress user login. Earlier, plugin used user Personify MC Professional member first and last name combination to create login. Apart from choosing Type…
WordPress as CMS can be an excellent and much cheaper alternative for Personify MemberClicks Membership website, MemberClicks Conference and Event Management website, and MemberClicks Learning Management website using relevant WordPress plugins. it also makes sense to use WordPress if you already have WordPress powered website and can easily add other relevant plugins. You just need…
Paylocity is HR & Payroll software which simplifies processes and create purpose with connected HR software. Paylocity maintains an Open API framework which is comprised of many endpoints to serve data. Paylocity API endpoints offer different sets of data for programs to retrieve, or different areas of HR & Payroll where programs can overwrite existing…
To resolve missing path, or “zsh: command not found: tailpress” error or any such command not found error message in macOS Monterey or later, following steps can fix the issue. For adding the variables to the path you need to add it to zshrc file for making that variable available locally. The way you have…
Website page speed is crucial to get higher rankings. These days, more and fancier layout designs have bloated the css files to new promotions and in WordPress themes sometimes these files are not even used and they add to page load unnecessarily. If you are fighting to remove every single unused bit of css code…
If you need to verify the credentials of user or show any custom error message, this jQuery code lets you check the credentials of user from front end of WordPress page for MemberClicks Auth WordPress Plugin. Please check the following code gist in any .js file or include in your popup html code: WordPress can…
MemberClicks Auth WordPress Plugin enables you to create paywall and restrict access to WordPress content and limit the access to logged in users and members. If you make any post or page private, and allow access only to logged in user or any specific role, that is possible. To create paywall in WordPress: Publish any…
On a WordPress website, if visitors try to access any private page or post, WordPress redirects the visitor to 404 page of the user is not logged in. it does not provide any message or redirect user or login page. To resolve this issue, I have authored this WordPress plugin to redirect users to login…
Sending Push Notifications is not a trivial thing but using Expo React Native app, it is quite straight forward. Here is a simple example to send Push Notifications using Expo React Native App. You need to install expo-notifications package for send notifications. The expo-notifications provides an API to fetch push notification tokens and to present,…
MemberClicks Auth WordPress Plugin, has been updated with new features to test API and user credentials from the plugin Settings API page. Earlier, if you added any incorrect api client credentials, or user credentials, it generated errors on login form widget that could not be debugged straight away. These two new features allow quick api…