GetSimple Support Forum
I18N Custom Fields | How to Place fields below the Page Title? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: I18N Custom Fields | How to Place fields below the Page Title? (/showthread.php?tid=1568)



I18N Custom Fields | How to Place fields below the Page Title? - nvinanda - 2011-04-13

Hello,

I want to place the Custom Fields just below the Page Title field in the "Create Page" page. I mean after clicking the "Page Options" button, the first field should be custom one.

Current it resides at the bottom of all page option fields.

I was able to remove "Custom Fields" title by removing "<h2>Custom Fields</h2>" at plugins/i18n_customfields/edit.php


I18N Custom Fields | How to Place fields below the Page Title? - n00dles101 - 2011-04-13

The current location of the customfield inputs is the only location it can go on the edit page as this is the only hook position avaible for such items.


I18N Custom Fields | How to Place fields below the Page Title? - nvinanda - 2011-04-13

okay Sad