mankhan
Forum Replies Created
-
Thank you so much, sir, it worked perfectly.
You are geniues!
Another request, you can just give me a direction. I want video to appear on blog grip (using wp show post pro) instead of image (featured image).
Visit home page
I want it shows a youtube video (i will upload on backend) instead of a featured image. Video can be autoplay muted.
I will be grateful if you give me a direction.
best,
SalmanThank you, it worked.
I made it center using css, question, how can I display it over the title. I did that throughout the site using this
<?php add_action( 'wpsp_before_title', function( $settings ) { wpsp_meta( 'below-title', $settings ); } ); remove_action( 'wpsp_after_title','wpsp_add_post_meta_after_title' ); ?>
But here it still coming below the title, what you think?
https://www.monishablog.com/second-test-animal/Thank you ejcabquina for your response.
Actually yes it will be a little confusing. But let me try again on making it clear for you.
Check on home page
https://www.monishablog.com/You will see, there is category and the title. (same on the category pages)
Now on the single post, we have tags and then title. And I have explained how I achieve this in my last message.
Now, I feel, we just have to display category instead of the tags, and that will be changing this code slightly which i have shared, or maybe you know any other way.
Note : the setting you mentioned in wpsp, yes I know that, but since I have used a code for displaying post related by tag, so when I change that setting from tag to category, the code does not work.
Important : here is the solution I am using for displaying post by tag
https://www.wplogout.com/display-related-posts-in-generatepress-theme/I hope this explanation helps, let me know please.
Thank you
Perfectly worked, thank you so much!
Ops yes sorry.
I did now in footer hook. It now worked for wp search field, but not the generate block search I think.
It didnt worked ??
Thank you @ejcabquina
I have another problem, can you help me. On the same site, when some search a query, and on the result page, the search field carrying the search query, I want the search field to be blank on the result page, so users won’t have to clear (backspace) and search again.
I searched on WordPress forums but didn’t get a solution. please let me know if that is clear to you?
Thank you again!
Thank you, Yes I found out.
Also found out that I can add CSS only for a specific page, using filters. I have premium.
Thank you so much!
Alright, thank you so much, that worked perfectly for me.
One quick thing. On my search result page, It shows the thumbnail and except only, I want to show thumbnail and title ‘h2’ only. can you help me with this quickly?
Thanks a million!