Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to – Genesis Child theme?

$
0
0

Replies: 0

I placed alm_templates folder (with default.php) in the child theme directory – even cmod 775 (don’t think this is necessary).

So far, nothing shows on the frontpage, /blog, or /archive
However, it does load on landing/ or /default (page)

eg.
[ajax_load_more id=”8781477227″ container_type=”div” post_type=”post” posts_per_page=”3″ destroy_after=”15″ button_loading_label=”Loading Like Hell”]

with this “default template”,

<li <?php if (!has_post_thumbnail()) { ?> class=”no-img”<?php } ?>>
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(1024,1024)); }?>
<h3>” title=”<?php the_title(); ?>”><?php the_title(); ?></h3>
<p class=”entry-meta”><?php the_time(“F d, Y”); ?></p>
<?php the_excerpt(); ?>

Noticed at least the followings:-

a. All images loaded are cropped off to what 150 height?
b. It load at least 30 post even I stated destroy_after=”15″. What does this thing do (I thought it suppose to delete the cache after 15 posts so that devices with limited ram won’t crash, but user should be able to load till the last post?

Questions: –

1. How do I make it load on the frontpage and /blog?
2. How do I make it follow the same style as my main css eg. I want to show images as 100% width height?


Viewing all articles
Browse latest Browse all 59525

Trending Articles