I’ve recently had some issues with wordpress search and custom pagination. Google helped me to find a nice WordPress function that displays the pagination without a plugin. So using the function from that page gave me few headaches but I … Find out more
After wasting precious hours ( maybe days ) looking for a way to remove the base /category/ thing from wordpress category list ( when linking to it ) I couldn’t believe my eyes how easy it was. No plugins, No … Find out more
I had a hard time figuring how to make wordpress display backslashes in posts. There are 2 solutions for this problem: Use html code for backslash which is \ Use double backslashes like \\ The html code must be inserted … Find out more