Ajay
@ajay on WordPress.org and Slack
- Member Since: May 16th, 2004
- Location: United Kingdom
- Website: ajaydsouza.com
- GitHub: ajaydsouza
- Employer: WebberZone
Bio
WordPress Origin Story
Contribution History
Ajay’s badges:- Core Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
-
Posted a reply to SQL Error Searching in Taxonomies, on the site WordPress.org Forums:
That would make sense to me. You wouldn't need to double up. But, please do… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
@christianihechi Thank you for confirming. This will be part of the next release. -
Posted a reply to Ignore Junk Words, on the site WordPress.org Forums:
@martyparker9745 The plugin uses mySQL fulltext search behind the scene which ignores some stopwords but… -
Posted a reply to Does perfectly the job!, on the site WordPress.org Forums:
@ervael Thank you very much for the review! Am glad to hear the plugin works… -
Posted a reply to CRP short code is not working, on the site WordPress.org Forums:
@koushik001 Sorry for the delay. Were you able to test with one of the default… -
Posted a reply to SQL Error Searching in Taxonomies, on the site WordPress.org Forums:
@signorrossi Can you tell me what settings you changed to get to this? It might… -
Posted a reply to Error log, on the site WordPress.org Forums:
That shouldn't be an issue. 0 0 means it runs at midnight. Have you checked… -
Posted a reply to Error log, on the site WordPress.org Forums:
@hbk747 I am confused by the error. Are you able to replace the contents of… -
Posted a reply to Error log, on the site WordPress.org Forums:
please can you tell me which version of the fast tracker you're using? -
Posted a reply to REAL PROBLEM -URGENT, on the site WordPress.org Forums:
What version did you upgrade the plugin from i.e. what did you have before 3.3.3?… -
Posted a reply to CRP short code is not working, on the site WordPress.org Forums:
Was this working earlier? And does it work with other themes? I assume you’re using… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
Are you able to try this beta release. Instructions on how to do so are… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
I just installed Random content in my test install. Created a random content post and… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
Thanks for the confirmation. So it’s definitely an issue with the_content filter that my plugin… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
I think I understand what you're saying. Just to clarify. You are using the Random… -
Posted a reply to Disable Related Posts on a post type not listed in the plugin, on the site WordPress.org Forums:
I just checked the plugin and it looks like it is not registering the post… -
Posted a reply to Dashboard Display on frontend, on the site WordPress.org Forums:
You won't be able to do this within the plugin as it was designed purely… -
Posted a reply to Exclude images from top 10, on the site WordPress.org Forums:
In Top 10 > Settings > Posts list > Post types to include. You'll need… -
Committed [2869479] to Plugins SVN:
v3.3.3 - fixes permission issues -
Committed [2869473] to Plugins SVN:
v3.2.5 - fixes permission issues -
Created a topic, Back slashes being added, on the site WordPress.org Forums:
I added the Google Analytics code in the Network admin… -
Posted a reply to Some words have become links such as google etc., on the site WordPress.org Forums:
@danishsard I don't think it's coming from my plugin. This has something to do specific… -
Posted a reply to Multple Blocks, on the site WordPress.org Forums:
When inserting a block, you add a custom style class in the settings (to the… -
Posted a reply to ‘Insert after paragraph number’ doesn’t work, on the site WordPress.org Forums:
I need to do some testing at my end to see if I can replicate… -
Committed [2867183] to Plugins SVN:
v3.3.2 -
Committed [2867179] to Plugins SVN:
v3.2.4 -
Committed [2867174] to Plugins SVN:
v3.2.4 -
Posted a reply to Ignore post title in the matching algorithm, on the site WordPress.org Forums:
Of course! I had removed this when I updated the plugin to use either the… -
Posted a reply to ‘Insert after paragraph number’ doesn’t work, on the site WordPress.org Forums:
Tools > Related Posts Tools or if you’re in the plugin settings, the button just… -
Posted a reply to 3 column grid layout possible?, on the site WordPress.org Forums:
I’ll mark this closed - we can use the other thread. -
Posted a reply to Show related posts after author bio?, on the site WordPress.org Forums:
You’ll need to style the images and/or HTML to fit what you’d like to achieve.… -
Posted a reply to ‘Insert after paragraph number’ doesn’t work, on the site WordPress.org Forums:
What happens if you use a smaller number? When you say manual inserting, can you… -
Posted a reply to Show related posts after author bio?, on the site WordPress.org Forums:
<?php if ( function_exists( 'echo_crp' ) ) { echo_crp(); } ?> The full code. Please… -
Posted a reply to 3 column grid layout possible?, on the site WordPress.org Forums:
What is your site URL for me to check? On the code, can you double-check… -
Posted a reply to Show related posts after author bio?, on the site WordPress.org Forums:
It’s likely because the author bio is coded into the team which is what I’d… -
Posted a reply to Ignore post title in the matching algorithm, on the site WordPress.org Forums:
function change_crp_match_fields( $match_fields ) { global $wpdb; // Are we matching only the title or… -
Posted a reply to Exectute shortcode in output, on the site WordPress.org Forums:
@miuosz I've trying to figure this out with my test installs and for some reason… -
Posted a reply to Ignore post title in the matching algorithm, on the site WordPress.org Forums:
Please see this filter: https://github.com/WebberZone/contextual-related-posts/blob/v3.3.1/includes/class-crp-query.php#L473 You can override the match_fields to only use the content. -
Posted a reply to Placement of Related Post, on the site WordPress.org Forums:
The screenshot doesn't seem to have through clearly. In terms of location, the related posts… -
Posted a reply to Does not work, no related posts are shown, on the site WordPress.org Forums:
I checked your site. Am I right to understand that you're now using another plugin… -
Posted a reply to Exectute shortcode in output, on the site WordPress.org Forums:
That is strange. I’ll do some testing. Do you have the CRP cache enabled. If… -
Posted a reply to Exectute shortcode in output, on the site WordPress.org Forums:
@miuosz I can confirm I've got the same issue in my tests, but I'll need… -
Posted a reply to Partial words (e.g. plural / singular / stems) are not found, on the site WordPress.org Forums:
I agree. It is philosophical. Ideally you want to use a plugin like mine to… -
Posted a reply to Partial words (e.g. plural / singular / stems) are not found, on the site WordPress.org Forums:
When you say less results vs standard settings, what are you referring to by standard?… -
Posted a reply to Partial words (e.g. plural / singular / stems) are not found, on the site WordPress.org Forums:
I suspect that is actually because it is the partial word point. I think it… -
Posted a reply to Exectute shortcode in output, on the site WordPress.org Forums:
Where are you adding the above code? You can try putting the priority in there… -
Posted a reply to Delete the dots from the title side, on the site WordPress.org Forums:
Do you mean the search results page? There is a setting in my plugin’s settings… -
Posted a reply to Exectute shortcode in output, on the site WordPress.org Forums:
Is it YAARP or my plugin? If latter you’ll need to contact their support. If… -
Posted a reply to Best Related Posts plugin, on the site WordPress.org Forums:
Thank you very much for the detailed review. -
Posted a reply to Delete the dots from the title side, on the site WordPress.org Forums:
Thank you. What do you mean by archiving a word?
Developer
-
Add to All - Headers, Footers, Everywhere
Active Installs: 4,000+
-
Auto-Close Comments, Pingbacks and Trackbacks
Active Installs: 300+
-
Better Search - Relevant search results for WordPress
Active Installs: 8,000+
-
Contextual Related Posts
Active Installs: 70,000+
-
Knowledge Base
Active Installs: 100+
-
Popular Authors
Active Installs: 40+
-
Top 10 - Popular posts plugin for WordPress
Active Installs: 20,000+
-
WZ Followed Posts - Display what visitors are reading
Active Installs: 600+
Contributor
-
Mihdan: Ajax Edit Comments
Active Installs: 1,000+
-
Connections ReloadedActive Installs: 200+