Plugin search editor on WP
There is a custom plugin on WordPress for creating and searching routes.
Currently, the route feed displays only point A and point B.
The task is to ensure that (provided that if in one city there are more than 1 stop) the same route is displayed multiple times in the feed, with different stops.
If only city A has stops 1 and 2
city B - stop 3
then the feed will show:
City A stop 1 - City B stop 3
City A stop 2 - City B stop 3
If we work well together, there will be small tasks for this project from time to time.
Client's review of cooperation with Vitalii Kravchenko
Plugin search editor on WPGreat job - I recommend.
Freelancer's review of cooperation with Slava Morozov
Plugin search editor on WPPleasant client, clear technical specification without unnecessary questions. The task of refining the WP plugin was completed on time. Ready for further cooperation.
-
Hello.
Such an improvement can be made carefully within the current plugin. It is important to check how cities and stops are currently stored to avoid breaking the existing search and output.
I work with similar logic, I can quickly look at the code and suggest a proper implementation.
-
Good afternoon, Slava. I am ready to finalize the plugin — I will implement the logic for displaying all combinations of stops for each route. I need to look at the structure of the code and the database to provide an accurate timeline. Please write to me privately, and we will discuss the details and cost.
-
334 0 1 Good day! The task is clear: it is necessary to change the logic of the plugin so that all stop options in the city are displayed in the route list, meaning generating multiple entries for one route depending on the number of stops. For example: "City A, stop 1 → City B, stop 3" and "City A, stop 2 → City B, stop 3". I can implement this through modifying the query/loop in the plugin. Examples of my work: master-pets.com, apple-family.com.ua, akvaraj.rv.ua, drkukharevich.rivne.ua, rivnekolo.com.
-
2163 14 0 1 Hello! I have 4 years of experience in developing custom solutions for WordPress, so I can easily implement new logic for displaying routes in your plugin. I will rewrite the output loop (WP_Query or custom SQL) so that it dynamically generates all possible combinations of stops between points A and B, while maintaining proper filtering and loading speed of the feed. I work as an individual freelancer, write clean code, and am ready for long-term support of your project; I would be happy to discuss technical details and review the plugin code in private! My works: https://3magency.co/, https://jk-solution.com.ua/, https://farfieworldwide.com/,
Behance.
-
191 9 0 Good day.
I have experience in developing custom themes and plugins for WordPress.
Your task is clear, I just need to clarify a few points.
I will be happy to collaborate.
-
702 1 0 Good day! I am ready for ongoing collaboration. I offer a loyal price and quality work, I have experience working with WordPress. Write to me)
-
615 3 0 Hello.
I suggest looking into the code through the data structure:
1. I checked where exactly the cities, stops, and connections between them are stored.
2. I looked to see if it is `CPT + postmeta` or a separate table.
3. If the data is in `postmeta`, I wouldn't touch it through a simple `meta_query`, because such queries can easily lead to duplicates, heavy `JOIN`s, and incorrect pagination.
4. For such a case, it is better to have either a separate relation table or controlled SQL logic through `posts_clauses`.
5. If the stream is paginated, I would separately check `found_posts` / `no_found_rows` to ensure the record count does not go off after expanding combinations.
… Before starting, I want to look at the current code and the database structure. If the logic turns out to be local, such a fix can be made quickly and without unnecessary interference in other parts of the plugin.
If you have any questions, feel free to reach out privately.
-
184 Good day! My colleague and I have been professionally engaged in technical design of custom solutions on WordPress and development of geodata processing algorithms for over 4 years, so we will help your plugin become more informative for users. We will implement frontend adaptation of the route ribbon, rewrite the data retrieval logic so that each combination of stops is displayed as a separate offer, and pay special attention to the performance of database queries with a large number of points. Our 4 years of experience is confirmed by successful projects drkukharevich.rivne.ua, crave-agency.com.ua, jk-solution.com.ua.
-
1175 13 0 3 Hello! My partner (designer + full-stack) and I have been specializing in the development and refactoring of custom WordPress plugins with custom logic for over 4 years, so we will professionally refine your route functionality for the correct display of stops. We will develop the architecture of connections between route points in Figma to visualize the logic of duplicate entries, ensuring a technically flawless change of output loop in your plugin, so that the system automatically generates unique pairs "Stop A — Stop B" for each city. Our 4 years of experience in development allows us to make changes to custom code without compromising its original integrity and database performance. Take a look at our work from the perspective of logic and UX: hyperfi.tech, espressolab.com.ua, hudi.com.ua. We are ready for long-term project support.
-
2008 36 3 Good day, I have over 5 years of experience in WordPress development, I have written a large number of custom plugins, so I can easily complete this task for you in a few hours, feel free to contact me, I will do everything turnkey!
-
218 1 0 Hello! Quite an interesting task. I am ready to take on the work. I have over 7 years of experience in development (I am someone who has not only seen what code looks like but has also written it). I am waiting for you in private messages. I am sure we will work well together.
-
727 6 0 Greetings, direct executor, please contact
portfolio - https://flrancer.github.io/
-
449 1 0 Hello!
The task is clear: it is necessary for one route in the output to be duplicated for each combination of stops between cities (A1→B3, A2→B3).
I can refine the route output logic.
Write to me.
-
1762 19 0 1 Hello, Slava!
Our IT company creates and improves websites that operate reliably, quickly, and solve specific business tasks for clients. We are engaged in developing websites "from scratch," as well as enhancing existing solutions, increasing their productivity and usability for your users.
We have experience in:
- developing responsive and fast websites on various platforms (WordPress, OpenCart, Shopify, WIX);
- integrations with payment systems, CRM, external services, and internal systems;
- optimizing website performance and security;
- setting up analytics and basic SEO tools;
… - software development and automation of business processes: managing customer databases, resource accounting, automating repetitive tasks, integrations with third-party systems;
After the project is completed, we provide 14 days of technical support. During this period, we help adapt the system to your business processes and consult on any questions related to the completed work. This ensures that the developed solution operates reliably from the moment of launch and does not require additional adjustments.
We work in a structured and responsible manner - focused on results that align with your business goals.
-
169 0 1 Response Gemini
Hello! The task is clear: it is necessary to adjust the logic of the SQL query or PHP loop in your plugin so that instead of grouping by route, it expands all combinations of stops.
I am well acquainted with the architecture of WordPress and writing custom plugins, so I will quickly understand someone else's code. I will ensure that the search correctly outputs duplicate routes for different points without losing performance.
I am ready to start working and will support your project in the future as new tasks arise.
-
764 5 1 Hello.
I am ready to make changes to your WordPress route search plugin. The task is clear: to refine the logic so that when there are multiple stops in one city, the route is displayed in the feed as separate options, rather than one general connection.
I can quickly understand the current code of the plugin, make the necessary changes, and check that the output works correctly. If we work well together, I am also ready to periodically assist with small tasks on this project in the future.
-
2712 35 0 Hello!
I can fix the plugin right now.
Feel free to contact me, I will be happy to collaborate with you!
-
12912 67 0 Hello! I will complete your task quickly and efficiently.
My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Write to me, I will start working today. I will be happy to collaborate with you!
-
1341 28 1 Hello
Familiarize with the website
I am waiting for feedback
My latest works figma => wordpress, gutenberg, acf, woocommerce
https://logistics-ay.com/
https://lawmedica.com.ua/
https://shapovalova-immobilien.de/
https://softaroinc.com/
https://devdbt.com/
… https://kapital-haus.de/
https://salesjam.com.ua/ru/
https://mikroklimatapunkts.lv/
https://www.ewsa.com.ua/
https://easyshops.ch/
https://coinbounty.app/
https://ururur.com.ua/
https://tpke.org/
https://supware.pro/
https://dvcars.pl/
https://nextwave.ink/
https://vchasno-trans.com/
https://valkyrieclinicaltrials.com/
https://delta-service.od.ua/
https://antconstruction.net/
https://wlink.dp.ua/
-
866 26 4 1 Many questions about the current implementation. Both regarding the admin panel and the front end. In this regard, I would like to take a look at the website with the installed plugin.
-
4873 107 0 Hello, Slava!
To implement the search plugin editor on WordPress, I suggest creating a custom plugin that will include the necessary functions for effective searching on the site. I will use the WordPress API and optimize the code for maximum performance. Also, I can assist with integrating the plugin with existing themes and plugins on the site.
The exact price and deadlines will be provided after clarifying the details.
Profile:Freelancehunt
Reviews:Freelancehunt
-
326 Good day!
I have familiarized myself with the task. I can refine your custom WordPress plugin so that the same route appears multiple times in the route feed for different stops if there is more than one within the same city. I have already written plugins specifically for WordPress.
-
1818 123 5 2 Hello, open to collaboration.
I can start immediately.
—
I have been working with WordPress for over eight years.
Creating themes and plugins from scratch.
Optimization to 80-90 points in PageSpeed.
Working with such plugins, as well as customizing them for specific tasks:
Visual Composer, Elementor, WPML, ACF Pro, CF7, WP All Import/Export, etc.
-
2847 63 5 Hello, I can make these adjustments for you. I have been working with WordPress since 2014, feel free to contact me.
-
2581 283 2 5 Good day! I have extensive experience in solving similar tasks)
Feel free to contact me, we will clarify the details and I can get started)
-
3522 62 1 Good day. Would you like to take a closer look at the website? And are these points CPT or custom fields in the database?
Current freelance projects in the category Databases & SQL
It is necessary to check the scripts and update the data in the Postgres database.It is necessary to correct the SQL scripts for the Postgres database. It is required to check the scripts and update data from external Excel tables and between two Postgres databases (different servers). Scripts will be run through AnyDesk using Navicat. List of data for… Databases & SQL ∙ 1 day 18 hours back ∙ 18 proposals |
Need an Airtable architect to build a relational schema and a new clean Airtable base.Need help rethinking and building a clean relational schema for an internal operational system on Airtable. The current database is already in use by the team, but it has grown organically: the structure is partially flat, some tables/views are actively used, while others are… Databases & SQL, Desktop Apps ∙ 2 days 12 hours back ∙ 9 proposals |
Basketball Coaching Education Platform + Custom CMSBasketball Coaching Education Platform + Custom CMSProject Overview We are looking for an experienced web development team or full-stack developer to build a modern basketball coaching education platform. The website will provide basketball coaches with access to educational… Databases & SQL, Web Programming ∙ 3 days 5 hours back ∙ 89 proposals |
Integration of Viber in 8.3
223 USD
Need Viber integration into own CRM (1C 8.3)About the Company The company "Domofon System" is engaged in the installation and maintenance of intercom systems. Base of over 40,000 subscribers. We work on our own customized system based on 1C 8.3. We are looking for a specialist… Databases & SQL, Bot Development ∙ 3 days 9 hours back ∙ 16 proposals |
Refinement of 1C UT 11 for Zebra TSD (RDP): different sound signals when scanning
22 USD
Configuration: 1C UT 11 Address warehouse Zebra TC26 TSD Work via RDP Product scanning is performed in receiving, placement, picking documents, and other warehouse operations. Current problem: Warehouse workers operate through the Zebra TSD. When scanning, they do not always… C#, Databases & SQL ∙ 5 days 6 hours back ∙ 6 proposals |