teequillin
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Stack Overflow ErrorI’m having the exact same problem as sgerber. Same line number and everything. And, my source file doesn’t go anywhere near that many lines of code.
Has anyone had this problem resolved?
Forum: Fixing WordPress
In reply to: Line Breaks in Posts not appearing…FYI…I got it fixed. Some people on the IRC channel helped me. The only fix was to re-upload the
default-filters.phpfile and the problem was solved.Thanks for the input!
Forum: Fixing WordPress
In reply to: Line Breaks in Posts not appearing…Okay…I’ve been researching until I can’t see straight about this problem and it seems like I shouldn’t need a plugin to make this work.
According to the Codex, WordPress will automatically add the
<p>, which should display as a line break when the post is displayed.I’m using the Rich Text Editor in v.2 and when I view the HTML for my posts, these tags are present, but they aren’t being displayed.
Any other ideas about how to correct this problem?
Forum: Fixing WordPress
In reply to: Line Breaks in Posts not appearing…From what I can tell, this seems like it’s going to fix my problem, but I’m such a newbie to this that I can’t figure out how to make the line breaks appear in every post regardless of author.
Here is what the code looks like for the posts:
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" style="text-decoration:none;" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="meta"><?php the_time("l F dS Y") ?>, <?php the_time() ?> <?php edit_post_link(); ?><br>
<?php _e("Filed under:"); ?> <?php the_category(',') ?></div><?php the_content(); ?>
I installed the plugin ‘get-custom’, but I can’t figure out how to make it work.
Thanks for your help!
Forum: Fixing WordPress
In reply to: Pages error…What could the server issue be that would cause that? What should I look for to correct it? For now, I’ll just manually do it myself. I’m mostly going to have posts instead of Pages anyway, but it would be nice to fix it to not worry about it.
Thanks!