how to make wordpress header image clickable
how to make wordpress header image clickable How to make wordpress header image clickable Your WordPress theme most likely has a header. This header can display your navigation menu, social media icons, search bars, etc. Many WordPress themes, however, don’t come with a header that is clickable. Headers come in a variety of sizes and […]
how to add footer widget area in wordpress
how to add footer widget area in wordpress I was in a bit of a pickle when a client needed me to add social media icons to the footer area and the theme I was using didn’t come with widget areas. So how does one add a widget to the footer area when your theme […]
how to increase wordpress maximum upload size
how to increase wordpress maximum upload size WordPress default for upload size is 2M and there are multiple ways you can try to increase it. If you pay for a hosting provider then you will have to be able to access server configuration files via ftp, file manager, ssh, etc. Solution 1: using .htaccess way […]
hide the wordpress admin bar
hide the wordpress admin bar I recently came across a client that needed a website where users must login to view the site. The users, however, had no reason to see the admin panel or use it. The snippet of code below will eliminate the admin panel for users labeled as “subscribers”. This code goes in […]
wordpress employee portal
wordpress employee portal I’ve came across a client that wanted an employee login portal where they can upload files/images, download files, check schedules, etc. The following article demonstrates how to go about doing this. –PLUGINS– I used a few plugins to get this working how I wanted: First I downloaded and installed Role Manager. […]