boerenooi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category view of blog doesn't show read more buttonThat did the trick, thanks! ??
Forum: Fixing WordPress
In reply to: Category view of blog doesn't show read more buttonI have to add, I’m using the rt afterburner theme and i don’t see a category.php file?
Forum: Themes and Templates
In reply to: Images breaks themeI’ve removed my own closing div tag from the widget, seems to work nicely now, thanks.
Forum: Themes and Templates
In reply to: Images breaks themeThe “section widget” is the name of the widget. Here is the link https://www.ads-software.com/extend/plugins/section-widget/
so, its a plugin.It seems to only do that when I use it to display an image, because my whole site is using the widget, but with info other than images.
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Thanks for the reply. That also didn’t work. Not to worry, I’ll just make the image, featured then.
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?esmi, please have a look at my blog https://bit.ly/JQ24oA. I don’t need a whole gallery, but only one or two images per post and I need that image to show in the summary if it’s featured or not. Why is that so hard?
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Yes, in the excerpt
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?yes
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Ok, so I’m using
<?php the_post_thumbnail( $size, $attr ); ?>
And it’s still only showing the featured image.
I’ve also added
add_theme_support( ‘post-thumbnails’ );
to my functions.php page.
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?So I replace <?php echo get_the_post_thumbnail(); ?> with
<?php echo the_post_thumbnail(); ?>
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Ok, I think I know why. MUST I make the image of the post, the featured image?
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Yes, this worked, but only for the first post?
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?actually, here’s my code…
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How to add image to excerpt with Afterburner theme?Hmmm Still not working.
This is my code. Is this correct?
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Plugins
In reply to: Custom sidebar for different pagesOMW Custom widgets works 100%, I’m so happy now!! Thanks guys. ??