On January 7, 2014 at 7:36 pm
Greetings,
This did not work for me. I am wondering why? I still have the posts at the bottom of my child theme. I imported the index.php from the parent, and i also have it as a child. Here is the copy and paste of what I have…
<!–Slider Area–>
<div id=”slidera”>
<?php if( get_option( ‘asteria’ )){ ?>
<?php $homeposts = $asteria[‘home_sort_id’]; if(!empty($homeposts[‘posts’])){ ?>
<!–Latest Posts–>
<?php if ( asteria_is_mobile() && (!empty($asteria[‘hide_mob_frontposts’])) ) { ?>
<?php }else{ ?>
<?php get_template_part(‘layout’.$asteria[‘front_layout_id’].”); ?>
<?php } ?>
<!–Latest Posts END–>
<?php } ?>
<?php }else{ ?>
<?php get_template_part(‘dummy/dummy’,’nivo’); ?>
<?php } ?>
</div>
However, the posts are still there and they are HUGE too..very unappealing. If you would like to see it, its here: http://www.smithspremiumsolutions.net/newsite/
I don’t know if this is an issue on the programming in or mine. I am new to this, and this is my first website I created through WordPress. I fell in love with it right away, but I cannot get certain things that i figured would automatically format to actually format. One of the issues is I wanted my posts to show up under their respective page headings, and not all of them. (for instance, a post concerning “community” should only be displayed in the community page, News under news and etc…) As of now, everything I post shows up in all three of them…Am I doing something wrong?