Archive for the ‘Wordpress’ Category
Using Unix Find to Locate WordPress Functions
I am a unix / linux web developer primarily and use some windows / mac editors for ease of use.
When it comes to locating code snippets within wordpress or other cms’ I find it easiest to do this within the linux shell using the find command with a little help from egrep.
generally speaking I can find what I am looking for quite easily using the often forgotten find command.
Read the rest of this entry »
Remove ‘View all posts filed under’ title from category links
Trying to remove the ‘View all posts filed under category name’ from the title tag on links, I searched and searched and couldn’t really find what I was looking for.