ZelocoreCMS:Developers: Difference between revisions
Developer directory  |
m Protected "ZelocoreCMS:Developers" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) Â |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= ZelocoreCMS Developer Directory = | __NOTOC__ | ||
== đ¨âđģ ZelocoreCMS Developer Directory == | |||
Welcome to the Developer Directory! This is the central hub connecting CMS experts, plugin developers, agency owners, and open-source contributors from around the world. | |||
== | === đ Browse the Directory === | ||
Looking to hire an expert or collaborate on an open-source CMS project? Browse our official list of registered developers below. | |||
đ '''[[:Category:ZelocoreCMS_Developers|View the full list of Registered Developers]]''' | |||
 | |||
=== đ How to Create Your Developer Profile === | |||
 | |||
Are you a contributor to this wiki or a CMS developer? You can create your own profile card to showcase your skills, GitHub, and website to the community. | |||
 | |||
==== Step-by-Step Instructions ==== | |||
* '''Step 1:''' Ensure you are logged into your account. | |||
* '''Step 2:''' Click on your username in the top right corner of the screen to go to your User page. | |||
* '''Step 3:''' Click the '''Create''' or '''Edit''' tab. | |||
* '''Step 4:''' Type the exact text shown in the example block below into your User page. | |||
* '''Step 5:''' Replace the placeholder text with your actual information and save the page! | |||
 | |||
==== Example Code to Copy ==== | |||
(Type this exactly onto your user page) | |||
 | |||
<nowiki>{{</nowiki>Developer_Profile<br/> | |||
| name = Your Real Name<br/> | |||
| avatar = ProfilePic.jpg<br/> | |||
| title = Full Stack Developer / CMS Expert<br/> | |||
| location = Your City, Country<br/> | |||
| website = https://yourwebsite.com<br/> | |||
| github = https://github.com/yourusername<br/> | |||
| twitter = https://twitter.com/yourusername<br/> | |||
| specialties = WordPress, Next.js, Headless CMS<br/> | |||
| years_exp = 5<br/> | |||
<nowiki>}}</nowiki> | |||
 | |||
==== Why Create a Profile? ==== | |||
* '''Networking:''' Connect with other CMS developers and agencies. | |||
* '''Visibility:''' Profiles are publicly visible and link directly to your portfolio and GitHub. | |||
* '''Recognition:''' Stand out as an active contributor in the ZelocoreCMS community. | |||
 | |||
=== đ§ Developer Hub Links === | |||
Don't forget to check out our technical documentation: | |||
* [[Developer_Hub/APIs|đĄ REST & GraphQL API References]] | |||
* [[Developer_Hub/Plugin_Development|đ Plugin Development]] | |||
* [[Developer_Hub/Theme_Development|đ¨ Theme Development]] | |||
* [[Developer_Hub/Security|đ Security Best Practices]] | |||
Latest revision as of 00:16, 29 July 2026
đ¨âđģ ZelocoreCMS Developer Directory
Welcome to the Developer Directory! This is the central hub connecting CMS experts, plugin developers, agency owners, and open-source contributors from around the world.
đ Browse the Directory
Looking to hire an expert or collaborate on an open-source CMS project? Browse our official list of registered developers below.
đ View the full list of Registered Developers
đ How to Create Your Developer Profile
Are you a contributor to this wiki or a CMS developer? You can create your own profile card to showcase your skills, GitHub, and website to the community.
Step-by-Step Instructions
- Step 1: Ensure you are logged into your account.
- Step 2: Click on your username in the top right corner of the screen to go to your User page.
- Step 3: Click the Create or Edit tab.
- Step 4: Type the exact text shown in the example block below into your User page.
- Step 5: Replace the placeholder text with your actual information and save the page!
Example Code to Copy
(Type this exactly onto your user page)
{{Developer_Profile
| name = Your Real Name
| avatar = ProfilePic.jpg
| title = Full Stack Developer / CMS Expert
| location = Your City, Country
| website = https://yourwebsite.com
| github = https://github.com/yourusername
| twitter = https://twitter.com/yourusername
| specialties = WordPress, Next.js, Headless CMS
| years_exp = 5
}}
Why Create a Profile?
- Networking: Connect with other CMS developers and agencies.
- Visibility: Profiles are publicly visible and link directly to your portfolio and GitHub.
- Recognition: Stand out as an active contributor in the ZelocoreCMS community.
đ§ Developer Hub Links
Don't forget to check out our technical documentation: