Colby Ross
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can you open this pageNo
Forum: Your WordPress
In reply to: 3 Months Blogging SOuth America TravelSo is there a link to your site?
Forum: Your WordPress
In reply to: Win-it-World.com Can I get some love.It looks like you have good content on your site, though I’d recommend finding a better theme as well as getting a better banner.
Forum: Your WordPress
In reply to: Does my photography site run slow?It just depends on what computer you use. On mine, it isn’t slow or choppy at all.
Forum: Plugins
In reply to: [Plugin: ShareThis] Remove buttons from bottom of postI fixed it by disabling the plugin and adding the code for it in my theme.
Forum: Plugins
In reply to: [Plugin: ShareThis] Remove buttons from bottom of postForum: Fixing WordPress
In reply to: Can't seem to get unwanted space removedWorked for me too.
Thanks a lot!
Forum: Fixing WordPress
In reply to: Can't seem to get unwanted space removedThis is the rule that I created:
div.srp-widget-singlepost { padding : 0px 0px 0px 0px; margin : -20px -3px -7px -4px; border-bottom : 2px dashed #CCCCCC; }
The margins would be much larger if I hadn’t changed these margins in the settings.
But what these margins don’t change is the one line space between the title and the date.Forum: Plugins
In reply to: [Plugin: Special Recent Posts] Need unwanted space removedForum: Fixing WordPress
In reply to: Is it possible to add TinyMCE to the excerpt box?Nevermind, I found a plugin for doing it.
Forum: Fixing WordPress
In reply to: I can't change excerpt length, even with pluginsThat did the trick. Thank you very much!
Forum: Fixing WordPress
In reply to: I can't change excerpt length, even with pluginsOkay, I did that.
In /helpers/system.php, it says:
remove_filter('the_content', 'wpautop');
In /layouts/page.php, it says:
<div class="content clearfix"><?php the_content(''); ?></div>
In /layouts/single.php, it says:
<div class="content clearfix"><?php the_content(''); ?></div>
In /layouts/_post.php, it says:
<div class="content clearfix"><?php the_content(''); ?></div>
Could you please tell me which one I have to edit, and what I edit it to?
Forum: Fixing WordPress
In reply to: I can't change excerpt length, even with pluginsI couldn’t try the above method because I found that “the_content()” doesn’t even exist in my template. I found this out by searching for “the_content()” in all the files in my template folder using Notepad++.
I did see that “the_content()” exists in Twenty Ten and Twenty Eleven, so I went into Twenty Ten and changed “the content()” to “the excerpt()”, and it still did nothing.
Forum: Fixing WordPress
In reply to: I can't change excerpt length, even with pluginsI tried filling in the Excerpt box, but it did nothing. No matter what theme I used, even on the Twenty Eleven theme, it would not work.
I did try the more button, which I didn’t even know existed (thank you), and that did work.
But I would prefer if I could use excerpts, and so far it would not work, I don’t believe it has anything to do with the theme I am using, because I can’t get it to work on any theme.