Showing page 6 of 17

me@grafxflow

22 Mar, 2013

CMS

Replace WordPress@ as sender on emails

Here is a solution (without using a plugin) to replace the 'WordPress@' senders email address added automatically to auto replay emails in WordPress.

me@grafxflow

18 Mar, 2013

CMS

Hide posts/pages from search results

If you want to hide certain pages or posts from the WordPress search results. Then you need to edit the 'functions.php' file adding a nice snippet of code.

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

PHP and HTML and CSS

What is responsive CSS

Responsive CSS allows you to design a website which will change scale and layout depending on a users device (Computer, Mobile and Pad).

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

Mac OS X

Show hidden files on Apple Mac

Sometimes is handy to view those hidden files on your mac. The files that usually start with a '.' such as '.example_file_name'.

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

06 Mar, 2013

PHP and HTML and CSS

jQuery Can't find variable: $ error on iPad FIX

I had been testing a website on an iPad and started getting the error message 'Can't find variable: $'. It turned out to be a very simple solution.

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.

Showing page 6 of 17