Horje
Title showing up in body of post - Wordpress Solution
Hello, The first post of a new blog I'm starting has a glitch that the rest of my posts don't have.. I'm fairly new at this, so I'm hoping someone can try to explain exactly where I can fix the problem. For some reason, the title "BLAST-OFF" shows up as the first two words in the actual body my post with a strange "">" after the last letter as seen [[LINK href="http://img.skitch.com/20100602-bwj5uxrg7x3p5enp1rwtta35b3.jpg"]]HERE[[/LINK]]. But you can see on the back-end that the words "BLAST OFF" shouldn't even be in the body of the post at all: ([[LINK href="http://img.skitch.com/20100602-q2hpxid5ur7u7898rma91cct87.jpg"]]screenshot[[/LINK]]) Does anyone know how I can remove that?? The blog is [[LINK href="http://antagonismblog.com"]]http://antagonismblog.com[[/LINK]]

Solution - 1

Dear Ant Lively, Edit your theme index.php or home.php (If you don't have single.php, then it'll be home.php if you have single.php then open index.php ) find find the and delete more "> from there. or you can send your index.php or home.php codes here. I can show you. Best regards,


Solution - 2

hey, can you send me a link to the page by private message?


Solution - 3

Please submit an URL, there could be hundreds of reasons but it will be easier for us to see what the actual source code looks like


Solution - 4

It is coding error. In the source code you must have put extra ">. Assume this is the code:

<h2><a rel="nofollow" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
but may be you wrote:
<h2><a rel="nofollow" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?>"></a></h2>
please notice:
">
just after
<?php the_title(); ?>


Solution - 5

It looks like the is a small error in your html/php mix. Not sure which file is causing this without a link to your site, but it is most likely home.php or index.php. A couple questions: Does this only happen on the homepage + archives pages? Does this happen in single views? Which theme are you using? Best, -Mike


Solution - 6

Hi there There is a small generated code there. "> This is what is causing the trouble. Something wrong with the image tag. Will post a solution shortly Monit


Solution - 7

well, it seems that in your title have this BLAST-OFF it may be solved if you edit this post title with just BLAST-OFF from wp-admin. Thank you





Wordpress

Related
WP Admin White Screen - Wordpress Solution WP Admin White Screen - Wordpress Solution
User Photo in Get Recent Comments Widget - Wordpress Solution User Photo in Get Recent Comments Widget - Wordpress Solution
Backend-Pages with Frontend-Themes (Again!) - Wordpress Solution Backend-Pages with Frontend-Themes (Again!) - Wordpress Solution
 fatal error call to undefined function when uninstalling plugins - Wordpress Solution fatal error call to undefined function when uninstalling plugins - Wordpress Solution
Facebook like button error... - Wordpress Solution Facebook like button error... - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7