writerhoward
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I change this text?It was in functions.php in this code:
echo'<div id=”subpages”><h2>Subpages for ‘; echo $parent_title;
I assume that when I change “Subpages for” I should leave the space before the apostrophe.
Forum: Fixing WordPress
In reply to: How can I change this text?Adam,
I’ve looked in singlepost.php and archives.php and sidebar and more and can’t find it. It’s mystifying me as to where it is.
Howard
Forum: Themes and Templates
In reply to: Magazine StyleInteresting look; however, in Firefox on an 800×600 screen it’s to wide. It runs off the right side of the screen.
Forum: Fixing WordPress
In reply to: How can I fix this?Here’s the current code:
<h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&list=0&optioncount=1&hierarchical=1&children=1&hide_empty=0’); ?>
I changed it to hide_empty=1. That solved my problem. Thank you very much.
Forum: Themes and Templates
In reply to: Need theme recommendationfunkster,
It’s interesting looking. The only thing is that it’s wider than my 800 px wide screen. Do you know if it’s possible to get it to fit perfectly on an 800 px wide screen as my current theme does?
Forum: Fixing WordPress
In reply to: How can I fix this?I just want to delete the categories listed in the top Categories section that will never have posts, not the categories themselves such as Blogroll as they have their own sections. I think what you’re suggesting will remove them from both places.
Forum: Fixing WordPress
In reply to: Google Analytics code and WordPressThanks.
Forum: Fixing WordPress
In reply to: Blogroll questionHow can I set up multiple categories and assign my links to different categories?
Forum: Fixing WordPress
In reply to: Adding copyright noticeThis appears to work:
<p>© <?php echo date(‘Y’); ?> Metta Press LLC</p>
Is that an acceptable way to do it?
Forum: Fixing WordPress
In reply to: Adding copyright noticedoodlebee,
Where would I put my company name?
Howard
Forum: Installing WordPress
In reply to: Running WordPress from root directoryHow can I tell if Pretty Permalinks have been activated?
Forum: Installing WordPress
In reply to: Running WordPress from root directoryI tried looking at Giving_WordPress_Its_Own_Directory before I posted. One of its directions was to
“Copy the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address),” but I couldn’t find any .htaccess files.