Quantcast
Channel: James Wilkes Web Design » Wordpress
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to make a ‘share this post on facebook’ link in WordPress

This tips applies to coding a WordPress theme design. You won’t be able to copy and paste the code straight into your posts. You will need full access to editing themes on your server (yes, I can host...

View Article



Image may be NSFW.
Clik here to view.

How to make a ‘share this post on Twitter’ link in WordPress

This tips applies to coding a WordPress theme design. You won’t be able to copy and paste the code straight into your posts. You will need full access to editing themes on your server (yes, I can host...

View Article

Image may be NSFW.
Clik here to view.

Creating a simple WordPress plugin

This is an introduction to writing plugins for WordPress. For this tutorial you will require: a test WordPress installation (don’t try stuff like this on your live server!) with access to the...

View Article

Image may be NSFW.
Clik here to view.

WordPress hack alarm plugin

I’ve been discussing security issues with timestocome and had a go at writing a little hack alarm script. It is designed to pick up when someone has put comments or posts containing malicious code...

View Article

Image may be NSFW.
Clik here to view.

Creating a basic WordPress theme

2 files are needed for WordPress to recognise a theme: a CCS stylesheet “style.css” (containing information to appear in the theme selection page in a CSS comment block) a PHP file to deal with...

View Article


Image may be NSFW.
Clik here to view.

WordPress HTML output filter

Available for download is my WordPress HTML output filter (the HOF), a plugin for WordPress 2.9 (it might work with previous versions, it might require tweaking). WordPress installations on large-scale...

View Article

Image may be NSFW.
Clik here to view.

Analysing web server logs for WordPress

I’ve found the WordPress stats plugins a bit annoying at times. So, I wrote my own web server log analyser. It runs on the command line. Most web stats plugins seem to rely on javascript in the pages...

View Article

Image may be NSFW.
Clik here to view.

WordPress Plugin to display all posts in all categories

I knocked up a quick plugin to display all the categories and display all the posts in each of them. Currently it displays posts multiple times in each of the categories it belongs to. I had to jump...

View Article


Image may be NSFW.
Clik here to view.

How to get the entire page content in WordPress

It’s quite difficult to get the entire page content in a WordPress plugin. I eventually got this code to work. It requires two action handlers, one for the “send_headers” action just after the HTTP...

View Article


Image may be NSFW.
Clik here to view.

WordPress plugin to share posts via facebook, twitter etc

Social media is often used to help publicise blog posts. Here’s a little WordPress plugin which adds links to the bottom of a post to share it by Email, StumbleUpon, Digg, Facebook and twitter....

View Article

Image may be NSFW.
Clik here to view.

How to make a ‘share this post on facebook’ link in WordPress

This tips applies to coding a WordPress theme design. You won’t be able to copy and paste the code straight into your posts. You will need full access to editing themes on your server (yes, I can host...

View Article

Image may be NSFW.
Clik here to view.

How to make a ‘share this post on Twitter’ link in WordPress

This tips applies to coding a WordPress theme design. You won’t be able to copy and paste the code straight into your posts. You will need full access to editing themes on your server (yes, I can host...

View Article

Image may be NSFW.
Clik here to view.

Creating a simple WordPress plugin

This is an introduction to writing plugins for WordPress. For this tutorial you will require: a test WordPress installation (don’t try stuff like this on your live server!) with access to the...

View Article


Image may be NSFW.
Clik here to view.

WordPress hack alarm plugin

I’ve been discussing security issues with timestocome and had a go at writing a little hack alarm script. It is designed to pick up when someone has put comments or posts containing malicious code...

View Article

Image may be NSFW.
Clik here to view.

Creating a basic WordPress theme

2 files are needed for WordPress to recognise a theme: a CCS stylesheet “style.css” (containing information to appear in the theme selection page in a CSS comment block) a PHP file to deal with...

View Article


Image may be NSFW.
Clik here to view.

WordPress HTML output filter

Available for download is my WordPress HTML output filter (the HOF), a plugin for WordPress 2.9 (it might work with previous versions, it might require tweaking). WordPress installations on large-scale...

View Article

Image may be NSFW.
Clik here to view.

Analysing web server logs for WordPress

I’ve found the WordPress stats plugins a bit annoying at times. So, I wrote my own web server log analyser. It runs on the command line. Most web stats plugins seem to rely on javascript in the pages...

View Article


Image may be NSFW.
Clik here to view.

WordPress Plugin to display all posts in all categories

I knocked up a quick plugin to display all the categories and display all the posts in each of them. Currently it displays posts multiple times in each of the categories it belongs to. I had to jump...

View Article

Image may be NSFW.
Clik here to view.

How to get the entire page content in WordPress

It’s quite difficult to get the entire page content in a WordPress plugin. I eventually got this code to work. It requires two action handlers, one for the “send_headers” action just after the HTTP...

View Article

Image may be NSFW.
Clik here to view.

WordPress plugin to share posts via facebook, twitter etc

Social media is often used to help publicise blog posts. Here’s a little WordPress plugin which adds links to the bottom of a post to share it by Email, StumbleUpon, Digg, Facebook and twitter....

View Article
Browsing all 20 articles
Browse latest View live




Latest Images