Forum Vintage Theme bug

When Vintage theme is updated add the following in the Functions.php function remove_siteorigin_mobilenav_nav_filter() { remove_filter( ‘wp_nav_menu’, ‘siteorigin_mobilenav_nav_filter’, 10, 2 ); } add_action( ‘wpforo_menu_bar_start’, ‘remove_siteorigin_mobilenav_nav_filter’ ); This will remove the html tag that shows in the forum menu

Move WordPress

Either you change host, or if you are hosting at home you want a faster server, there are many reasons why you would need to move your WordPress site. Here we will learn how to do this. The Situation When I have build my site (www.paulgeanta.com) I decided to host it at home. If you […]

Host your website at home (under construction)

All previous how-to-s are the preamble to the current post. In fact, what we desire is to host our website at home, and be in complete control on what and how we install on our server. At this point you should have an Ubuntu server on which Apache, MySQL, PHP and WordPress have been installed. […]

Install WordPress

If you completed Apache, MySQL and PHP installation you have all the blocks needed to install WordPress and start building quality websites with as much effort as typing a word document. WordPress installation on Ubuntu can be done using apt-get just as we have installed Apache, MySQL and PHP. However, this is not the preferred […]