wordpress (8)
wordpress related tips
Thursday, 26 December 2013 15:48
how to add and get wordpress options in array
Written by Super User
In wordpress plugins, you might have saved a lot of
options following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
options following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
Published in
wordpress
Worried of losing your Wordpress admin password, and cant able to retrieve it using mail option? Just follow the below steps
Published in
wordpress
Thursday, 26 December 2013 15:45
how to add scripts and styles in wordpress admin page
Written by Super User
In wordpress there are some error free ways to add scripts and styles
in your custom page in admin dashboard.If you don't follow these rules you
might see errors and it's not a good idea to declare script and styles without
this kind of some pre-defined actions.
in your custom page in admin dashboard.If you don't follow these rules you
might see errors and it's not a good idea to declare script and styles without
this kind of some pre-defined actions.
Published in
wordpress
It's possible to insert any kind of content in wordpress post or page using
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
Published in
wordpress
Thursday, 26 December 2013 15:35
how to register scripts and styles in wordpress
Written by Super UserIn wordpress there are some definite ways to add scripts and styles
in your custom plugin.If you don't follow these rules you might
encounter numerous problems specially related with jquery.
Published in
wordpress
It's sometimes needed to delete a plugin option of your plugin.
It's a necessity too when plugin is activated or deactivated
It's a necessity too when plugin is activated or deactivated
Published in
wordpress
You made a cool wordpress plugin and you want to have some settings
for you plugin.To achieve this you have to create a admin settings page
accessible from wordpress admin dashboard.
for you plugin.To achieve this you have to create a admin settings page
accessible from wordpress admin dashboard.
Published in
wordpress
Adding scripts and styles in wordpress is different fromÂ
what we do in a normal php sites of course.
Published in
wordpress