caffeineandgrace
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: On my dashboard, settings, users, appearance are all gone!@macmanx FIXED IT! I forgot I need to use a different user name. Thak you so much for your help!
Forum: Fixing WordPress
In reply to: On my dashboard, settings, users, appearance are all gone!@macmanx . I think that is the issue. www.ads-software.com isn’t recognizing me with the admin login and saying I don’t exist…it’s only letting me login as the user
Forum: Fixing WordPress
In reply to: On my dashboard, settings, users, appearance are all gone!Thank you @macmanx . I went in as instructed and it did not seem to change anything.
Forum: Themes and Templates
In reply to: Need to rewrite the category.php fileThat did it!!! You don’t know how many hours I have spent trying to figure this out. THANK YOU!. Will I need to go back to the original version of the category.php once there are posts in all categories?
Forum: Themes and Templates
In reply to: Need to rewrite the category.php fileThe Translate widget has “recent posts”, “recent comments” and “archives”. I have tried deactivating all plugins, didn’t help…
Forum: Themes and Templates
In reply to: Need to rewrite the category.php fileSorry…I highlighted it and didn’t see a code button, bso I hope this works:
https://gist.github.com/anonymous/8939a7c49edfad87e9ab4af4ba8ebe0b
Forum: Themes and Templates
In reply to: [WPspirit-01] Posts are showing up under all catagorieshttps://www.caffeineandgrace.com
This is my catagory.php
<?php
/**
* The template for displaying Category pages
*
* Used to display archive-type pages for posts in a category.
*
* @link https://codex.www.ads-software.com/Template_Hierarchy
*
* @by JoomSpirit
* 1.0
*/get_header();
get_template_part(‘after-header’); ?><?php if ( have_posts() ) : ?>
<header class=”archive-header”>
<h1 class=”archive-title”><?php echo ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ; ?></h1><?php if ( category_description() ) : // Show an optional category description ?>
<div class=”archive-meta”><?php echo category_description(); ?></div>
<?php endif; ?>
</header><!– .archive-header –><div class=”clear”></div>
<?php
/* Start the Loop */This is my catagory.php
<?php
/**
* The template for displaying Category pages
*
* Used to display archive-type pages for posts in a category.
*
* @link https://codex.www.ads-software.com/Template_Hierarchy
*
* @by JoomSpirit
* 1.0
*/get_header();
get_template_part(‘after-header’); ?><?php if ( have_posts() ) : ?>
<header class=”archive-header”>
<h1 class=”archive-title”><?php echo ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ; ?></h1><?php if ( category_description() ) : // Show an optional category description ?>
<div class=”archive-meta”><?php echo category_description(); ?></div>
<?php endif; ?>
</header><!– .archive-header –><div class=”clear”></div>
<?php
/* Start the Loop */[closed here as duplicate of https://www.ads-software.com/support/topic/posts-are-showing-up-under-all-catagories?replies=3#post-8288844 ]