denovo
Forum Replies Created
-
Forum: Your WordPress
In reply to: Music Site Based on WordPress. Not your typical WP blog.Hi
What plug in did you use for your user/member registration?
Thks.I know how you feel…I like the look and feel of WordPress. But there’s so much more CMS functionality to Joomla. But, in my hands at least, Joomla looks like the illegitimate poster child from a cross between Amish or Eastern European Industrial design.
I am about to break down and hire one of those inexpensive wunderkinds from India via Elance and have them re-do the site in a warmer look.
Unless someone can recommend an US/Canada based developer for competitive rates.
Forum: Fixing WordPress
In reply to: Using WordPress for my musician siteThanks everybody, I’ll try mojoblog…
Forum: Fixing WordPress
In reply to: How to insert navbar includesThanks so much – that worked! Just have to fix some of the formatting with CSS.
Best wishes,
Charles
Forum: Fixing WordPress
In reply to: How to insert navbar includesAh, I’d like it at the top *and* bottom of the main blog section. As a kind of header, I guess. Not in the sidebar.
Thanks
Forum: Fixing WordPress
In reply to: How to insert navbar includesIn the main and archive sections. I’ll try what was suggested and report back.
Thanks
Charles
Forum: Fixing WordPress
In reply to: How to insert navbar includesOK _ I believe I tried it the way you suggested and it didn’t work. But, will try again…
Also, yes, there is a folder named include off my main web tree path…the includes work for all my other web pages.
Thanks for your help.
Charles
Forum: Fixing WordPress
In reply to: How to insert navbar includesHmm…tried it that way already…didn’t seem to want to do it…
Here’s what I did:
/* To ease the insertion of a personal header image, I have done it in such a way,
that you simply drop in an image called 'personalheader.jpg' into your /images/
directory. Dimensions should be at least 760px x 200px. Anything above that will
get cropped off of the image. *//*
#headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/personalheader.jpg') no-repeat top;}
*/</style>
#call navbar
<?php include('..include/nav.txt'); ?>
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body><div id="page">
<div id="header">
<div id="headerimg">
<h1>"><?php bloginfo('name'); ?></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>Forum: Fixing WordPress
In reply to: How to insert navbar includesWhoops sorry if this is so confusing – maybe a few links would help.
In my main web site at http://www.charlesalexander.com there are navigational links at the top/bottom of the web pages. How do I add these to my wordpress section of the site?
Thanks
Charles