Adding Extra Fields to the WordPress User Profile or how to add extra filed in user profile page
WordPress offers some great options and function.There are some fileds in the user’s profile page where user can add info like bio but if admin want to provide more option or extra field to user than something write in code. today i am displaying or adding Extra Fields to the WordPress User Profile or how to add extra filed in user profile page Continue reading this entry…
See here i am giving you an example to develop a wordpress plugins and calling it in post.Means creating a wordpress plugins and allowing option to use it in wordpress post.
ShortCode API
What is ShortCode API?
Shortcode API, a simple set of functions for creating macro codes for use in post content.
Example: [demo id=“1”]
Is able to retrieve a demo record of ID 1 and embed the results into the post content Continue reading this entry…