j4ze
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dont show "uncategorized" postsThank you for the quick response, i tried changing my code according to your suggestion, but unfortunately the posts from “uncategorized” still shows up – actually nothing changed at all when changing the code…
And you’re right – the single category im trying to get posts from is called “konkurrencer”
any other ideas/suggestions?
Forum: Fixing WordPress
In reply to: Image on same line as text?Okay, i did it by putting the image and menu into separate divs, thank you guys!
Forum: Fixing WordPress
In reply to: Image on same line as text?I have moved the logo outside the menu, but I still cant get it to be on the same line as the rest of the menu items ??
Forum: Fixing WordPress
In reply to: Image on same line as text?omg, i totally forgot that… here it is
Forum: Plugins
In reply to: [WP RSS Multi Importer] Slow loading w/ many feeds?Yes i would very much like to try the beta version of this great plugin ??
Forum: Fixing WordPress
In reply to: Making a shortcode?Thank you so much for your help, I’ve figured out some code that works for me, but however I’m still not fully satisfied.
This is my code:function list_categories_func($atts){ $cat_list = wp_list_categories('orderby=name&show_count=1&echo=0'); return $cat_list . '</ul>'; } add_shortcode('list-categories', 'list_categories_func');
And it returns this list:
– Categories
– Category 1 (x posts)You can see it on my site, left widget menu: https://thatgirlcanez.com [NSFW]
I want to remove the category-title “Categories” since i already have a button showing that. And then i want all of my categories to show – even if they don’t have posts, so it would look like this:
-Category 1 (2)
-Category 2 (1)
-Category 3 (0)
and so on.Forum: Fixing WordPress
In reply to: Customize blog post apperanceIm using the twenty twelve theme.
im not a guru or expert with CSS or php,Im more of a graphic kind of guy, but i do have some experience, so it shouldn’t be impossible for me to figure out.
Right now my site looks like this: https://thatgirlcanez.com
and i want my posts to look more like thisForum: Themes and Templates
In reply to: TwentyTen misc modyfies?Okay, so i’ve created a child theme, could you help me with what lines of code i have to look closer into and rewrite/erase?
Forum: Themes and Templates
In reply to: TwentyTen misc modyfies?First, thank you for correcting my post, I couldnt find an edit-button ??
Second, isnt it just easier to edit the original theme rather than creating a child theme? and by creating a child theme, i would still be left with the same visual setup and hence i would still have the same issues?