Forum Replies Created
-
AuthorPosts
-
A.Chakery
ParticipantThank you very much .. Gonna give it a try.
A.Chakery
ParticipantIts a general Question, I want to add H1 code where ever I want ...
This is how I did it for posts :
1- Create a file called single.php in my child theme directory,
2- added this code :
remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
3- Then added below code using Genesis Simple Hooks where I needed H1 to be :
<?php if( is_single() ) { ?><h1><?php single_post_title(); ?> </h1> <?php } ?>
Would you please tell me how can I do this regarding Woocommerce Product pages ?
Any help is really appreciated.
A.Chakery
ParticipantNow I noticed another thing, There is also a link in existing comment saying : "Login To Reply" ...
Would you please tell me how can I remove that too ?
A.Chakery
ParticipantOh sorry, This is my site : v3t.us
Thank you very much...
A.Chakery
ParticipantThis reply has been marked as private.A.Chakery
ParticipantThank youbfor your reply,
I dont want to disable comments since there are many comments from past which I need to keep them.
Would you please tell me which function code I should use ?
A.Chakery
ParticipantThank you very much for your reply,
I know and I asked my question in WP.org first but it seems that this is not a supported plugin...
It's developer updated this plugin on 2015-8-17 and it was working fine before I upgraded everything.
-
AuthorPosts