RSSAll Entries Tagged With: "PHP"

How To Remove The Dates From WordPress Themes

How To Remove The Dates From WordPress Themes

If you want to use WordPress for more of a static site that is updated infrequently removing the dates from your theme could come in handy. To remove the date you need to find where the date is referred to in index.PHP and remove that line. It will probably be a line between 2 div [...]

How To Create Your Own WordPress Template

How To Create Your Own WordPress Template

New WordPress users are often confused by the combination of PHP, HTML, and CSS, that you find in your WordPress template. After awhile you will start to learn the code and understand what’s going on. Sarah at Blogging Tips wrote a couple of great tutorials on creating your own templates. Create Your Own Template Create [...]