beattle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML in Taglines – POSSIBLEMy string replace example actually replaced “-” with “
<br />”Forum: Fixing WordPress
In reply to: Multiple sub-domainsI have that set up using multi-site with subdomains and AWPCP classifieds plugin. All of the sites use the same core files and database.
You can have a look at the site here: Indigo Classifieds Network
Forum: Fixing WordPress
In reply to: HTML in Taglines – POSSIBLEI miss read the first post….thought it said “Is it possible”.
Forum: Fixing WordPress
In reply to: Make a parent page link deadIf you use the custom menu feature it is simple do do.
Create a custom link with no “link address” and put your child pages below it.Forum: Fixing WordPress
In reply to: HTML in Taglines – POSSIBLEYou can see the page at: Nanaimo Toy Run
Forum: Fixing WordPress
In reply to: HTML in Taglines – POSSIBLEI replaced the original line of code in my header.php and it works fine.
My Tag Line Reads:
Helping Families
that’s how we roll!The Tagline field in settings reads:
Helping Families – that’s how we roll!Here is the code I used.
<div id="site-description"><strong><?php echo str_replace('-','<br />',get_bloginfo('description')); ?> </strong></div>The
<br />code does not work in the text input box, nor does the bold code. I would imaging you could us just about any html code in that lineForum: Plugins
In reply to: [Calendar Plus] [Plugin: Calendar Plus] Calendar Not displayed in pageIt’s working fine for me with WordPress 3.1. I used the shortcode
{CALENDAR id}Forum: Your WordPress
In reply to: Photo Blog FeedbackI would be inclined to limit the front page to two or three posts so that the sidebar is visible for the whole page.