Muazam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tabs in posts@alchymyth Thanks a lot, I really appirciate it! I was planning to code one. This makes it so much easier. Thanks again!
Forum: Themes and Templates
In reply to: Category showing unwanted text<?php /** * The template for displaying Category Archive pages. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ get_header(); ?> <div id="container"> <div id="content" role="main"> <h1 class="page-title"><?php printf( __( '%s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></h1> <?php $category_description = category_description(); if ( ! empty( $category_description ) ) echo '<div class="archive-meta">' . $category_description . '</div>'; /* Run the loop for the category page to output the posts. * If you want to overload this in a child theme then include a file * called loop-category.php and that will be used instead. */ get_template_part( 'loop', 'category' ); ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?>
This is my category.php
And site : https://www.atbleach.com/
Thank you!
Forum: Themes and Templates
In reply to: Category showing unwanted textcouldn’t find it there.
Forum: Themes and Templates
In reply to: Twenty Ten content BGBump 3days.
Forum: Themes and Templates
In reply to: Twenty Ten content BGExamples.
Look https://www.animelava.com/anime-series-by-genre/
It does not repeat all the way.
and this > https://www.animelava.com/ > the widget does not get the BG
Forum: Themes and Templates
In reply to: Twenty Ten content BGThere, fixed the errors.
For the missing css, I don’t see the file “/themes/twentyten/dd-multi-col-cats.css” anywhere, not even in the newly downloaded wordpress file.Is that file important? If not, any idea how to add the content BG(back to topic)
Forum: Themes and Templates
In reply to: Twenty Ten content BGhttps://www.eggplush.com < With content BG < I want to have it like this.
https://www.animelava.com < wordpress with no content bg, I want to add content BG,
Content bg = the black transparent bg = https://www.eggplush.com/images/container.png
Forum: Themes and Templates
In reply to: Feint Table Lines – How to removeDo you want to remove all of it?
When creating the table, do <TABLE BORDER=”0″>In css:
table { border: 0;}
Forum: Themes and Templates
In reply to: Changing background colour in TwentyTen Themeincase you want it in your css.
This should work.
body { background: #E2E0E0; }
Forum: Themes and Templates
In reply to: Twenty Ten content BGPlease check the pictures, i do not want to change the body background.
I want to add a content background.
Forum: Themes and Templates
In reply to: Changing background colour in TwentyTen ThemeYou forgot to put the # in front of the Color HEX.
Fixed:
#wrapper { background: #E2E0E0 margin-top: 0; }
Forum: Themes and Templates
In reply to: Twenty Ten content BGThanks for the fast reply.
Content BG, the transpert black background.
See image one then image two, I want to add it on my wordpress as well.
And I’ve tried to add the background image on main, content, container ids in “style.css” but it did not work.Thanks.
Forum: Fixing WordPress
In reply to: Assign genre to categoriesNo replies since..
Forum: Fixing WordPress
In reply to: Assign genre to categoriesI”m wondering the same thing.
Forum: Fixing WordPress
In reply to: Adding a Taxonomy inside of a Category?I’m wondering the same thing.