teresa.cox
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adelle] Change Post Category Wording on HomepageI figured it out!
I was able to change the category links in content-list.php by changing it from this
<div class="post-category"><?php _e( 'categories', 'adelle-theme' ); ?>: <?php the_category( ', ' ) ?></div>to this
<div class="post-category"><?php _e( 'filed under', 'adelle-theme' ); ?>: <?php the_category( ', ' ) ?></div>Forum: Themes and Templates
In reply to: Ads not displaying in the same space on every pageIt is theme specific! Thanks though!
Forum: Themes and Templates
In reply to: [Adelle] Adelle Footer CustomizationIt all worked! Thank you so much, I really appreciate it.
Forum: Themes and Templates
In reply to: [Adelle] Adelle Footer CustomizationPerfect! The text is centered, I just need to edit it now. Thank you!
Forum: Themes and Templates
In reply to: [Adelle] Adelle Footer CustomizationHello ellp!
I’d just like to add custom text and center it (and all existing text) inside the footer.
Thank you!
Forum: Themes and Templates
In reply to: [Adelle] Adelle Nav Bar ProblemsThank you! That worked perfectly.
Thanks, I’ll definitely go through it and get rid of some things. Especially now that I have mostly everything the way I want it!
Forum: Fixing WordPress
In reply to: Widgets MalfunctionNow, if I add the Popular Posts and tex widgets they don’t even show up on my sidebar. Can anyone help me with this?
Forum: Themes and Templates
In reply to: Twenty Thirteen Secondary SidebarI figured it out. Using Inspect Elements on Google Chrome I could click on the sidebar and edit the html that way.
Hope someone else finds this useful.
Forum: Fixing WordPress
In reply to: Image-Map problemPerfect! It worked! Thank you!
Forum: Fixing WordPress
In reply to: Image-Map problemI usually completely wipe my dummy blog when I’m done customizing so I can start from scratch whenever I want to tackle design again.
That being said, I put the above code in the style.css and it didn’t work. Do I need to input the page-id somewhere so it knows what page the header image shouldn’t be on?
I’m also wondering if I can remove the navigation from the homepage?