Showing page 6 of 17

me@grafxflow

25 Jul, 2013

PHP and HTML and CSS

Reset cookies expiry date is not working in php

Recently I was trying to unset a cookie by resetting its expiry date back an hour. But for some reason it would not work. But this is the fix I used.

me@grafxflow

28 Apr, 2013

eCommerce

Change the product per rows in Magento

Here is how to change the number of products shown in the rows on both the categories pages and search categories pages in Magento.

me@grafxflow

17 Apr, 2013

CMS

Wordpress Security issue true or false?

Many WordPress Developers are aware of various blogs bringing up the subject of security issues with WordPress recently. So what's the solution?

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

Showing page 6 of 17