Category Archives: Wordpress

Articles and Blogs about Wordpress

Customizing the WordPress Search Results Page

If you ever encountered the limits of the build-in search of WordPress, you might consider to customize the output of the search results. If a search produces no results, you could suggest the visitor to go to Google to do a search on your site with the same query. To implement this, add (or modify) the content-none.php … Continue reading Customizing the WordPress Search Results Page

WordPress theming: create a child of an existing theme

A common away to create a theme for WordPress is to browse for an existing theme, install it, and customize it. However, to create your own version of a theme, it’s better to create a child of the original theme (and then start customizing that). Learn more on creating a child theme here. Advantage of … Continue reading WordPress theming: create a child of an existing theme