i just to have the title to show to save space as my posts take much room up :)
i just to have the title to show to save space as my posts take much room up :)
comment out or delete the <?php the_content(); ?> or <?php the_excerpt(); ?> from category.php or tag.php or archive.php
i only have archive.php, and neither of those are in there lol any other suggestion ?
Well, those were the most common places to revise. Flying blind here. What is your site URL or theme name?
site url http://www.animearena.tv/ theme name animearenathemefinal
Artisteer-generated theme I see, haven't used the service. I assume that one of the categories is "Dragonball" and you don't want the videos showing up after the titles. Please post around 10 lines of code you find in your archive.php that follows
<h2>...title .... </h2>
here is my full archive.php , hopefully you can tell me from this :P thanks again for your support :)
[huge chunk of code moderated - please use a pastebin or link to file]
Do not post large chunks of code here - I did not ask for the whole page. The artisteer-generated code is UGLY out of this world and, in my opinion, is not valid XHTML. Having vented ...
Save a copy of your archive.php, just in case - as I don't know how the edit will affect the artisteer-generated code. After saving a copy, find this block of code in archive.php and delete this:
<?php $metadataContent = ob_get_clean(); ?>
<?php if (trim($metadataContent) != ''): ?>
<div class="art-PostMetadataHeader">
<?php echo $metadataContent; ?></p>
If that doesn't work, bring back the old archive.php
heh, yeh ill re code it myself later it is pretty bad coding and thanks ill try that now
nope, this didnt work got an error,
Parse error: syntax error, unexpected T_ENDIF in /home/antony/public_html/animearena.tv/wp-content/themes/AnimeArenaThemeFinal/archive.php on line 81
any other sugestions ^^ thanks :)
This topic has been closed to new replies.