Community Forums › Forums › Archived Forums › General Discussion › How to move the post title to after the post image in custom genesis grid loop?
Tagged: featured image, grid loop
- This topic has 3 replies, 3 voices, and was last updated 10 years, 1 month ago by
Cashixir.
-
AuthorPosts
-
February 19, 2016 at 3:03 pm #179414
preahkumpii
MemberHello,
I am trying to move the post title and reposition it after the post thumbnail in my custom grid loop. I have tried a number things I have found on the web, but to no avail. Not even this line removes the post images in the grid, which I suspect is part of the solution:
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
I expect the above line to remove the post images from the grid, but it does not.
However, this line correctly removes the title:
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
Any help is appreciated.Adam
http://preahkumpii.com/preahkumpii/pst-test/February 19, 2016 at 4:35 pm #179423Brad Dalton
ParticipantHow did you add the genesis grid loop?
Also, please link to the archive page in question.
February 19, 2016 at 4:37 pm #179424preahkumpii
MemberIn home.php (also archive.php). The archive page in question is the home page.
<?php remove_action( 'genesis_entry_content', 'genesis_grid_loop_content' ); //* Add support for Genesis Grid Loop remove_action( 'genesis_loop', 'genesis_do_loop' ); add_action( 'genesis_loop', 'child_grid_loop_helper' ); function child_grid_loop_helper() { if ( function_exists( 'genesis_grid_loop' ) ) { genesis_grid_loop( array( 'features' => 0, 'feature_image_size' => 'full', 'feature_image_class' => 'grid-first-featured', 'feature_content_limit' => 500, 'grid_image_size' => 'grid-thumbnail', 'grid_image_class' => 'grid-featured', //'grid_content_limit' => 100, 'more' => __( 'Continue Reading', 'genesis' ), ) ); } else { genesis_standard_loop(); } } genesis(); ?>February 19, 2016 at 6:46 pm #179433Cashixir
MemberGood thanks broo
Avrupanın lider sanal kart satış temsilcisi gelişen düya ile birlikte teknolojide her geçen gün gelişmekte ve gelişen teknoloji ile birlikte kötü niyetli insanlarda türmekte tam bu aşamada sanal ortamda güvenli ödeme ve alışverişlerinizde virtual card olarak biz devreye giriyoruz ön ödemeli sanal kartlarla limiti siz belirleyerek alışveriş ve ödeme yapabiliyorsunuz satışını yaptığımı kartlar şunlardır paykasa astropay otopay cashixir jeton paykwik pidpay ençok tercih edilenler ise paykasa ve otopay karttır satın almak ve bilgi sahibi olmak için https://www.paykasacardal.com/ adresini ziyaret edebilirsiniz 7 gün 24 saat canlı destek hizmeti sunmaktayız kesintisiz satış öncesi ve sonrası anlık destek hizmeti çözüm odaklı yaklaşım anlayışı ve 9 yıllık tecrübe. https://www.paykasan.org/
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.