Showing page 6 of 17

me@grafxflow

12 Apr, 2013

PHP and HTML and CSS

Show hidden .DS_store files in Dreamweaver

Tested a themes compatibility in WordPress and noticed a .DS_Store files warning, but I couldn't see them in DreamWeaver. Here is a simple solution.

me@grafxflow

27 Mar, 2013

CMS

Remove the 'Private:' title for private posts

Here is code to hide 'Private:' that appear in the titles on Wordpress private posts or pages. It's a simple filter function added to 'functions.php'.

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!'.

Showing page 6 of 17