ManuelGarciaPH
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Can’t Edit Repeater TemplateI tried to simplify the above code and used one line of html and php. Still, it won’t work. Is there any workaround? Like maybe editing the template directly via cPanel?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Can’t Edit Repeater TemplateHere it is:
<article id="post-<?php the_ID(); ?>" class="news-home"> <div class="news-home-thumb clr"> <figure class="loop-entry-thumbnail"> <a href="<?php the_permalink(); ?>" title="<?php wpex_esc_title(); ?>"> <?php $img = wpex_image( 'array' ); ?> <div class="post-thumbnail"> <img src="<?php echo esc_url( $img['url'] ); ?>" alt="<?php wpex_esc_title(); ?>" width="<?php esc_attr_e( $img['width'] ); ?>" height="<?php esc_attr_e( $img['height'] ); ?>"/> </div><!-- .post-thumbnail --> </a> </figure> </div> <div class="clr"> <header> <h2 class="loop-entry-title"> <a href="<?php the_permalink(); ?>" title="<?php wpex_esc_title(); ?>"><?php the_title(); ?></a> </h2> <?php get_template_part( 'entry', 'meta' ); ?> </header> </div> <div class="loop-entry-excerpt entry clr"> <?php if ( 'content' == get_theme_mod( 'wpex_entry_content_excerpt', 'excerpt' ) ) { the_content(); } else { wpex_excerpt(); } ?> </div><!-- .loop-entry-excerpt --> <div class="loop-entry-meta clr"> <div class="post-meta-author"> <span class="fa fa-user"></span><?php the_author_posts_link(); ?> </div> </div> </article>
- This reply was modified 7 years, 11 months ago by ManuelGarciaPH.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Can’t Edit Repeater TemplateI tried to delete all the contents and I was able to save it. I tried to add my code again and it didn’t work. I removed all the PHP codes and leave the HTML part only and I was able to save it. What seems to be the problem?
Forum: Fixing WordPress
In reply to: do_shortcode HELPHello, I’m using a custom theme and a slideshow plugin. Is there any problem with the syntax?
Forum: Fixing WordPress
In reply to: Images NOT centred inside the captionIt would be better if there is a demo page or the actual page for us to be seen so we can experiment easily.
Forum: Fixing WordPress
In reply to: do_shortcode HELPNothings shows ?? It’s a blank page.
I have find the error. Thanks Wpyogi ??
Hello Wpyogi,
Here’s the exact copy of my function file:
function.php
Viewing 8 replies - 1 through 8 (of 8 total)