How to use editor in wordpress
There is a predefined function in wordpress to add editor anywhere in your code. use following code to display editor for more info you can visit here
There is a predefined function in wordpress to add editor anywhere in your code. use following code to display editor for more info you can visit here
(1)First register your domain and create site key and secret key here (2)Open file app/Config/bootstrap.php and add following setting (3)add following script in your layout file app/View/Layouts/default.ctp (4)Open app/View/Users/login.ctp and add following html inside login form (5)add following function in app/Controller/AppController.php (6)Open file app/Controller/UsersController.php and add following code in login function after post values
(1)Create a profile controller app/Controller/ProfileController.php and write following code (2)create a view file app/View/profile/index.ctp (3)Open file app/Config/routes.php and add following line
there is an attribute “selected” in cakephp for set selected value
there is an attribute “empty” in cakephp for adding blank option