Showing page 2 of 3

me@grafxflow

18 Mar, 2013

CMS

Order posts alphabetically in WordPress

By default WordPress orders your posts by the edit/added date. But what happens if you want them to be ordered Alphabetically. Here is how to do it.

me@grafxflow

18 Mar, 2013

CMS

Hide google analytics on preview posts/pages

Here is how to hide google analytics code on the 'footer.php' file in WordPress, so it stops appearing when previewing the posts and pages in admin.

me@grafxflow

18 Mar, 2013

CMS

Add widget to header in WordPress

If you want to add a widget to your WordPress theme header and in your admin (Appearance -> Widgets) then this is the php code to use.

me@grafxflow

11 Mar, 2013

CMS

Add Twitter Feed App to WordPress

Here we will setting up a Twitter App and outputting the JSON feed into WordPress using the plugin oAuth Twitter Feed for Developer.

me@grafxflow

05 Mar, 2013

CMS

Adding a custom function in WordPress

Here is how to add your own custom functions to your WordPress theme files. The following example is a very simple echo 'hello world!'.

me@grafxflow

05 Mar, 2013

CMS

Import CSV into WP-eshop Magento error

I recently had to upload a CSV file edited in excel to Wordpress eshop, but I kept getting back error messages. This is a very easy solution!

me@grafxflow

31 Jan, 2013

CMS

Remove WordPress generator meta tag

If you want to hide the meta WordPress generator tag from your pages, then simply add this code to your themes functions.php file.

me@grafxflow

04 Oct, 2012

CMS

Remove author info at bottom of blog posts

How you remove the authors information which appears at the end of each blog post. It's the box which contains the admin image and description etc.

me@grafxflow

08 Sep, 2012

CMS

Hide Title on page content in WordPress

You want to hide the title from appearing in the content on a page in WordPress. This example hides the 'Home' title using the Twenty Eleven theme.

me@grafxflow

05 Sep, 2012

CMS

How to Insert php into a WordPress post or page

Just a quick note on a plugin which allows the insertion of php code direct into a post, page or widget in WordPress. Very easy to use and implement.

me@grafxflow

03 Sep, 2012

CMS

WordPress search older posts goes to home page

I had an issue when doing a search on a WordPress site. It worked on the first page, but once I clicked Older posts it took me to the home page.

me@grafxflow

02 Sep, 2012

CMS

JQuery function not working in WordPress Post

You have placed some JQuery function in a WordPress post but it does nothing. Yet you know the code is correct. This is the way of getting it work.

Showing page 2 of 3