geezerd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Avatar driving me crazy – multi user site – 6 problems1. Does the index.php have
<?php echo get_avatar( get_the_author_meta('user_email'), '70' ); ?>
in the loop? (70 is the size, can be whatever),
and is “Use avatars” checked, in dashboard, under “Settings” > “Discussion”?2, 6. Avatars are created using https://www.gravatar.com, all authors need to make an account and upload an image.
3, 4. A bit more involved, you need to make a custom template (unless you can find a plugin), as well as edit sidebar.php with some fancy PHP, using
<?php wp_list_authors(); ?>
5. Does the theme have
<?php the_author_posts_link(); ?>
in the loop?Forum: Fixing WordPress
In reply to: Problem displaying latest image on postThis is the HTML that is being output:
<!-- begin latest post --> <div id="latest"> <div class="l"> <h3>Latest Blog Post</h3> <img src="" alt="Latest Blog Post" /> </div>
Did you forget to upload an image for this post?
Forum: Fixing WordPress
In reply to: Problem displaying latest image on postNo image is specified:
<img alt="Latest Blog Post" src="" style="outline: 1px solid rgb(255, 0, 0);">
src=”” should have an image URL (src=”https://www.adriaalsina.com/path/to/image/image.jpg”)Forum: Fixing WordPress
In reply to: Authors avatar image on their postsHa, yah, they disappear when I log out.
Geeks love the online power trip, hahah.
I’ll just log in with another email, no big.
Thanks again, Chip.Forum: Fixing WordPress
In reply to: Authors avatar image on their postsGot it
I had put ‘author_email’ where it should have had ‘user_email’Thanks, Chip!
Forum: Fixing WordPress
In reply to: Authors avatar image on their posts…and i see it right here, too, hahah.
Here’s where I’m testing it: https://rebellionnews.com/archives/Forum: Fixing WordPress
In reply to: Authors avatar image on their postsYup, I saw that. Changed it.
But now I get the Mystery Man pic on my post, not my Gravatar image, which IS working, because I see it in the dashboard when I look at “Users”.
?
Forum: Networking WordPress
In reply to: How can I integrate Multisite posts on an outside website?Anyone?
Forum: Networking WordPress
In reply to: How can I integrate Multisite posts on an outside website?Hmm.. I don’t think that works outside of a WP install (?).
I need to put it on a regular html site (or php, whatever).Forum: Networking WordPress
In reply to: How can I integrate Multisite posts on an outside website?Yes, but I need to display the whole post
Forum: Fixing WordPress
In reply to: Make Image Attachments Default Link To Original Image“image_default_link_type” needs to be set to “none” to make it left blank by default.
Forum: Fixing WordPress
In reply to: Prevent Image Uploads Default LinkYou mean
2. scroll down to “image_default_link_type” and fill in “none”Forum: Fixing WordPress
In reply to: Relocating and renaming the "Uncategorized" webpage menu titleIt’s a theme problem, you need to go to the themes help site.
Forum: Fixing WordPress
In reply to: ??Actually, that is kind of a screw up, why did the Twenty Ten developers have you make an “asides” category (plural) and a “gallery” category (singular)…