• hello.
    typical source code of PAGE EDITOR (in dashboard), is like this:
    <form name="post" action="post.php" method="post" id="post">

    REQUEST:
    when i add(or edit) a post type MyVideos), it is good, if the FORM contained classname, like:
    <form class="posttype-MyVideos" name="post" action="post.php" method="post" id="post">

    default for typical posts or pages should be i.e. class="posttype-post" and class="posttype-page"

  • The topic ‘Add POST-TYPE into css CLASSNAME’ is closed to new replies.