lucasl25
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Posts to Specific PagesI’ve installed the category visibility plug-in and have created a category-81.php file that corresponds to the category ID number. Which directory do I upload the file to?
Forum: Fixing WordPress
In reply to: Adding Posts to Specific PagesThank you moshu! I will look into it. I’m sure I can figure it out now. Thanks for showing me the light!
Forum: Fixing WordPress
In reply to: Adding Posts to Specific PagesMaybe I’m not explaining my situation well enough. If you take a look at my blog at https://blog.miamicondoinvestments.com I will explain exactly what I want to do. I want to create a page called “real estate videos” that will appear in the header. I want to post videos and property information relating to those videos that will appear only on that page. If I create a page called “real estate videos” then it will only allow me to post one entry within that page. I want the ability to add new entries to that page so that the old ones will move down the page.
Forum: Themes and Templates
In reply to: RSS Text ColorThanks guys. Everything is how I want it now. I needed to change the current class.
Forum: Themes and Templates
In reply to: RSS Text Colorthat didn’t work
Forum: Themes and Templates
In reply to: RSS Text ColorI know that. I’ve looked through my source code. Do I add something like this at the end of my stylesheet:
a.widget widget_archives {
color: black;
}Forum: Themes and Templates
In reply to: RSS Text ColorI’ve read that a couple of times. I have played CSS detective and don’t see any reference to classes concerning the posts and not the entire widget. Do I have to create a content class or something?
Forum: Themes and Templates
In reply to: RSS Text ColorThat worked pretty well but now the posts that are displayed also change to that color. Is there a way to change the color of the widget title to red and leave the color of the posts black?
Forum: Themes and Templates
In reply to: Changing the color of the widget titleThank you SOOO much! That was bothering me for a while. It worked like a charm.
Forum: Fixing WordPress
In reply to: Pages Won’t DeleteThank you for your help. I found the lines that I needed to delete and now those pages are gone from my home page. I am having difficulty adding those two other pages though. I guess I’ll have to play with it. Thanks again.
Forum: Fixing WordPress
In reply to: Widgettitle in WP 2.2I’m trying to change the color of my widget titles. If you take a look at https://blog.miamicondoinvestments.com you will see that all of the widget titles on the right are green. I want to change that to a different color. I tried adding:
#sidebar h2 to my stylesheet but that didn’t seem to do anything.
Any help would be appreciated.