Blog

Create an Auto-Stats Page for Advertisers

You are here: Home > Blog > PHP

Create an Auto-Stats Page for Advertisers

statspage1

Hello guys! For my first guest post here at Pro Blog Design, I’m going to show you how to sell more ad spaces by adding stats to your WordPress blog’s Advertise page.

Unless stated, the PHP codes here are going to go into your content itself. That means youl have to use WordPress Page Templates (They allow you to make a theme file specifically for your Advertise page).

Read More »

Bloggers, Get Familiar With Your Database

database-server All of your posts, settings, and every other piece of data about your blog are stored in a database. Sooner or later, you are going to have to access that database directly, especially when things go wrong.

Thankfully, the level of knowledge a blogger needs to have about their database is very low. It’s easy to get to grips with, and you’ll be glad of it when that fateful day eventually comes.

Read More »

13 Tags to Delete From your Theme

Snip the superflous. Free themes are designed to be as easy to install as possible. You simply upload your theme, activate it, and you’re done. It knows your blog’s name, description, feed URL and everything else.

In order to know all of this, the theme uses PHP tags to get the information. However, it has to use these tags every time a page is loaded.

As most of the information never changes, you can delete these tags from your theme, and replace them with normal text. That way, your server has less to process next time around.

Read More »

Page 4 of 41234