decoymer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeAh managed to change the title size and spacing though the style sheet, thanks again for all your help!
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeHmm
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeAh brilliant!! That bit of code worked perfectly. Thanks!
Now is there any way to alter the spacing in between titles and the amount of titles shown on a single page?
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeThe category archive view originally doesn’t display what’s inside of it, but shows information about it like this:
Post Title 1
By Author | Published: March 22, 2010 | Edit
Posted in Post Title 1 | Comments closed | EditWhat I would like it look like is:
Post Title 1
Without it having the other information shown.
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeAh that was the problem, didn’t put them in those tags. Now that I put that code in without any errors now what?
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeOkay, well when I add that function to the very bottom of the functions.php in my child theme it brings up this error:
function no_content_for_cat_templates($content) { if( is_category() ) { $content = 'none'; //none, excerpt, or full } return $content; } add_filter('thematic_content', 'no_content_for_cat_templates'); Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/decafmer/public_html/wp-content/themes/BunchofAnime/functions.php:129) in /home/decafmer/public_html/wp-content/plugins/si-contact-form/si-contact-form.php on line 2160
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeOkay did that, now what?
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeAh just tried that and it removes everything off the category view including the post titles sadly.
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeI’ve copied the category.php over to the child theme though I do not know where to delete “the_content()”.
This is code which is in the category.php:
<?php // calling the header.php get_header(); // action hook for placing content above #container thematic_abovecontainer(); ?> <div id="container"> <div id="content"> <?php // displays the page title thematic_page_title(); // create the navigation above the content thematic_navigation_above(); // action hook for placing content above the category loop thematic_above_categoryloop(); // action hook creating the category loop thematic_categoryloop(); // action hook for placing content below the category loop thematic_below_categoryloop(); // create the navigation below the content thematic_navigation_below(); ?> </div><!-- #content --> </div><!-- #container --> <?php // action hook for placing content below #container //thematic_belowcontainer(); // calling the standard sidebar thematic_sidebar(); // calling footer.php get_footer(); ?>
Forum: Plugins
In reply to: [Plugin: Smarter Navigation] Smarater Navigation used with Thematic themeWhere in the functions.php do I add that? Also which one, the functions in the child theme or in parent theme? I tried adding it to the child theme and it ended up disabling my site.
Forum: Themes and Templates
In reply to: Changing the category view for Thematic themeFor thematic theme*
Forum: Plugins
In reply to: [Plugin: Smarter Navigation] Smarater Navigation used with Thematic themeAnyone by any chance know anything about this?
Forum: Fixing WordPress
In reply to: Post numberingHave found nothing.
Forum: Fixing WordPress
In reply to: Post numberingNot what I’m really looking for. :/
If I really wanted it to work functionally I could just number then like:
Post Title 009
Post title 010That’s not what I’m looking for either though. Oh well, I’ll continue my search, Let me know if you of anything else.
Forum: Plugins
In reply to: [Plugin: Smarter Navigation] Smarater Navigation used with Thematic themeA bit difficult of a question to answer, I know!
I tried to replace the “thematic_next_post_link”s with “next_post_smart()” in the “content-extensions.php”, same thing with previous. When I tried that out it made the page not work and go white, not sure if I did it right or what else I should do. :/