tgberk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Changing "tag" nameHello,
I actually want to change it everywhere. Since it is a taxonomy, i want to rename “tag” name to something else. I’m sorry but I can’t post link to website, it is personal. But If you want i can send mail to you link of website?Forum: Plugins
In reply to: [WP-PostRatings] Top Rated Posts PageActually I’ve looked at the documentation. But when I use this code “To Display Highest Rated Post” :
<?php if (function_exists('get_highest_rated')): ?> <ul> <?php get_highest_rated(); ?> </ul> <?php endif; ?>
It shows posts as list. I want to show posts like my archive.php file shows. So i think i need to know what should i write as ‘meta key’
Forum: Themes and Templates
In reply to: [Hueman] Create a Page TemplateResolved.
Forum: Themes and Templates
In reply to: [Hueman] Create a Page TemplateThank you very much again, I am going to put a new topic for tag question.
Forum: Themes and Templates
In reply to: [Hueman] Create a Page TemplateThank you very very much, it worked perfectly. It is amazing, thank you for your effort. I have an another question can i change name of “tag” to “actors” and tag’s icon?
Forum: Themes and Templates
In reply to: [Hueman] Create a Page TemplateI don’t want to show home page. I want to create a new page called “most viewed posts” and i want to show there. I think it is because i should create a new page template, am I right?
Forum: Plugins
In reply to: [WP-PostViews] Create a most popular posts pageThank you very much, I am trying to use this code with my theme.
Forum: Themes and Templates
In reply to: [Hueman] Widget Area next to logoThank you very much for your reply, You were right widget is positioned by default in the upper right.
Forum: Themes and Templates
In reply to: [Hueman] Widget Area next to logoThank you but the widget is under the logo, i want a widget area near the logo https://i.imgur.com/XISyV0Z.png
And i have an another question i want to hide date data under the thumbnails and author name data on the post page. I use this code but not working:
.post-byline { display: none; }
.post-meta .post-date { float: left; display: none; }
Forum: Themes and Templates
In reply to: [Hueman] Can i get 3 or 4 thumbnails?It worked, thank you very much!
Forum: Themes and Templates
In reply to: [Hueman] Can i get 3 or 4 thumbnails?No, i am asking for show 3 posts per row on home page. Theme only let me show 1 or 2.
Forum: Themes and Templates
In reply to: [Hueman] Can i get 3 or 4 thumbnails?Hello, I want to show 3 thumbnails with left side bar on home page where recent post published. Thank you.
Forum: Plugins
In reply to: [WP-PostViews] Show Views on ExcerptThank you for answer. I am going to try ??
Forum: Themes and Templates
In reply to: [Customizr] Can i get 4 thumbnails?That is exactly what i am looking for. I dont know how to thank you, you’re very helpful and the best *places a fist here*. Thank you again ??
Forum: Themes and Templates
In reply to: [Customizr] Can i get 4 thumbnails?Yes i’ve made a mistake again -_- It worked now thank you very much. And while you are still here ?? Do you know how can i remove the block and change font-size and type for titles? I found something in css file but i couldn’t figure out again
.post H1, .post H2
{
display: inline-block;
}