Skip to content

HardFilter.com

WayofHard.com
  • All
  • 1
  • 2
  • 3
  • Tag
    • Dev
    • Tool
  • Page
    • Save
    • Policy
  • Hard
    • Thanks
    • Credits

Snippet


워드프레스 홈 화면만 태그라인 title 제거

쓸 줄 알면 바로 결론코드 쓰면 됨 ↓ 홈 화면 즉 front-page.php 등의 템플릿에 직접 삽입 할 경우. add_filter('document_title_parts', f

3
Tags: Snippet WordPress
2025-03-18

구글 빙 만 rss 본문 허용 워드프레스 스니펫

아래 코드를 사용해 사용자 에이전트명을 확인해 구글과 빙에게만 RSS 콘텐츠 전체가 보이게 할 수 있다. // feed content only google, bing . hardf

3
Tags: SEO Snippet WordPress
2025-01-15

따옴표 볼드 감싸기 워드프레스 Autohotkey 스니펫

$^!+v:: SetControlDelay,-1 SetKeyDelay, -1, -1 SetBatchLines, -1 SetTitleMatchMode, RegEx IfWinActiv

3
Tags: Autohotkey Snippet WordPress
2025-01-15

워드프레스 use_smilies 쿼리 제거 스마일리

일단 닥치고 코드, functions.php 에 삽입하면 끝. add_filter('pre_option_use_smilies', '__return_null'); 스마일리 자체도 문

3
Tags: Snippet WordPress
2025-01-09

모든 pre 복사버튼 js

모든 pre(워드프레스 wp-block-code 포함)에 복사버튼 넣는 js, hardfilter된 최적화 버전 document.addEventListener("DOMContent

2
Tags: JavaScript Snippet
2025-01-01

워드프레스 카테고리 항상 하나만 체크되게 스니펫

add_action("enqueue_block_editor_assets", function(){ echo '<script> window.onload=function(){

2
Tags: JavaScript PHP Snippet WordPress
2024-12-31

W3 Total Cache 바닥글 제거

add_filter( 'w3tc_can_print_comment', function( $w3tc_setting ) { return false; }, 10, 1 ); 테마 funct

3
Tags: PHP Snippet
2025-03-03
     Home     View All