floridawebguy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hide category, by and commentsYup, shoot me an e-mail!
Forum: Fixing WordPress
In reply to: hide category, by and commentsYou’re AMAZING!!!!!!!!! It worked perfectly. Do you have an email address or website? I’d love to keep in touch.
Forum: Fixing WordPress
In reply to: hide category, by and commentsThe posts are appearing on the blog home page – https://jaredfinegold.com/blog/
If you click on the title from that page to view the post, the title disappears. https://jaredfinegold.com/day-1-blogging-day-2-training/
What do we think the workaround is?
Forum: Fixing WordPress
In reply to: hide category, by and commentsI found the way to change “by admin” to “by my name” that issue is solved!!!!!
Only thing left is showing titles on the singular post display for a blog.
Again WPyogi, I owe you big time!
Forum: Fixing WordPress
In reply to: hide category, by and commentsYou’re a Xmas angel – I REALLY REALLY REALLY appreciate all of your time and help.
Another question about the blog title. on the /blog page, the title is there. The title is currently clickable taking you to the full post. On that page, it disappears. Any easy work around?
The other thing I tried (unsuccessfully) was changing `.post-title {
display: none;
}
`
to be specific for each post ID with
.page-id-1826 .entry-title {display: none;}
Maybe I just had the wrong code though?
Biography page-id-12
Contact page-id-16
Vitae page-id-14
Tesitmonals page-id-2
Specialities page-id-17
Home page-id-107
Fun facts page-id-185Forum: Fixing WordPress
In reply to: hide category, by and commentsBTW – Hope Xmas tree shopping was fun!!!!!!!!!!
I figured out how to remove the comments! That was an easy toggle switch. It’s just the “by admin” that I’d like to see gone.
I have another question for you too … As you know, we created the child theme to hide all page titles on my site, and it worked. I just added a new page to start adding posts so I can blog. All of the post titles are now hidden too. Is there an easy work around to re-enable these?
Forum: Fixing WordPress
In reply to: hide category, by and commentsAmazing!
Any idea how do hide the “by admin?”
Is it …
.author-box a { display: none; }
Forum: Fixing WordPress
In reply to: hide category, by and commentsHi WPyogi – I’m updating that in the child theme right? I’ve tried for the last bit and it hasn’t worked ??
Forum: Fixing WordPress
In reply to: hide category, by and commentsHave fun Xmas tree shopping.
And unfortunately that didn’t work.
I added the following to my child theme and it is still there.
/* Theme Name: Gridiculous Description: Child theme for style.css Author: Jared Template: gridiculous */ @import url("../gridiculous/style.css"); .post-title { display: none; } .post-category a { display: none; }
Forum: Fixing WordPress
In reply to: hide category, by and commentsI’m very new to this, so hopefully this is what you’re looking for. Here is the code of “Single Post” (single.php).
If I add what you gave me above into my child theme, that will hide the category?
Thanks again WPyogi.
<?php get_header(); ?> <div id="primary" <?php gridiculous_primary_attr(); ?>> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <nav id="posts-pagination"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'gridiculous' ); ?></h3> <div class="previous fl"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> %title', 'gridiculous' ) ); ?></div> <div class="next fr"><?php next_post_link( '%link', __( '%title <span class="meta-nav">→</span>', 'gridiculous' ) ); ?></div> </nav><!-- #posts-pagination --> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #primary.c8 --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: hide category, by and commentsI apologize – I have the page hidden for now. You can see it on JaredFinegold.com/blog.
Thank you again!!!!!
Forum: Fixing WordPress
In reply to: hide category, by and commentsThanks again WPyogi.
Web address is https://touchofred.net/
Forum: Themes and Templates
In reply to: Hiding Page TitleI have one more question for you guys – I just added a new page to start adding posts and the post titles are now hidden too. How do I only hide page titles, not post titles?
[ Please do not bump, that’s not permitted here. ]
Forum: Plugins
In reply to: formidable & adding background colorsOr, is there another form plug in that allows this (free)?
Forum: Themes and Templates
In reply to: Hiding Page TitleYou guys are amazing! THANK YOU!!!!!