WRevolves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show Only Post Titles on HomepageNot sure what to edit on it, if that is what I need to do like earlier suggested.
Forum: Fixing WordPress
In reply to: Show Only Post Titles on HomepageCode of content-aside.php
<?php
/**
* The default template for displaying content
* @package wplook
* @subpackage DailyPost
* @since DailyPost 1.0
*/
?>
<?php if ( is_single() ) {
?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”postformat”><div class=”format-icon”></div></div><span class=”date-i fleft”>
” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘wplook’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”nofollow”><?php the_time(‘F jS, Y’) ?>
</span>
<?php edit_post_link( __( ‘Edit’, ‘wplook’ ), ‘<span class=”edit-i”>’, ‘</span>’ ); ?><div class=”entry-content”>
<?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘wplook’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”clear”></div><div class=”page-link”><span>’ . __( ‘Pages:’, ‘wplook’ ) . ‘</span>’, ‘after’ => ‘</div>’ ) ); ?>
<!– .entry-content –>
<div class=”clear”></div>
<footer class=”entry-utility”>
<div class=”alignright”>
<?php wplook_prev_next(); ?>
</div>
<div class=”alignleft”>
<?php wplook_get_author(); ?>
<?php wplook_get_category(); ?>
<?php wplook_get_tag_list(); ?>
</div><div class=”clear”></div>
</footer> </div>
<!– .entry-content –>
</article>
<?php comments_template( ”, true ); ?><?php } else { ?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”postformat”>
<div class=”format-icon”></div>
</div><span class=”date-i fleft”>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘wplook’ ), the_title_attribute( ‘echo=0’ ) ); ?>” ><?php the_time(‘F jS, Y’) ?></span>
<?php edit_post_link( __( ‘Edit’, ‘wplook’ ), ‘<span class=”edit-i”>’, ‘</span>’ ); ?>
<div class=”entry-content”>
<?php the_content(”); ?><!– .entry-content –>
<div class=”clear”></div><footer class=”read-more”>“><?php _e(‘Read More’, ‘wplook’); ?><span class=”meta-nav”>→</span></footer>
</div>
<!– .entry-content –>
</article>
<?php } ?>Forum: Fixing WordPress
In reply to: Show Only Post Titles on HomepageTried that earlier and it made all the posts display in an unclickable chunk. Very odd.
Forum: Fixing WordPress
In reply to: Show Only Post Titles on HomepageFound content-aside and it looks like it’s in here. I’ll play with it then come back and mark it resolved if it works.
Thanks!
Forum: Your WordPress
In reply to: my 2nd wordpress siteThis theme is outstanding, fast, and very sleek. Where’d you get it? VERY attractive website.
Forum: Plugins
In reply to: [WP-Polls] Quicker Way to Choose Poll?Swag 🙂
Forum: Plugins
In reply to: [Football Pool] No Score Prediction: Just Pick WinnerThanks! I should be able to get that code to work for me! Looking forward to the update!
Lemme know if anyone finds a different plugin that can do it.
I’m looking for a way to do this too. Hopefully it can be added soon? Anybody? Two weeks is a long time for no response 🙁
Forum: Fixing WordPress
In reply to: Change font space size on category pagesResolved.
Forum: Fixing WordPress
In reply to: Change font space size on category pagesOh, sorry, didn’t realize there were theme specific forums!
That worked perfectly!
Thanks so much!
Forum: Fixing WordPress
In reply to: Change font space size on category pagesThat worked for the menu items, but not for the category posts. I want there to be less space between the post titles.
Example:
The first post in that section “My Doctor: Where are your gloves?” has all that extra space between it and the top line. I want to get rid of that space between posts.
Sorry, should’ve explained it better.
Forum: Fixing WordPress
In reply to: Change font space size on category pagesOK. Lemme try it all. Thanks.
Forum: Fixing WordPress
In reply to: Change font space size on category pagesWhere should I put it?
Forum: Fixing WordPress
In reply to: Change font space size on category pagesI’ve been playing with it, but still can’t find where to change that extra space :/