Maruti Mohanty
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hiero] Post Modified Date & General HTMLHi All
You can manually download the theme Version 1.6 from this link
https://downloads.wordpress.org/theme/hiero.1.6.zipHope it helps
Thanks
Forum: Themes and Templates
In reply to: [Hiero] How to ad adsense ad code to the header in Hiero themeHi Manoj
Can you share a link to your site for us to have a look?
Also explain the need in details, if possible with a screenshot
thanks
Forum: Themes and Templates
In reply to: [Hiero] Blog posts are showing two datesHi A
You can definitely update the theme from the WP dashboard, but you need to wait till it is available.
If you want to do it manually, then follow that link. You can just overwrite all the existing files, or else switch to a different theme, delete the older version and upload the new one and activate again.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] fashionista new updated themeYou can manually download the theme from here https://downloads.wordpress.org/theme/fashionistas.1.4.zip
Forum: Themes and Templates
In reply to: [Fashionistas] two dates in postHi
Update the theme with the latest version and this will fix it.
You can manually download the theme from here https://downloads.wordpress.org/theme/fashionistas.1.4.zip
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Blog posts are showing two datesHi A
Like I have mentioned above, this issue is fixed in the latest version of theme, Please update your theme and this issue will get fixed.
You can also manually update the theme from here https://wordpress.org/themes/download/hiero.1.6.zip
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Post Modified Date & General HTMLHi S
can you share a link to your site for us to have a look?
Thanks
Forum: Themes and Templates
In reply to: [Hiero] After 1.5 update, Jetpack's Related Posts not displayingHi
can you share a link to you site for us to have a look?
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Blog posts are showing two datesHi Manoj
This issue is fixed in the latest version of the theme. Please update the theme and this will be taken care of.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Blog posts are showing two datesHi Manoj
This issue is fixed in the latest version of the theme. Please update the theme and this will be taken care of.
Thanks
Forum: Themes and Templates
In reply to: [Fashionistas] fashionista new updated themeHi
I checked the site and you are not using the latest version of theme. The theme is now on v 1.4, but I am not sure why the wp.org says 1.4.
you can get the latest from here https://wordpress.org/themes/fashionistas/developers/
Forum: Themes and Templates
In reply to: [Hiero] Post Modified Date & General HTMLHi S
This issue has been fixed in the recent update.
Please update the theme and this will be fixed.
Thanks
Forum: Themes and Templates
In reply to: [Hiero] Rename the link "continue reading"Hi B
This is a theme specific support forum and I see you are using a different theme.
Also please create new threads for new issues.
Anways to get rid of continue reading use the below code in your theme’s functions.php file. Make sure you are using a child theme, to avoid loosing the changes on theme updation.
function heiro_excerpt_more( $more ) { return ''; } add_filter( 'excerpt_more', 'heiro_excerpt_more' );Thanks
Forum: Themes and Templates
In reply to: [Hiero] AT Tabs widget – the word "comments" appearing twiceYou are welcome. Glad it helped 🙂
Forum: Themes and Templates
In reply to: [Fashionistas] Can't limit posts on homepageHi W
Have you checked your theme settings?
go to Appearance >> Customize >> Content/excerpt and uncheck blog index if already checked and then all the blogs would show the excerpts instead
Hope it helps!!
Thanks