Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理セクション以外でエントリのステータスを編集することはできますか? フロントページからエントリを開閉できるようにしたい。
これを行うには、{exp:weblog:entry_form} タグを使用し、次に次の例を使用します。
<select name="status"> <option value="open">Open</option> <option value="closed">Closed</option> </select>
ステータス名を値として使用するだけです^^
ある種の php フックが必要です!