Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

Center column tite format


  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to dashboard->settings-reading->front page displays - what have you got set there?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #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



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 04:17 AM.


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