ucandl
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: How to change the website logo in browser?@kim09: Where is the default favicon located?
@darrellonsite: Im going to give it a try. Thanks
Forum: Fixing WordPress
In reply to: Categories doesn't show the post picturesThank you very much.
Forum: Fixing WordPress
In reply to: Categories doesn't show the post picturesSorry but it’s a bit hard for me to understand since i have absolutely no background on php. 😀
Forum: Fixing WordPress
In reply to: Categories doesn't show the post pictureset_header(); ?> <div id="container"> <div id="content" role="main"> <h1 class="page-title"><?php printf( __( 'Category Archives: %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(); ?>i cant find it, its my category.php
Forum: Fixing WordPress
In reply to: Tags are useless to google?So that’s like Not useless but not so useful either.
right?Forum: Fixing WordPress
In reply to: Removing 'Categories' from postsDid you edit your posts and remove the categories from them as well?
Last time i had the same problem, i deleted the category but it would still appear. after removing the category from my posts it disappeared.Forum: Fixing WordPress
In reply to: How to add cpalead to the main page of your site?i tried to activate the gateway on page> Blogroll and page>Home but it still doesn’t pop up.
any ideas?Forum: Fixing WordPress
In reply to: My Homepage stopped loading after creating a new pageThanks esmi for your reply.
i deactivated all the plugins and it worked.
Thanks for the help.
Viewing 8 replies - 1 through 8 (of 8 total)