WordPress tutorial, Display wordpress Tags In Dropdown Menu without plugin. we given simple code here which you need to put in theme functions.php file.
If you want to display the tags in drop down menu then use following code in functions.php file.
Display wordpress Tags In Dropdown Menu without plugin
wordpress tutorial, How to add custom text in every wordpress post. There is always common content we want put in every post. using following function we can add the custom text in every wordpress post.
How to add custom text in every wordpress post
just open your functions.php file from wordpress theme folder and put the following code in that file.