LapanSite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to get rid of "leave a reply"?You do not need a plugin for that.
You can create custom.css, and add in theme header, just after <head> tag:<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>/custom.css" type="text/css" media="screen" />You could also @import it, but link rel is faster to load.
Forum: Fixing WordPress
In reply to: how to get rid of "leave a reply"?wp-content/themes/magazine-basic/style.css
for that
#respond { display: none; }Forum: Fixing WordPress
In reply to: how to get rid of "leave a reply"?Or, you can disable comments on specific posts, pages.
This, up, will hide it everywhere.Forum: Fixing WordPress
In reply to: how to get rid of "leave a reply"?#respond { display: none; }Fastest way.
Forum: Fixing WordPress
In reply to: how to get rid of "leave a reply"?Link?
Forum: Themes and Templates
In reply to: Fast theme needed?Ah, I see.
GZip is not supported on my hosting I think.
Already tried wp-total-cache, wp-super-cache, minify plugins, but nothing can work ‘coz my host is weird.
That’s why I have to rely on the theme.PS: Deactivating all plugins does not speed up anything, so I can’t blame buddypress, bbpress, or any other plugin.
Forum: Themes and Templates
In reply to: Fast theme needed?Hi, WPyogi.
Actually now on my site, I am changing many themes.
Check it now I activated treeview, see how it loads slow. 🙁
Forum: Themes and Templates
In reply to: Fast theme needed?Well, Andrew Nevins, thanks, that is fast theme, but needs big changes to turn it into grids.
I guess I will go with that theme if no one appears with better source.
Thanks again. 🙂
Forum: Themes and Templates
In reply to: Fast theme needed?I checked few from here.
Magazino is close, but still is not so fast and not something what I need.
If anyone knows some responsive theme, which is fast, please post.
Thanks.
Forum: Fixing WordPress
In reply to: Blog not showing up in Google search