• Hello guys, I need to change/replace the editor style for specific post id …

    In codex I don’t see anything

Viewing 1 replies (of 1 total)
  • Thread Starter infohowdy

    (@infohowdy)

    I found a easy old-way solution to add in functions.php

    if(isset($_GET[“post”])&& isset($_GET[“action”])){
    if ($_GET[“post”] == “666” && $_GET[“action”] == “edit”) {
    add_editor_style(‘alternative-editor.css’);
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘editor style for specific post’ is closed to new replies.