새글

    최근 30일 이내 등록된 새글 이에요.
  • 특별서비스. 인기도를 높이는 전략(트래픽 신청방법)
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 특별노하우. 확장 전략
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 모듈 5. AI 콘텐츠 자동화
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 워드프레스 강의 동영상 모음 /* 스타일 정의 */ .lecture-container { max-width: 800px; margin: 0 auto; padding: 20px 10px; font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; } .lecture-section { margin-bottom: 50px; /* 영상 사이의 간격 */ } .lecture-title { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #333; border-left: 5px solid #2c3e50; /* 제목 옆 장식 포인트 */ padding-left: 10px; } .video-wrapper { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); background-color: #000; line-height: 0; position: relative; } video { width: 100%; height: auto; aspect-ratio: 16 / 9; /* 16:9 비율 유지 */ display: block; } 1. 워드프레스 홈페이지 만들기 기본셋팅 브라우저가 동영상을 지원하지 않습니다. 2. AI를 활용한 홈페이지 만들기(경쟁사사이트 복사) 브라우저가 동영상을 지원하지 않습니다. 3. AI프롬프트 생성해서 홈페이지 만들기(중요) 브라우저가 동영상을 지원하지 않습니다.
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 강의 동영상 /* 그누보드 본문용 스타일 */ .video-wrapper { /* PC에서 너무 커지지 않도록 최대 너비 제한 (원하는 크기로 조절 가능) */ max-width: 800px; margin: 20px auto; /* 중앙 정렬 */ border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); background-color: #000; line-height: 0; } video { width: 100%; height: auto; /* 16:9 비율 강제 유지 (영상 로딩 전에도 모양 유지) */ aspect-ratio: 16 / 9; display: block; } 브라우저가 동영상을 지원하지 않습니다. 여기를 클릭하여 다운로드하세요.
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 워드프레스 강의 동영상 /* 스타일 정의 */ .lecture-container { max-width: 800px; margin: 0 auto; padding: 20px 10px; font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; } .lecture-section { margin-bottom: 50px; /* 영상 사이의 간격 */ } .lecture-title { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #333; border-left: 5px solid #2c3e50; /* 제목 옆 장식 포인트 */ padding-left: 10px; } .video-wrapper { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); background-color: #000; line-height: 0; position: relative; } video { width: 100%; height: auto; aspect-ratio: 16 / 9; /* 16:9 비율 유지 */ display: block; } 1. 메타태그 이론 브라우저가 동영상을 지원하지 않습니다. 2. 메타태그 설정 실습 브라우저가 동영상을 지원하지 않습니다.
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 워드프레스 강의 동영상 /* 스타일 정의 */ .lecture-container { max-width: 800px; margin: 0 auto; padding: 20px 10px; font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; } .lecture-section { margin-bottom: 50px; /* 영상 사이의 간격 */ } .lecture-title { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #333; border-left: 5px solid #2c3e50; /* 제목 옆 장식 포인트 */ padding-left: 10px; } .video-wrapper { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); background-color: #000; line-height: 0; position: relative; } /* video 태그와 iframe(유튜브) 모두에 적용 */ video, iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; /* 16:9 비율 유지 */ display: block; border: none; } 1. 워드프레스 셋팅 브라우저가 동영상을 지원하지 않습니다. 2. 도메인 & 호스팅셋팅
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기
  • 강의 저작권 안내 @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); body { font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; background-color: #ffffff; /* 배경을 흰색으로 변경하여 아티클 느낌 강조 */ margin: 0; padding: 0; color: #333; line-height: 1.6; } .wrap { max-width: 800px; /* 일반적인 본문 너비 */ margin: 0 auto; padding: 40px 20px; } /* 타이틀 섹션: 게시판 제목 스타일 */ .post-header { border-bottom: 2px solid #333; /* 상단 강조선 */ padding-bottom: 20px; margin-bottom: 30px; } .post-title { font-size: 28px; font-weight: 700; color: #111; margin: 0 0 10px 0; letter-spacing: -0.5px; } .post-meta { font-size: 14px; color: #888; } /* 본문 영역 */ .post-content { font-size: 16px; color: #222; } /* 경고 박스: 3boon 스타일의 심플한 박스 */ .notice-box { background-color: #f8f9fa; /* 아주 연한 회색 */ border: 1px solid #e9ecef; padding: 25px; text-align: center; margin-bottom: 30px; /* 둥근 모서리 최소화 */ border-radius: 4px; } .notice-main-text { color: #e03131; /* 붉은색 포인트 */ font-size: 18px; font-weight: 700; margin-bottom: 0; display: block; } /* 텍스트 단락 */ p { margin-bottom: 1.5em; word-break: keep-all; /* 한글 단어 잘림 방지 */ } .highlight-bg { background-color: #fff9db; /* 형광펜 느낌 */ padding: 2px 4px; } /* 법적 고지 섹션: 인용구 스타일 */ .legal-section { margin-top: 40px; padding: 20px 25px; border-left: 4px solid #333; /* 좌측 강한 라인 */ background-color: #fff; color: #555; } .legal-title { font-weight: 700; color: #111; display: block; margin-bottom: 10px; font-size: 15px; } .legal-desc { font-size: 14px; margin: 0; line-height: 1.7; } .penalty-text { display: block; margin-top: 10px; color: #d6336c; font-weight: 600; font-size: 14px; } /* 하단 정보 및 문의 */ .footer-info { margin-top: 50px; padding-top: 20px; border-top: 1px solid #eee; text-align: center; } .contact-link { display: inline-block; margin-top: 10px; color: #1c7ed6; text-decoration: underline; font-weight: 600; } .closing { margin-top: 40px; text-align: right; font-style: normal; } .closing p { margin: 5px 0; color: #555; } .signature { display: block; margin-top: 15px; font-weight: 700; color: #000; font-size: 18px; } /* 모바일 대응 */ @media (max-width: 600px) { .post-title { font-size: 22px; } .notice-main-text { font-size: 16px; } .wrap { padding: 20px; } } 강의 수강 및 저작권 관련 안내 중요 공지사항  |  온오프마케팅 온라인스쿨 본 강의는 타인에게 양도하거나 계정을 공유하실 수 없습니다. 먼저 이 강의를 신청해주신 모든 분들이 적지 않은 금액을 투자하셨다는 점에 대해 깊은 감사를 드립니다. 저작물 보호는 온오프마케팅 온라인스쿨이 지속될 수 있는 원동력이 됩니다. 이 점을 재고해주신다면 대단히 감사하겠습니다. 저작권법 관련 고지 아울러 이 강의에 사용된 모든 문서, 슬라이드, 스크린샷, 영상은 대한민국 저작권법에 의해 보호되는 저작물입니다. 저작권법에 의해 보호되는 저작물을 무단으로 복제, 전시, 배포, 대여, 가공해 사용하는 경우 민사 손해배상 및 형사 처벌의 대상이 됩니다. ※ 저작권법 제136조: 5년 이하의 징역 또는 5천만원 이하의 벌금 출처를 밝히고 강의의 일부를 인용하고 싶으신 경우 아래로 문의 주시기 바랍니다. jong8040@gmail.com 이 부분 꼭 지켜주시리라 믿고, 모든 경험과 노하우를 풀어 드리겠습니다. 강의를 구매해 주셔서 다시 한번 감사드립니다. 리차드김 드림.
    온오프마케팅 2025-12-08 워드프레스 홈페이지만들기