caroline
Forum Replies Created
-
Ok, so the arrows only show up if I insert the images directly in the post content (entry content).
I use this code but it doesn’t help, do I have to edit every post to get the arrows there?
<?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentysixteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . __( 'Page', 'twentysixteen' ) . ' </span>%', 'separator' => '<span class="screen-reader-text"> </span>', ) ); if ( '' !== get_the_author_meta( 'description' ) ) { get_template_part( 'template-parts/biography' ); } $images =& get_children( array ( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'posts_per_page' => 25 )); if ( empty($images) ) { } else { foreach ( $images as $attachment_id => $attachment ) { echo wp_get_attachment_link( $attachment_id, 'thumbnail' ); } } ?>Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Show after first post onlyIt works just how I wanted now! Thanks a million! 🙂
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Show after first post onlyThank you so much, I’ll have a look at it!
Forum: Plugins
In reply to: [JSON API] Update custom FieldsI’m also looking for help to bulk update links that are inserted -along with other text and info- in my custom fields.
Is this possible in phpMyAdmin?Sorry posted in wrong thread
- This reply was modified 6 years, 9 months ago by caroline.
Forum: Plugins
In reply to: [WP Product Review Lite] Multiple Products, Multiple Reviews per page?Hi @tekearsc
I have the same question, did you solve it? Also, do you have the PRO version or is it possible to tweak the themes php-files to achieve new functions?Forum: Plugins
In reply to: [WP Product Review Lite] More Affiliate ButtonsIs it possible to add more links into one button? So a dropdown of several links are shown when you click on it?
Forum: Plugins
In reply to: [Advanced Excerpt] Customize image size, insert shortcodes?Ok, thank you! The image size is a big deal for me, so I must learn how to tweak the default wp excerpt function I guess 🙂
Forum: Fixing WordPress
In reply to: Accidentally deleted blocks – restore?I deleted and deactivated some more plugins, it’s working now! A thousand thanks for a quick respond Lisa @contentiskey !
Forum: Fixing WordPress
In reply to: Accidentally deleted blocks – restore?Wonderful! Thanks! It went back to normal as soon as I activated Health Check!
But when I deactive Health Check the + sign are gone again, but this time I can insert images in posts.And strange enough I only have a few plugins activated, and it worked with them earlier. I will have a look at it.
Forum: Fixing WordPress
In reply to: Accidentally deleted blocks – restore?Unfortunately not, the block editor are greyed out and I was writing a post and wanted to delete my custom made block, and deleted it but then I noticed all of them were gone!
The block editor are disabled in both visual and code editor 🙁
Forum: Plugins
In reply to: [A-Z Listing] How to show category and subcategory name ??This code kind of work, but it says “no-posts” when I inspect the source code. But there are many sub-categories, so what is missing here and why does it thinks it should be display posts?
[a-z-listing display=”terms” taxonomy=”varumarken” parent-term=”12″ grouping=”3″]
- This reply was modified 7 years, 3 months ago by caroline.
Forum: Plugins
In reply to: [A-Z Listing] How to show category and subcategory name ??Thanks for superfast answer! Unfortunately it still doesn’t work. The parent-term ID are number 12 and I’ve tried these codes:
[a-z-listing display=”terms” taxonomy=”category” parent-term=”12″]
[a-z-listing display=”terms” taxonomy=”varumarke” parent-term=”12″]Forum: Plugins
In reply to: [A-Z Listing] How to show category and subcategory name ??Is it possible now to show a category, i.e. brands, listed A-Z?
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] Override defaults (closeOnClick)bump