Replace one word with another word across all directories Posted on February 16, 2017February 16, 2017 by SEO Brisbane Search Tempo grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g' The example above replaces windows with linux Read More
Conditional CSS Based on Page ID Posted on February 16, 2017 by SEO Brisbane Search Tempo Put the page ID in front of the class. Here's an example: .page-id-3501 .heading { font-size: 45px; } To find the page ID, view source and search on page or id Read More