How to check the "Add to Menu?" checkbox by default? - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: How to check the "Add to Menu?" checkbox by default? (/showthread.php?tid=1887) |
How to check the "Add to Menu?" checkbox by default? - nvinanda - 2011-06-27 I want to add all the pages in menu, so please let me know how can i check the box "Add to Menu?" by default while creating a new page. How to check the "Add to Menu?" checkbox by default? - ccagle8 - 2011-06-27 im sure you can hack mvlck's "auto-open page options" plugin to do this: http://get-simple.info/extend/plugin/auto-open-page-options/187/ You would just need to use jQuery to auto-check the checkbox on load: $('#post-menu-enable').attr('checked', 'checked'); How to check the "Add to Menu?" checkbox by default? - Connie - 2011-06-27 nvinanda Wrote:I want to add all the pages in menu, so please let me know how can i check the box "Add to Menu?" by default while creating a new page. a simple search brings the answer: http://get-simple.info/forum/topic/1668/add-page-to-menue/ How to check the "Add to Menu?" checkbox by default? - nvinanda - 2011-06-27 Thanks ccagle8. I used your way because my site was already using that plugin. |