vivsin
Forum Replies Created
-
Forum: Plugins
In reply to: [Manual Related Posts] Style PostsIF anyone else is also wondering about the same, here is one CSS solution you can use.
Forum: Plugins
In reply to: [Manual Related Posts] Style PostsIn Thumbnail view, there is Inline css, how to override that?
Forum: Fixing WordPress
In reply to: PHP include file from outside theme folderinclude normally
like
<?php include_once('includethis.php'); ?>
where includethis.php is inside theme directory (alongwith other theme files)
This one is working.
Thank you for your time.
But I think I have to use WP-Hive plugin for my magazine site. I am going to deal with around 50-70 categories ??
I have no idea how am I going to create whole solution with a GOOD navigation system.
One idea is to do something like autoblog.com, Ajax based roll down menu for subcategories.
B/W may I know something about your profession if you don’t mind.
u can contact me [email protected]or add to facebook with same email id.
Thanks Again
VivYes I got ” No Categories ” ??
as far as my luck is concerned ” EXPECT THE WORST “
Also, What will happen if the child has two parents? I will make sure that this never happen but still, If i want to create a theme for public distribution, I must think about this.
If you may like to know:
In my test blog, I have created:
– 3 parent categories
– 3 Child for each
– no post under UNCATEGORIZEDand here is what i tried to do after your reply
Code from my Sidebar.php
<h2>Categories</h2>
-
<?php
if(empty($wp_query->post->post_parent)){
$parent = $wp_query->post->ID;
}
else{
$parent = $wp_query->post->post_parent;
}
wp_list_categories(‘show_count=0&hierarchical=0&title_li=&child_of=$parent’); ?>Honestly, why is so difficult for a “Web Developer” (?) to do a right click and take a look at the source code? Or the read the **** documentation?
I dont think that u got my point.
i am talking about automatically generated LIST items like, category, recent posts and specially the list generated by CATEGORY POST plugin
I want to use 2 classes, for same list.
Forum: Themes and Templates
In reply to: Background image issuesedit your style CSS file
Full body Stretch ( top aligned ) :
In BODY tag add { background:url(image location} repeat-y; }
Fixed width:
Create an id, I think u have done that as ” WRAPPER “
add this
{
background:url(image location} repeat-y;
margin: 0 auto 0;
width:820px;
}Start this DIV next to <BODY> in header.php
close this div after Footer in footer.php
Forum: Themes and Templates
In reply to: Deleting sidebars in WordPressYou have to edit whole CSS file to do that ( to fill the free space, otherwise it will get automattically filled and believe me you wont like that )
so better option is find a new theme