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 »

Center column tite format


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 Jan 15, 2010, 01:41 AM
dsachs
 
7 posts · Feb 2009
Hi -

I have a title for my center column which I would like to reformat. Unbelievably, I can not remember how I put in the title to begin with, let alone how I resize it.

I can't find anything in the atahualpa options that says anything about a center column title.

My web site is lasewa.net.

thanks in advance,
David
  #2  
Old Jan 15, 2010, 04:34 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
Are you talking about PAGE titles or POST titles?
Do you want to do this for a single PAGE (or single POST)
which page/post are you talking about

If you add a general CSS Insert, you could make all page titles center, but is that what you want?
  #3  
Old Jan 17, 2010, 02:32 AM
dsachs
 
7 posts · Feb 2009
Hi -

The center column itself has a title - Updates, which is just text. I have put it in there but can't remember how (senior moment). The font is too big and I want to reduce it. But since I can't remember how I got the text in there (I don't find such a possibility in the 'center' options) I can't adjust the font.

thanks,
David
  #4  
Old Jan 17, 2010, 09:26 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
go to dashboard->settings-reading->front page displays - what have you got set there?
  #5  
Old Jan 17, 2010, 02:26 PM
dsachs
 
7 posts · Feb 2009
'Your latest posts' is selected.
  #6  
Old Jan 17, 2010, 02:39 PM
dsachs
 
7 posts · Feb 2009
Coincedentally I just went into mainidnex.php and discovered the following:

<?php if (is_home()) {
// we're on the home page, so let's show a picture of our new kitten!
echo "<h1>Updates - News/Narratives</H1>";

so this is where i inserted the center column title. Is there another place to do it? For the time being I will just change the h1 tag to h2.

A follow up question relates to where I should insert the following:

<!-- begin sidebar -->
<div id="sidebar">
<?php
// let's generate info appropriate to the page being displayed
if (is_home()) {
// we're on the home page, so let's show a list of all top-level categories
echo "<ul>";
wp_list_cats('optionall=0&sort_column=name&list=1& children=0');
echo "</ul>";
} elseif (is_category()) {
// we're looking at a single category view, so let's show _all_ the categories
echo "<ul>";
wp_list_cats('optionall=1&sort_column=name&list=1& children=1&hierarchical=1');
echo "</ul>";
} elseif (is_single()) {
// we're looking at a single page, so let's not show anything in the sidebar
} elseif (is_page()) {
// we're looking at a static page. Which one?
if (is_page('About')) {
// our about page.
echo "<p>This is my about page!</p>";
} elseif (is_page('Colophon')) {
echo "<p>This is my colophon page, running on WordPress " . bloginfo('version') . "</p>";
} else {
// catch-all for other pages
echo "<p>Vote for Pedro!</p>";
}
} else {
// catch-all for everything else (archives, searches, 404s, etc)
echo "<p>Pedro offers you his protection.</p>";
} // That's all, folks!
?>
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div>
<input type="text" name="s" id="s" size="15" />
<input type="submit" value="<?php _e('Search'); ?>" />
</div>
</form>

</div>
<!-- end sidebar -->

thanks
David

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I style center column lexsisney New Versions, & Updating 1 Oct 12, 2009 06:55 AM
Only one category in center column majofa Page & Category Menu Bars 3 Aug 13, 2009 02:24 PM
Center column issue in Safari AndrewCampbell Atahualpa 3 Wordpress theme 1 Aug 7, 2009 06:58 PM
Center Column chiaxiong Atahualpa 3 Wordpress theme 1 Apr 8, 2009 06:28 PM
Center column content not displaying in IE Bourbonthrall Atahualpa 3 Wordpress theme 2 Mar 2, 2009 01:37 PM


All times are GMT -6. The time now is 11:46 PM.


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