gillinghamjamie
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Remove “by” from author bylineThanks @ajay. I don’t actually know how to do this. Do you have a code snippet by any chance?
@madhattersez Oops; I had made the page a draft again. It’s live now. Any help would be much appreciated! I found the function for adding author and it worked great, but can’t seem to figure out category. Again, the page is cardiffreview.com/homepage and it’s the left sidebar.
Thank you!
- This reply was modified 2 years, 7 months ago by gillinghamjamie.
@lastsplash No, I haven’t! Perhaps you were looking at cardiffreview.com which uses a different widget, but the page I’m referring to is cardiffreview.com/homepage where I’m building a new static homepage.
Any ideas on how I can add the category?
Thanks,
Jamie
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom post types in latest posts@calinvingan actually, sorry, now it’s fetching all of the latest posts for that post type regardless of author.
I’m looking to just add a new post type (rcno_review) so that that post type is fetched for each author.
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom post types in latest postsThis worked! Thank you.
Forum: Plugins
In reply to: [Recencio Book Reviews] Book URLs and purchase linksThank you @w33zy for making this possible!
Forum: Themes and Templates
In reply to: [Mission News] Homepage sectionsThat would be great. Thanks @bensibley! Ideally, it would span the entire width of the page (or at least the three columns in my case).
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom post types in latest posts@calinvingan Following up on this, please let me know if you have any alternate ideas as the snippet you provided doesn’t seem to be working.
Forum: Plugins
In reply to: [Recencio Book Reviews] Book URLs and purchase linksI’m good with CSS but not so much filters, but with instruction I can probably be fine. Thank you!
Forum: Plugins
In reply to: [Recencio Book Reviews] Book URLs and purchase links@w33zy sure thing.
I use the default theme where the review information I’ve chosen appears at the top of the review, such as book cover, title, publisher, etc. You can see what I mean in the example link that I shared in my first post. The purchase link currently appears at the bottom of the review, and instead I would like it to appear with the rest of the review information at the top of the review.
Let me know what you think,
Jamie
Forum: Plugins
In reply to: [Recencio Book Reviews] Book URLs and purchase linksThanks @w33zy. I understand what I should add to the Book URL input, but my question is more so about how that appears on the front end. I don’t see a place where the Book URL is made visible to the reader.
Did you happen to have time to look at the purchase link and whether it’s possible to add that to the review information section?
Thanks again!
Forum: Plugins
In reply to: [Recent Posts Widget Extended] html tags in post titleHi – this says it was resolved but I don’t see a resolution. How can I use html tags in the widget titles?
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom post types in latest postsThanks, Calin. I came across that and tried the solution but the code seems broken when I try to add it to functions.php, specifically,
'orderby’ => 'title',
add_filter('abh_author_latest_posts', function($query){ $args = array( 'post_type' => 'services', 'post_status' => 'publish', 'posts_per_page' => 5, 'orderby’ => 'title', 'order’ => 'ASC', ); return new WP_Query( $args ); });
Forum: Plugins
In reply to: [Simple Author Box] Author box not appearing on certain post typesOh, I’m noticing that displaying the author box on multiple post types is now a paid feature. Has it always been that way? This is a new issue for me.
Forum: Themes and Templates
In reply to: [Mission News] Widgets not recognizing all post typesBeing able to select multiple post types to include at once would be ideal! Thank you!
I’ll take a look at updating the php in the meantime.