How do you make your services stand out from all the thousands of service on the marketplace? We would like to introduce you to custom fields, the solution to making your service stand out from the crowd.
Custom fields will allow buyers the ability to find services that fit their needs. By adding a custom field you can add information about your service along with adding visual appeal. Custom fields can be used to tell buyers what's great about your service.
To create a custom field, go to create or edit service and click the content tab. Once here, go down to the "personalize it" section. There you can add an icon, field title, and your description. Once you're done, save your service and display it to the world!

Go make a service today and try it out. We hope you like this feature, and that it really helps your service stand out from the crowed!
| Match | Count | SQL | Script |
| SELECT * FROM official_blogs as b, categories_official_blog as c, members_attachments as a WHERE b.status=1 AND b.catid=c.CATID AND a.MAID=b.image_id AND b.blogid='26982' | 1 | SELECT b.*, c.seo as CatSEO, c.name as CatName, c.parentid, a.s, a.fname, b.combined_votes
FROM official_blogs as b,
categories_official_blog as c,
members_attachments as a
WHERE b.status=1
AND b.catid=c.CATID
AND a.MAID=b.image_id
AND b.blogid='26982' | /opt/clerks-staging/docroot/viewblog.php 31 () () |
| SELECT * FROM official_blogs as b, categories_official_blog as c, members_attachments as a WHERE b.blogid > '26982' AND b.status=1 AND b.catid=c.CATID AND a.MAID=b.image_id ORDER BY b.blogid ASC LIMIT 1 ) | 1 | SELECT blogid, seo
FROM official_blogs
WHERE blogid=(
SELECT blogid
FROM official_blogs as b,
categories_official_blog as c,
members_attachments as a
WHERE b.blogid > '26982'
AND b.status=1
AND b.catid=c.CATID
AND a.MAID=b.image_id
ORDER BY b.blogid ASC
LIMIT 1
)
| /opt/clerks-staging/docroot/viewblog.php 136 () () |
| SELECT * FROM official_blogs as b, categories_official_blog as c, members_attachments as a WHERE b.blogid < '26982' AND b.status=1 AND b.catid=c.CATID AND a.MAID=b.image_id ORDER BY b.blogid DESC LIMIT 1 ) | 1 | SELECT blogid, seo
FROM official_blogs
WHERE blogid=(
SELECT blogid
FROM official_blogs as b,
categories_official_blog as c,
members_attachments as a
WHERE b.blogid < '26982'
AND b.status=1
AND b.catid=c.CATID
AND a.MAID=b.image_id
ORDER BY b.blogid DESC
LIMIT 1
)
| /opt/clerks-staging/docroot/viewblog.php 154 () () |
| SELECT * FROM official_blogs as b, categories_official_blog as c, members_attachments as a WHERE b.blogid!='26982' AND b.status='1' AND a.MAID=b.image_id AND (b.title like '%Service Customization Easy%' OR b.title like '%Service%' OR b.title like '%Customization%' OR b.title like '%Easy%') GROUP BY b.blogid LIMIT 15 | 1 | SELECT b.blogid, b.title, b.seo, b.userid, a.s, a.fname
FROM official_blogs as b,
categories_official_blog as c,
members_attachments as a
WHERE b.blogid!='26982'
AND b.status='1'
AND a.MAID=b.image_id
AND (b.title like '%Service Customization Easy%' OR b.title like '%Service%' OR b.title like '%Customization%' OR b.title like '%Easy%')
GROUP BY b.blogid
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| 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='11131' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='11131' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |