jwpettit
Forum Replies Created
-
Forum: Your WordPress
In reply to: I think I’m happy with it, what do you think?couple things:
you have everything opening up in new windows (archives, pages, links)…and it’s really annoying. external links are one thing, but every page and archive?your post titles overrun your date/timestamp. it looks like you can’t have titles more than about 25 characters, but you do:
https://www.theirvins.com/?page_id=231Forum: Fixing WordPress
In reply to: Directories – but differentkri…that explanation is this one:
https://www.ads-software.com/docs/installation/different-address/
but, i believe that greymullet wants this switched the other way.Forum: Fixing WordPress
In reply to: Directories – but differentyea…that’s a little confusing.
if you want it at: yourdomain.com/blog
then why not just install into that directory? do you really want all your files in the root and just the index.php in /blog?Forum: Everything else WordPress
In reply to: The WordPress Support ForumsI like many of the ideas put forward by davincim…
I would also like to see a category for people looking for template help (how to format, how to add a feature, etc). The how-to’s often overwhelm acutal problems people are having (bugs, errors, etc)Forum: Plugins
In reply to: Title PHP statementthanks softius!
Forum: Plugins
In reply to: Title PHP statementI worked on this for 30 mins, write this post, and boom…i get it. Here it is:
'<?php bloginfo('name'); ?> <?php if ( is_home() )
{ ?>?? <?php bloginfo('description'); ?><?php } ?>
<?php if ( is_single() )
{ ?> ?? Blog Archive <?php } ?>
<?php wp_title(); ?>'Forum: Plugins
In reply to: del.icio.us cached plugin problems; not displaying anything.I use RSS Fetched Link List (https://rawlinson.us/blog/index.php?p=212)
You can use it for any RSS feed, including del.icio.us.If you want a navigation bar try doing a search in google:
https://www.google.ca/search?hl=en&q=navigation+bar+header&meta=or find someone that has one you like and look at what they did.