gladiator6
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Size of thumbnails questionThanks ?? great
Forum: Themes and Templates
In reply to: Twenty Eleven fron page post lenghtI find the issue ?? just settings–>> media –>> Thumbnail size
Thank You for Your help.
Forum: Themes and Templates
In reply to: Twenty Eleven fron page post lenghtHow to make main page pictures higher ??
Thank You in advance.
Forum: Themes and Templates
In reply to: Twenty Eleven fron page post lenghtI just want to resize picture little and to add more text I mean one more line with text on main page.
Forum: Themes and Templates
In reply to: Twenty Eleven fron page post lenghtSure, Thanks.
Just every new post on my home page have length I want to change length of post preview on main page. ( Continue reading → )…I hope to understand what I mean.
Forum: Themes and Templates
In reply to: Twenty Eleven fron page post lenghtI want to edit main page (gallery format) text on my post to be longest or shortest. This is my question. I know how to make child theme.
Thank You
Forum: Fixing WordPress
In reply to: Category Page Post QuestionThank You very much ?? I will read this and will try.
Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenGreat ?? Now I know when I start some blog to set up child theme and after that to make this .
Thank You Very Much.
Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenI have new problem when I activate child theme my :
header information also background information missing also my menu’s was changed.
I use only
directory child/style.css file in it changed with all css in it.Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenOkay Thanh’s to all ??
Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenThis method work great. Thank You
But if I update the theme is this loose my link in header ?Thanks
Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenThank You so much now I understand ?? Just will try to make this with child theme.
Forum: Fixing WordPress
In reply to: Post questionOkay I see this:
Placing this code in index.php file will cause the home page to display posts from all categories except category ID 3.
<?php
if ( is_home() ) {
query_posts( ‘cat=-3’ );
}
?>
Great but where to see what is my cat id ?? I have name and slug of the category that I want to exclude.I try to use my slug to export it but with echo and print_r I can export only array and huge amount of data for this :
uery_posts( ‘cat=-3’ );Ah I find answer :
The easyest way to do this is to open from wp admin category for edit and to see url bar:
mysite/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=15&post_type=post
Here the id is 15 ??
If somebody know how I can find it with php I will be glad to try and test this. Just to export array with categories or to exclude it by slug.Thank You in advance.
Forum: Fixing WordPress
In reply to: Post questionThank You I will try this ??
Forum: Themes and Templates
In reply to: Css Question on Twenty twentyelevenThank You ??
In what file to add this code ? and why I can’t do this in my theme directly ?