This tutorial will require a mysql database and a web development environment using mysql, apache and php and a simple text editor. The tutorial takes you through establishing a mysql connection using php on a web page, connecting to a mysql table and retrieving the results and displaying them back on the web page. This tutorial …
Read More
Delete Author and Date Information under WordPress Posts for the Twenty Ten Theme
Delete author and date credits under posts for the Twenty Ten WordPress theme – for rolling posts edit loop.php and for single page posts edit loop-single.php Comment out or (delete) twentyten_posted_on as below on the second line. <div class=”entry-meta”> <!– <?php twentyten_posted_on(); ?> –> </div> <!– .entry-meta –>
Hiding the Meta Generator Tag in WordPress in the Header and RSS
How to hide the Meta Generator tag in the WordPress Header and RSS Feeds If you check the source code of your WordPress blog, in the header section you will see a meta tag named ‘generator‘ directly below the title tag: <meta name=”generator” content=”WordPress 3.4.2″ /> The purpose of the tag is to state the …
Read More
How to Change the Footer Appearance in Thesis 1.8 WordPress Theme
To change the footer element in Thesis 1.8 theme for WordPress you need to take care of a couple of things, there are two links in the footer that need to be removed, custom CSS and HTML then need to be added to complete the process. (a) First up is to enable the custom directory …
Read More
Install and configure Apache, MySQL & PHP on OS X Lion 10.7 and 10.6
How to install and configure Apache, MySQL and PHP on Mac OS X 10.7 Lion and OS X 10.6 Snow Leopard. OSX 10.8 Mountain Lion Version OSX 10.9 Mavericks Version Apache and PHP already come preloaded in OS X 10.7 Lion and 10.6 Snow Leopard, the versions on 10.7 Lion are PHP 5.3.6 and Apache 2.2.20, these 2 pieces …
Read More