{"id":79197,"date":"2026-03-30T14:18:45","date_gmt":"2026-03-30T21:18:45","guid":{"rendered":"https:\/\/slowtwitch.com\/?page_id=79197"},"modified":"2026-04-01T08:05:24","modified_gmt":"2026-04-01T15:05:24","slug":"buy-sell-create-listing-faq","status":"publish","type":"page","link":"https:\/\/www.slowtwitch.com\/buy-sell-create-listing-faq\/","title":{"rendered":"Buy\/Sell How-to Guide"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>How to Post a Listing \u2013 Slowtwitch Classifieds<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@500;600;700&#038;family=Roboto:ital,wght@0,400;0,500;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --st-black: #1a1a1a;\n    --st-dark: #f7f8fa;\n    --st-charcoal: #e2e4e8;\n    --st-mid: #999;\n    --st-muted: #666;\n    --st-light: #444;\n    --st-off-white: #f0f0f0;\n    --st-white: #1a1a1a;\n    --st-accent: #3a8fd4;\n    --st-accent-dim: #2e7ab8;\n    --st-blue: #3a8fd4;\n    --st-red: #d44a4a;\n    --st-green: #3a9e3a;\n    --font-display: 'Barlow Condensed', sans-serif;\n    --font-body: Roboto, sans-serif;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: #ffffff;\n    color: #333;\n    font-family: var(--font-body);\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative;\n    padding: 80px 24px 60px;\n    text-align: center;\n    background: linear-gradient(165deg, #1e2a38 0%, #1a2332 50%, #0d1520 100%);\n    overflow: hidden;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 400px; height: 400px;\n    background: radial-gradient(circle, rgba(58,143,212,0.1) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-badge {\n    display: inline-block;\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--st-accent);\n    border: 1px solid rgba(58,143,212,0.35);\n    padding: 6px 18px;\n    border-radius: 2px;\n    margin-bottom: 24px;\n  }\n  .hero h1 {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: clamp(42px, 7vw, 72px);\n    line-height: 1.05;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    margin-bottom: 16px;\n  }\n  .hero h1 span {\n    color: var(--st-accent);\n  }\n  .hero p {\n    max-width: 600px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: #c8c8c8;\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n  .guide-container {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* \u2500\u2500 STEP CARDS \u2500\u2500 *\/\n  .step {\n    position: relative;\n    margin-top: 56px;\n    padding: 0 0 0 0;\n    animation: fadeUp 0.4s ease both;\n  }\n  .step:nth-child(1) { animation-delay: 0.05s; }\n  .step:nth-child(2) { animation-delay: 0.1s; }\n  .step:nth-child(3) { animation-delay: 0.15s; }\n  .step:nth-child(4) { animation-delay: 0.2s; }\n  .step:nth-child(5) { animation-delay: 0.25s; }\n  .step:nth-child(6) { animation-delay: 0.3s; }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .step-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 20px;\n  }\n  .step-number {\n    flex-shrink: 0;\n    width: 48px; height: 48px;\n    background: var(--st-accent);\n    color: var(--st-white);\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 22px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 2px;\n  }\n  .step-title {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 28px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: #1a1a1a;\n  }\n\n  .step-body {\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    padding: 32px;\n  }\n  .step-body p {\n    margin-bottom: 16px;\n    color: #555;\n  }\n  .step-body p:last-child { margin-bottom: 0; }\n\n  \/* \u2500\u2500 ORDERED LISTS \u2500\u2500 *\/\n  .step-body ol {\n    list-style: none;\n    counter-reset: step-list;\n    padding: 0;\n    margin: 16px 0;\n  }\n  .step-body ol li {\n    counter-increment: step-list;\n    position: relative;\n    padding: 10px 0 10px 40px;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n    color: #555;\n  }\n  .step-body ol li:last-child { border-bottom: none; }\n  .step-body ol li::before {\n    content: counter(step-list);\n    position: absolute;\n    left: 0; top: 10px;\n    width: 26px; height: 26px;\n    background: rgba(58,143,212,0.1);\n    color: var(--st-accent);\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 2px;\n  }\n\n  \/* \u2500\u2500 UNORDERED LISTS \u2500\u2500 *\/\n  .step-body ul {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0;\n  }\n  .step-body ul li {\n    position: relative;\n    padding: 6px 0 6px 24px;\n    color: #555;\n  }\n  .step-body ul li::before {\n    content: '';\n    position: absolute;\n    left: 4px; top: 14px;\n    width: 8px; height: 8px;\n    background: var(--st-accent);\n    border-radius: 1px;\n    transform: rotate(45deg);\n  }\n\n  \/* \u2500\u2500 INLINE HIGHLIGHTS \u2500\u2500 *\/\n  .step-body strong { color: #1a1a1a; }\n  .step-body a {\n    color: var(--st-accent);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(58,143,212,0.35);\n  }\n  .step-body a:hover { border-color: var(--st-accent); }\n\n  \/* \u2500\u2500 EXAMPLE BOX \u2500\u2500 *\/\n  .example {\n    margin: 16px 0;\n    padding: 16px 20px;\n    border-radius: 3px;\n    font-size: 15px;\n  }\n  .example.good {\n    background: rgba(92,184,92,0.08);\n    border-left: 3px solid var(--st-green);\n  }\n  .example.bad {\n    background: rgba(224,85,85,0.08);\n    border-left: 3px solid var(--st-red);\n  }\n  .example-label {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 12px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n  .example.good .example-label { color: var(--st-green); }\n  .example.bad .example-label { color: var(--st-red); }\n  .example code {\n    color: #1a1a1a;\n    font-family: var(--font-body);\n    font-style: italic;\n  }\n\n  \/* \u2500\u2500 SUB SECTIONS \u2500\u2500 *\/\n  .sub-heading {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 20px;\n    text-transform: uppercase;\n    color: var(--st-accent-dim);\n    letter-spacing: 0.5px;\n    margin: 28px 0 10px;\n    padding-top: 20px;\n    border-top: 1px solid rgba(0,0,0,0.08);\n  }\n  .sub-heading:first-child { margin-top: 0; border-top: none; padding-top: 0; }\n\n  \/* \u2500\u2500 CONDITION TABLE \u2500\u2500 *\/\n  .condition-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 16px 0;\n    font-size: 15px;\n  }\n  .condition-table td {\n    padding: 10px 14px;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n    vertical-align: top;\n    background: transparent;\n  }\n  .condition-table tr:nth-child(even) td {\n    background: rgba(0,0,0,0.02);\n  }\n  .condition-table td:first-child {\n    font-family: var(--font-display);\n    font-weight: 600;\n    color: #1a1a1a;\n    width: 110px;\n    white-space: nowrap;\n  }\n  .condition-table td:last-child {\n    color: #777;\n  }\n  .condition-table tr:last-child td { border-bottom: none; }\n\n  \/* \u2500\u2500 TIPS SECTION \u2500\u2500 *\/\n  .tips-section {\n    margin-top: 64px;\n  }\n  .tips-header {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 32px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    margin-bottom: 24px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .tips-header::before {\n    content: '';\n    display: block;\n    width: 40px; height: 3px;\n    background: var(--st-accent);\n  }\n  .tip-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  @media (max-width: 600px) {\n    .tip-grid { grid-template-columns: 1fr; }\n  }\n  .tip-card {\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    padding: 24px;\n    transition: border-color 0.25s;\n  }\n  .tip-card:hover {\n    border-color: rgba(58,143,212,0.4);\n  }\n  .tip-card h4 {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 16px;\n    text-transform: uppercase;\n    color: var(--st-accent);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .tip-card h4::before {\n    content: '\u2713';\n    font-size: 14px;\n  }\n  .tip-card p {\n    color: #666;\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  \/* \u2500\u2500 HELP SECTION \u2500\u2500 *\/\n  .help-section {\n    margin-top: 56px;\n    text-align: center;\n    padding: 40px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n  }\n  .help-section h3 {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 26px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n  .help-section p {\n    color: #666;\n    max-width: 500px;\n    margin: 0 auto;\n  }\n  .help-section a {\n    color: var(--st-accent);\n    text-decoration: none;\n    font-weight: 600;\n    border-bottom: 1px solid rgba(58,143,212,0.35);\n  }\n\n  \/* \u2500\u2500 CTA BUTTON \u2500\u2500 *\/\n  .cta-wrap {\n    text-align: center;\n    margin-top: 48px;\n  }\n  .cta-btn {\n    display: inline-block;\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 18px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--st-white);\n    background: var(--st-accent);\n    padding: 16px 48px;\n    border-radius: 3px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .cta-btn:hover {\n    background: var(--st-accent-dim);\n    transform: translateY(-1px);\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .page-footer {\n    text-align: center;\n    padding: 40px 24px;\n    font-size: 13px;\n    color: #999;\n    border-top: 1px solid #e2e4e8;\n    margin-top: 0;\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"hero\">\n  <div class=\"hero-badge\">Slowtwitch Classifieds<\/div>\n  <h1>How to Post<br>a <span>Listing<\/span><\/h1>\n  <p>Everything you need to know to list your bike, components, or gear on the Slowtwitch Classifieds\u2014from account setup to your first sale.<\/p>\n<\/div>\n\n<div class=\"guide-container\">\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 1 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">01<\/div>\n      <div class=\"step-title\">Create Your Account<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>You need a Slowtwitch.com account before you can post a listing. This is the same account you&#8217;d use for the Forum. Already have one? Skip to Step 2.<\/p>\n      <ol>\n        <li>Go to <a href=\"https:\/\/slowtwitch.com\/sign-in-sign-up\/\">slowtwitch.com\/sign-in-sign-up<\/a><\/li>\n        <li>Enter your email address\u2014this will walk you through the rest of the steps.<\/li>\n        <li>Check your email for a verification link and click it to confirm your account.<\/li>\n        <li>Log in with your new credentials. You&#8217;re ready to post.<\/li>\n      <\/ol>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 2 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">02<\/div>\n      <div class=\"step-title\">Start a New Listing<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>Once you&#8217;re logged in:<\/p>\n      <ol>\n        <li>Click <strong>Add Listing<\/strong> from within your account in your user dashboard.<\/li>\n        <li>Select the <strong>Classifieds<\/strong> directory if prompted.<\/li>\n        <li>You&#8217;ll be taken to the listing submission form.<\/li>\n      <\/ol>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 3 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">03<\/div>\n      <div class=\"step-title\">Upload Photos<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>Photos sell gear. Listings with clear, well-lit images get significantly more interest than those without.<\/p>\n      <ul>\n        <li><strong>Include at least 3\u20135 photos.<\/strong> Show the item from multiple angles.<\/li>\n        <li><strong>Show the drive side<\/strong> if it&#8217;s a bike. This is standard.<\/li>\n        <li><strong>Photograph any damage or wear<\/strong> up close. Transparency prevents disputes.<\/li>\n        <li><strong>Use natural light<\/strong> and a clean background when possible.<\/li>\n        <li><strong>Show the serial number<\/strong> for frames and complete bikes. It builds buyer confidence.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 4 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">04<\/div>\n      <div class=\"step-title\">Fill In Your Listing Details<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>Complete each section of the form. Here&#8217;s what you&#8217;ll need:<\/p>\n\n      <div class=\"sub-heading\">Title<\/div>\n      <p>Write a clear, descriptive title that includes the brand, model, and size. Buyers scroll quickly\u2014make it easy for them to know what you&#8217;re selling at a glance.<\/p>\n      <div class=\"example good\">\n        <div class=\"example-label\">Good Example<\/div>\n        <code>\"Cervelo P5 Disc \u2013 Size 54 \u2013 Ultegra Di2\"<\/code>\n      <\/div>\n      <div class=\"example bad\">\n        <div class=\"example-label\">Bad Example<\/div>\n        <code>\"Tri bike for sale\"<\/code>\n      <\/div>\n\n      <div class=\"sub-heading\">Category<\/div>\n      <p>Select the category that best fits your item:<\/p>\n      <ul>\n        <li>Complete Bikes (Triathlon, Road, Gravel, Mountain)<\/li>\n        <li>Frames &#038; Framesets<\/li>\n        <li>Wheels &#038; Tires<\/li>\n        <li>Components &#038; Groupsets<\/li>\n        <li>Saddles &#038; Cockpit<\/li>\n        <li>Wetsuits &#038; Swim Gear<\/li>\n        <li>Run Gear &#038; Shoes<\/li>\n        <li>Electronics &#038; Power Meters<\/li>\n        <li>Accessories &#038; Other<\/li>\n      <\/ul>\n      <p>If your item doesn&#8217;t fit neatly into a category, choose the closest match.<\/p>\n\n      <div class=\"sub-heading\">Description<\/div>\n      <p>This is where you sell your item. Be honest and thorough. Include:<\/p>\n      <ul>\n        <li>What it is (brand, model, year if known)<\/li>\n        <li>Size and key specs<\/li>\n        <li>Why you&#8217;re selling<\/li>\n        <li>Any modifications or upgrades<\/li>\n        <li>Any damage, scratches, or wear (be upfront\u2014it builds trust)<\/li>\n        <li>Whether original packaging or accessories are included<\/li>\n      <\/ul>\n\n      <div class=\"sub-heading\">Condition<\/div>\n      <p>Select the condition of your item from the dropdown:<\/p>\n      <table class=\"condition-table\">\n        <tr><td>New<\/td><td>Unused, in original packaging<\/td><\/tr>\n        <tr><td>Like New<\/td><td>Used once or twice, no visible wear<\/td><\/tr>\n        <tr><td>Good<\/td><td>Normal wear from regular use, fully functional<\/td><\/tr>\n        <tr><td>Fair<\/td><td>Significant wear or cosmetic issues, but still works<\/td><\/tr>\n        <tr><td>For Parts<\/td><td>Not fully functional, sold as-is<\/td><\/tr>\n      <\/table>\n\n      <div class=\"sub-heading\">Price<\/div>\n      <p>Enter your asking price in USD. If you&#8217;re open to offers, mention it in your description. Do your homework\u2014check what similar items have sold for on the forum or elsewhere so your price is competitive.<\/p>\n\n      <div class=\"sub-heading\">Location<\/div>\n      <p>Enter your city and state. This helps buyers who prefer local pickup and gives everyone a sense of shipping distance. You don&#8217;t need to provide a street address.<\/p>\n\n      <div class=\"sub-heading\">Contact Information<\/div>\n      <p>Choose how you&#8217;d like buyers to reach you. You can use the built-in contact form (recommended), provide an email address, or both. Buyers must be logged in to contact you, which helps cut down on spam.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 5 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">05<\/div>\n      <div class=\"step-title\">Review &#038; Submit<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>Before you hit Submit:<\/p>\n      <ol>\n        <li>Double-check your title, description, and price for accuracy.<\/li>\n        <li>Make sure your photos uploaded correctly and are in the right order (the first photo becomes the thumbnail).<\/li>\n        <li>Confirm your contact preferences are set.<\/li>\n        <li>Click <strong>Submit Listing<\/strong>.<\/li>\n      <\/ol>\n      <p>Your listing may go through a brief review before going live. You&#8217;ll receive an email confirmation once it&#8217;s published.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STEP 6 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"step\">\n    <div class=\"step-header\">\n      <div class=\"step-number\">06<\/div>\n      <div class=\"step-title\">Manage Your Listing<\/div>\n    <\/div>\n    <div class=\"step-body\">\n      <p>After your listing is live, you can manage it from your dashboard:<\/p>\n      <ul>\n        <li><strong>Edit<\/strong> \u2013 Update the price, description, or photos at any time.<\/li>\n        <li><strong>Mark as Sold<\/strong> \u2013 Once the item sells, mark it so other buyers know.<\/li>\n        <li><strong>Delete<\/strong> \u2013 Remove your listing entirely if needed.<\/li>\n        <li><strong>Renew<\/strong> \u2013 If your listing expires, you can renew it to keep it active.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 TIPS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"tips-section\">\n    <div class=\"tips-header\">Tips for a Successful Listing<\/div>\n    <div class=\"tip-grid\">\n      <div class=\"tip-card\">\n        <h4>Price It Right<\/h4>\n        <p>Research comparable items before setting your price. Overpriced listings sit.<\/p>\n      <\/div>\n      <div class=\"tip-card\">\n        <h4>Be Honest<\/h4>\n        <p>The Slowtwitch community values transparency. Hiding damage erodes trust and leads to returns.<\/p>\n      <\/div>\n      <div class=\"tip-card\">\n        <h4>Respond Quickly<\/h4>\n        <p>Buyers often message multiple sellers. A fast reply can be the difference between a sale and a miss.<\/p>\n      <\/div>\n      <div class=\"tip-card\">\n        <h4>Shipping Details<\/h4>\n        <p>Note whether the price includes shipping, if you&#8217;re willing to ship, or if it&#8217;s local pickup only.<\/p>\n      <\/div>\n      <div class=\"tip-card\">\n        <h4>Use Keywords<\/h4>\n        <p>Include brand, model, size, and material in your title and description so your listing shows up in search.<\/p>\n      <\/div>\n      <div class=\"tip-card\">\n        <h4>Keep It Updated<\/h4>\n        <p>If you drop the price or the item sells, update your listing right away.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"cta-wrap\">\n    <a href=\"https:\/\/slowtwitch.com\/add-listing\/\" class=\"cta-btn\">Post Your Listing \u2192<\/a>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HELP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"help-section\">\n    <h3>Need Help?<\/h3>\n    <p>Run into an issue? Reach out at <a href=\"mailto:marketplace@slowtwitch.com\">marketplace@slowtwitch.com<\/a> \n","protected":false},"excerpt":{"rendered":"<p>How to Post a Listing \u2013 Slowtwitch Classifieds Slowtwitch Classifieds How to Posta Listing Everything you need to know to list your bike, components, or gear on the Slowtwitch Classifieds\u2014from&#8230;<\/p>\n","protected":false},"author":186,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-no-title.php","meta":{"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"class_list":["post-79197","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/79197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/users\/186"}],"replies":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/comments?post=79197"}],"version-history":[{"count":8,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/79197\/revisions"}],"predecessor-version":[{"id":79286,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/79197\/revisions\/79286"}],"wp:attachment":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/media?parent=79197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}