JGold1993
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Gap in Table. VERY IRRITATING!Ok, so I changed it to divs, but now I have the reverse problem. I can’t space them out even when I set a margin on the css.
<div id="featured-posts"> <div class="imagetitle"> <img src="/wp-content/themes/v1/images/featuredposts.jpg" /> </div> <?php $my_query=new WP_Query('category_name=art-design&posts_per_page=3'); ?> <?php while ($my_query->have_posts()) : $my_query->the_post(); ?> <div id="featured-box"> <div class="featured-thumb"> <a href="/clothing/"><img src="/wp-content/themes/v1/images/category_clothing.jpg" /></a> </div> <div class="featured-content"> <h5>Fashion</h5> Read about the latest news in the fashion world. Discover what's cool. <div class="alignright"><a href="/clothing/" class="readmore">View Fashion</a></div> </div> </div> <?php endwhile; ?> </div>
Forum: Fixing WordPress
In reply to: Hiding [youtube] in excerptOk, so how do I do that?
Forum: Fixing WordPress
In reply to: Hiding [youtube] in excerptAnd the more tag..
But the video is at the top of the post, so it shows up in the excerpt created by the more tag
Forum: Fixing WordPress
In reply to: Hiding [youtube] in excerptI am using the_content..
But I want to video to not show up, but it’s before the more tagForum: Fixing WordPress
In reply to: Hiding [youtube] in excerptI have an idea if anyone can do this.
Is there any way to have the content tag display an excerpt entered in the box under the post box when there is no more tag in the post? Like a custom type deal?
I’m not that good with PHP.
Forum: Fixing WordPress
In reply to: Hiding [youtube] in excerptOh, and my blog is here:
https://freshstreetmag.com/You will notice that the tron blog entry is missing an excerpt at the moment. I just didn’t want to show the ugly youtube video destroy my page