Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
#content {
position: relative;
top: 115px;
}And get rid of that 2px top margin on the
#contentelement.Admin
Your minified script has an error:
ReferenceError: WPGroHo is not definedTry excluding the script that contains that WPGroHo part from the minification list.
Admin
In reply to: is it possible to have the sidebar appear on only specific blog posts ?
April 24, 2013 at 12:56 am #37848Admin
Quote:Is it possible to customize the Google custom search box instead, do you think?Not sure. Haven’t really looked into those.
Admin
Admin
In reply to: is it possible to have the sidebar appear on only specific blog posts ?
April 23, 2013 at 9:01 am #37846For individual pages, you can select the page template you want use. Look to the right of the Edit Page screen.
Admin
Add this to the theme’s Custom CSS option:
.entry-content p {
margin-top: 15px;
}Admin
In reply to: Cannot hide sidebar when creating custom page template
April 23, 2013 at 8:58 am #37828Try this plugin:
Admin
In reply to: is it possible to have the sidebar appear on only specific blog posts ?
April 23, 2013 at 2:30 am #37843Use the Widget Logic plugin.
Admin
Nope. At least not without a lot of work. It’s worthwhile to understand how the search function works.
To be able to search something on the internet, you’ll need to have a database that contains the contents to be searched from (call this a haystack). The default WordPress search function can only search content from your site because it only has access to your site’s database. It’s the same with Google search – it has a supermassive database that contains a supermassive haystack to be searched from.
Theoretically, you can build a program that visits every page of the other sites you want to be searchable, and then gather all those information into a database to be searched from. Like I said, this will be a lot of work. It is effectively building your own search engine.
So just use Google custom search. Commercials are not evil – many times they’re necessary to offset the costs of providing services for free.
