Video tutorial : Create a Custom Dropdown Menu on WordPress
WPAssist / How To - April 8, 2020http://www.youtube.com/watch?v=yKrtogki-L4 Get dropdown menu widget here. Any thoughts? Share in the comments below..
http://www.youtube.com/watch?v=yKrtogki-L4 Get dropdown menu widget here. Any thoughts? Share in the comments below..
I recently added hooks to the dropdown menu widget and using those hooks you can enlarge your navigations easily. Here i will show you how to add a categories dropdown to the end of pages menu, as seen on my site.
I recently updated the Facebook Meta Tags plugin to use site logo if no thumbnail exists. To enable this feature you will need a simple edit in your functions file. Here is how to do this.
To add a javascript file to your theme it is easy to use header.php in your theme folder. However, if there are plugins using the same script libraries (like jquery, scriptaculous ) it may cause errors. In this post, I will show you how to […]
Nextgen Gallery is a perfect gallery plugin for wordpress. I use it most with my wordpress theme projects. Here i will show you how to display nextgen gallery using php code in your page templates.
Automatic update is a great feature within WordPress. But sometimes it can get stuck if you navigate away from the update process. This may seem a huge trouble, but fixing is quite simple. To get your site back to normal, all you need is an FTP […]
In order to use a jQuery plugin with your WordPress site, you need to load jquery manually along with the jquery plugin script files. In this step by step tutorial, I will show you how to add a simple jquery tooltip plugin to your site.
You can create shortcodes for any function in wordpress. It’s so easy to create one and also so functional. In this post i will show you how to use a shortcode in another shortcode.
If you don’t have a script installer on your server and you need to install wordpress manually, it can be a pain to upload wordpress files to your webhosting server one-by-one via ftp. In this post, I will show you how to install wordpress with […]
In wordpress there are many ways to hide your members only content. You can either install a plugin to hide your posts, or you can create password protected posts that only members can access. But there is another way; Shortcodes. Here i will explain you […]