JBWorks
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Catalogue] Products per rowHave the same problem. I want 4 – 5 in a row. not working. Can you help? http://piekpelletkachels.be/merken/
Forum: Plugins
In reply to: [WP Gallery Custom Links] Can't get it to workThis is in the content-gallery.php
I can give you access…?<article id="post-<?php the_ID(); ?>" <?php post_class( 'entry' ); ?><?php echo et_fable_get_background(); ?>> <div class="container clearfix"> <header class="entry-title"> <?php if ( is_single() ) : ?> <h1><?php the_title(); ?></h1> <?php else : ?> <h2> <a>"><?php the_title(); ?></a> </h2> <?php endif; ?> <?php et_fable_post_meta(); ?> </header> <?php et_gallery_images(); ?> <?php if ( ! is_single() ) : ?> <footer class="entry-footer"> <a>" class="read-more"><span><?php esc_html_e( 'Read More', 'Fable' ); ?></span></a> </footer> <?php endif; ?> </div> <!-- .container --> <?php if ( is_single() ) : ?> <?php get_template_part( 'includes/share', get_post_format() ); ?> <?php endif; ?> </article> <!-- .entry-->[Moderator Note: Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [WP Gallery Custom Links] Can't get it to workthere is a custom gallery yes.. the code in the post is:
[gallery columns="1" ids="72,73,74,75,174,172,168,173"]
…
Forum: Plugins
In reply to: [WP Gallery Custom Links] Can't get it to workSame problem here.. http://www.ixinabree.be check it out on index.. scroll down.. you see team members and blue images.. i want to link them to an other page.
Viewing 4 replies - 1 through 4 (of 4 total)