Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

Titles only on Blog Posts Page


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jun 5, 2010, 06:02 PM
Marnie
 
3 posts · Jun 2010
Wordpress 2.92
Atahualpa 3.46
url: http://tinyurl.com/26sqgly

I'm using a static front page and would like the blog posts page to display post titles only. It's currently using excerpts. Reading through the forum I believe it involves the center column and the loop, but I don't know how to formulate the syntax.

TIA for any assistance.

Marnie
  #2  
Old Jun 5, 2010, 07:52 PM
lmilesw's Avatar
lmilesw
 
9,388 posts · Jul 2009
Central New York State USA
Set the number of words to show to 0 and alternatively remove the read more code.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jun 5, 2010, 10:20 PM
Marnie
 
3 posts · Jun 2010
Thanks, I tried that earlier but didn't know how to remove the footer on that page. Figured that out, now to change the size and spacing for that page only...
  #4  
Old Jun 6, 2010, 05:47 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
<body class="blog logged-in">

to keep parts of a post from showing on the blog page, weither is is the landing page or another page,
a - go to ATO->Style & edit CENTER COLUMN->The LOOP
b - find the part you don't want, like
<?php bfa_post_footer('<div class="post-footer">','</div>'); ?>
c - change the leading '<?php ' to '<?php if (!is_home()) {'
d - change the ending from '?>' to ' } ?>'

so that
HTML Code:
        <?php bfa_post_footer('<div class="post-footer">','</div>'); ?>
becomes
HTML Code:
        <?php if (!is_home()) { bfa_post_footer('<div class="post-footer">','</div>'); } ?>
so to get rid of the byline you change
HTML Code:
<?php bfa_post_byline('<div class="post-byline">','</div>'); ?>
to
HTML Code:
<?php if (!is_home()) { bfa_post_byline('<div class="post-byline">','</div>'); } ?>
  #5  
Old Jun 6, 2010, 02:58 PM
Marnie
 
3 posts · Jun 2010
Thanks for the detailed response. I'm beginning to understand, rather than simply copy and pasting.

Sorry if this is stupid - to address the styling of the post titles on that specific page do I need to address <body class="blog logged-in">?
  #6  
Old Jun 6, 2010, 04:01 PM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
sorry, I copied my answer from another thread where they wanted to deal with logged in users. I've deleted it from my previous post

Bookmarks

Tags
post titles

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[How To] modify 'Category Page' aka page2cat to display posts instead of just titles juggledad Plugins & Atahualpa 37 Jun 25, 2010 09:03 AM
How to get blog posts on same page? Meg Other BFA WordPress Themes 3 May 6, 2010 07:40 PM
[SOLVED] Made &quot;Blog&quot; page, set settings to Posts page: Blog - did not work X-Evolutionist Atahualpa 3 Wordpress theme 2 Mar 15, 2010 11:45 AM
[SOLVED] The titles of posts, which are H1 look too big on the page, can they be redu zeppelin Header configuration & styling 2 Nov 26, 2009 06:28 AM
Page Titles Change Color but Posts Do Not Jrdpa Post-Kicker, -Byline & -Footer 1 Oct 27, 2009 11:06 AM


All times are GMT -6. The time now is 07:37 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.