ONLY INDIVIDUAL FREELANCE DEVELOPERS NEED TO RESPOND
NO COMPANIES OR AGENCIES . PLEASE DO NOT SEND ME READY MADE THEMES OR TRY AND SELL ME THEMES THAT ARE IN THE MARKET.
I am looking for a WordPress real estate theme developer. A developer who can build complicated themes from scratch. I already have a solid theme idea in place, but i need someone who can manifest it, put it in design and create the theme. The developer would also develop the features for adding properties. This will need a chat with me, however, once this is finalized, all the payments will only go through SEOCLERKS to you.
This is an urgent job and need to be finished in less than a week. Only seasoned wordpress developers who an REALLY DO the job need to respond.
I only need this to be done in WORDPRESS and not any other platform. DO not suggest any other platforms.
Once chosen, every month for the next three months, I will create a WTB here on SEOCLERKS for you to support the development on a US$ 250 pm basis. However, this will only be done, if you are able to fulfill this within the 7 days.
So what you get paid is US$ 295 for the first 7 days to finish the job
and then US$ 250 a month for the next 3 months,
I request you to only apply if you ARE indeed a wordpress developers yourself and YOU ARE NOT AN AGENCY - YOU SHOULD BE WORKING INDEPENDANTLY AND ALONE.
wordpress developer, and wordpress theme developers need to apply.
You need to have jquery, java, php, sql knowledge, which is self explanatory and understood.
I request once again, only people who have had this kind of exposure need to respond.
To support your case, please provide your portfolio. ONLY THEMES and SITES that you have created in WORDPRESS.
Dont send sites build on asp.net or joomla or any other platforms.
This is pretty clear that I need this in wordpress and I only need wordpress developer.
hello,
i will develop real estate wp theme which deals with property selling-buying and inquiry purpose.
i will design it as you guide me to make it look better.
waiting a reply from you.
regards,
uttkarsh yadav (works alone)
hello sir,
i hope you are having a nice day.
i have many many real estate wordpress themes. i can send them to you only for $80.
i can also customuze them as you want
please order from me.
hi jackie.
i can build your real estate wordpress theme from scratch within 5 days. i'll send you a daily report.
please, feel free to contact me for further information.
thanks
sakoba
hi
i can build wordpress theme as per requirements, i am a freelancer and i am available 24x7.
thank you for posting an interesting job.
i am interested in this great assignment. i can provide more samples if you are interested.
our credentials include:
- seo( very good package plan that we test and use for our clients)
- psd to html wordpress,joomla,html 5
- creative designers and developers with min. 5+years work experience
- desig
hi,
i am ready for work
dear sir
i am a professional wordpress developer working on wordpress for more than 2 years.
i am working on local field personall.i already developed many site based on wordpress.i can fulfilled your requirement by 6 dayst(from confirming date).
here i listed some of my work that done recently.
1.ahlesunnatbd.com
2.exceptionbd.com
3.tyreba
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C WHERE A.wantid='9238' AND A.category=B.CATID AND A.USERID=C.USERID | 1 | SELECT A.*, B.name, B.seo, C.username, C.userlevel, C.footer_code, C.rating,
C.ratingcount, C.googleplus_profile, C.total_recommendations, C.USERID, C.profilepicture, C.average_response_time, C.lastlogin, C.addtime
FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C
WHERE A.wantid='9238'
AND A.category=B.CATID AND A.USERID=C.USERID | /opt/clerks-staging/docroot/viewwant.php 163 () () |
| SELECT * FROM ratings_buyer WHERE USERID=71617 | 1 | SELECT sum(good) as thumbup, sum(bad) as thumbdown
FROM ratings_buyer WHERE USERID=71617 | /opt/clerks-staging/docroot/include/functions/main.php 19523 GetRatingsAsBuyerTotal() () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 9238 AND A.category=B.CATID AND A.active=1 AND (A.tags like '%Wordpress Development Themes Php Mysql Java%' ) LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A,
categories_wanttobuy B
WHERE A.wantid != 9238
AND A.category=B.CATID
AND A.active=1
AND (A.tags like '%Wordpress Development Themes Php Mysql Java%' ) LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 551 () () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 9238 AND A.category=B.CATID AND A.active=1 AND A.USERID=71617 LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A, categories_wanttobuy B
WHERE A.wantid != 9238
AND A.category=B.CATID
AND A.active=1
AND A.USERID=71617
LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 568 () () |
| SELECT * FROM wantcomments a, seoclerks.members b WHERE a.PID='9238' AND a.USERID=b.USERID and b.status='1' AND a.status=1 order by a.CID asc | 1 | SELECT a.comment, a.USERID, a.CID, a.time_added, a.istranslated, a.parentid, b.username, b.profilepicture
FROM wantcomments a, seoclerks.members b
WHERE a.PID='9238' AND a.USERID=b.USERID and b.status='1' AND a.status=1
order by a.CID asc | /opt/clerks-staging/docroot/viewwant.php 835 () () |
| UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='9238' | 1 | UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='9238' | /opt/clerks-staging/docroot/include/functions/main.php 1729 update_wantviewcount() () |
| SELECT * FROM wantbids as w, seoclerks.members AS m WHERE w.active=1 AND m.USERID=w.USERID AND m.status=1 AND w.USERID>0 AND w.wantid='9238' ORDER BY w.bidid ASC | 1 | SELECT w.bidid, w.PID, w.comment, w.title, w.pricepublic, w.USERID, w.adjustedprice, w.ip, m.profilepicture
FROM wantbids as w,
seoclerks.members AS m
WHERE w.active=1
AND m.USERID=w.USERID
AND m.status=1
AND w.USERID>0
AND w.wantid='9238'
ORDER BY w.bidid ASC
| /opt/clerks-staging/docroot/viewwant.php 1192 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=86613 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=86613 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=82856 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=82856 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=69869 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=69869 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=106635 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=106635 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=39062 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=39062 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=48545 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=48545 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=79544 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=79544 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM categories_wanttobuy | 1 | SELECT * FROM categories_wanttobuy | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| SELECT * FROM posts WHERE USERID=71617 | 1 | SELECT sum(positive_ratings) as thumbup,
sum(negative_ratings) as thumbdown
FROM posts
WHERE USERID=71617 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetBuyerRatingsTotal() |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='86613' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='86613' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='82856' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='82856' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='69869' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='69869' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='106635' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='106635' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='39062' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='39062' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='48545' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='48545' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='79544' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='79544' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='71617' | 1 | SELECT profile_data FROM seoclerks.members WHERE USERID='71617' | /opt/clerks-staging/docroot/include/functions/main.php 1927 getUserBackground() include() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |