Sheila
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Migrating complex siteThank you so much. I now have successfully cleaned up the mess I was given and separated all the co-joined authors into two separate authors who both display on the by line. The last little piece I’m trying to sort out is why when I put the code in the hook for the under title and I make it a div to be able to format it, it is not closing the div… it is making the entire page content bold instead of just the byline text bold. Here’s a page example: http://wir.hoffmangraphics.com/interview-with-david-reich
and this is the code I put in the hook:
<div id=”byline”>Written on <?php the_date(); ?> by <?php return coauthors_posts_links()?>and my CSS:
/* byline*/
body.custom div#byline {font-size: 14px; color: #534791; font-weight: bold;}Is there something about the php code that is keeping the css from working correctly?
Got some help on my framework forum. I was able to add this to the after title easy hook and I now have both authors displaying under the title!
Written on <?php the_date(); ?> by <?php return coauthors_posts_links() ?>
Baby steps for me. Now to figure out how to get both authors to show up in the bio boxes after the post.
Sorry…can’t edit my post. But that author’s box code is from this post:
http://headwaytoolbox.com/2010/06/getting-started-using-easy-hooks/That other link is how I’m listing all my contributors on a page.
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Migrating complex siteI’m still working on this. I see that if I deactivate the CoAuthors Plus plug-in I can then reassign the doubles to one of the two people, then when I reactivate the plug-in I can add the second person. So that’s a little better. However it appears that only the first name displays in the byline. Is this just some code I’m responsible for on my end to get the byline and author boxes to display BOTH authors? Any pointers greatly appreciated.
Forum: Networking WordPress
In reply to: Newbie subdirectory index won't displayGot it…thanks.
Forum: Networking WordPress
In reply to: Newbie subdirectory index won't displayJust a follow-up question. Is there a way I can setup an FTP exclusive to this one account w/o creating the 2012 directory? I’d rather not give every new site full FTP access. I know they can use the Media Library to upload files but for a designer who’s used to using FTP and wants to send custom CSS, etc, it would be nice to give them access just to their stuff via FTP.
Thanks again. And yes, we’re ALSO volunteers doing this. So I appreciate you all the more!
Forum: Networking WordPress
In reply to: Newbie subdirectory index won't displayAH…that makes sense. Thanks so much. That fixed it! Really appreciate the FAST and helpful reply.