There are few ways to do this in WordPress CMS using the PHP web language. What I would say the “best way” involves editing either original or Child Theme functions.php file. Therefore it is bit risky and you could potentially take your side down in an event of an incorrect implementation. Let’s look at the fool safe “easy way” first.
Category Archives: Content Management
I will list all the web CMS and database management systems related articles under here. You may come across useful article also in the Computer Science category.
Mobile tools for Webmasters
There are many different types of Webmasters (and Owners / Developers / Administrators / etc). One thing most of us love is to save money by opting for free services whenever it is possible. You do not always have to pay for high quality services. For example, Google Inc. is one of my favorite high quality free service providers. However, keep in mind that often these services are provided “as it is” without a warranty and for personal website Webmasters and small business owners.
Google Custom Search Refinements
Google is a very popular search engine. One of the driving forces behind the popularity is Google Inc’s generous offers such as free site-based search. The Google Custom Search Engine (CSE) is a such free Webmaster tool. It allows the site owners to integrate the powerful Google search system into their website. I already discussed how to replace the default WordPress site search with your CSE. In this article, I will introduce you to creating content filters.
Fixing overlapping content
We can use CSS codes to arrange containers of information in variety of ways. The vertical stacking order called z-index is used to denote which container will go on top of the other. Problems occurs when you write CSS containers without the consideration for the z-index value or use scripts from several different sources with undesirable stacking order. You can fix these problems in several ways.
Integrating Google Custom Search
The Google Custom Search Engine (CSE) is a server side program written in C++ for web developers to improve their individual search results. It comes in few different flavors as advanced as Google Enterprise Search servers to Google-hosted search pages. I will go into the deep end with Google Custom Search for personal websites, a free service provided by Google Inc (THANK YOU Google).