justinwhall
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Simply php code (TwentyEleven)Still not clear as what you want to do. HTML to format what text and why?
Forum: Fixing WordPress
In reply to: 3 Sidebar widgets only want two active on homepageThat will hide it on ALL pages. If that’s what you want, then just take it out of the sidebar…
Forum: Themes and Templates
In reply to: How to remove site title/descriptionI was assuming that you had at least a passing knowledge of how CSS works. You can’t just plop in code in you CSS file(s) and expect it to do something. Your selector has to actually, well, SELECT something. In other words and in this case, the class “screen-read-text” needs to be added to whatever it is you looking to hide…
Forum: Themes and Templates
In reply to: Simply php code (TwentyEleven)You post does not make sense.
I was wondering if I could simply all the php code
What does that mean?
Forum: Themes and Templates
In reply to: How to remove site title/descriptionDone with CSS.
.screen-reader-text{ position: relative; text-indent: -9999px; }
Forum: Themes and Templates
In reply to: A border around the post area in home and single pagesSounds like maybe content within your border div is floated and the container div is NOT?
Forum: Fixing WordPress
In reply to: How to show links in my sidebar?Use your “blogroll” widget.
Forum: Fixing WordPress
In reply to: Blog really slow – takes a long time to loadSeems fine to me right now… Hard to diagnose things like this. So many things to consider…
Forum: Fixing WordPress
In reply to: Difference between (www.) and without (www.)Common practice to 301 redirect to www to non www or vise versa… In fact, it’s recommended as google actually treats them as two separate domains.
Forum: Fixing WordPress
In reply to: 3 Sidebar widgets only want two active on homepageYou want the widget to be excluded ONLY on the home page? Could call a different sidebar on the hompage – either way, your going to be diving into some sort of PHP to make this happen.
@iccgames, and @rbbeltran and my solution are all essentially the same thing. They all just say if it’s the home page OR front page print the blog title and description. Otherwise, the page name and blog name. WHat i don’t understand is is no matter what chacter i pass to the
wp_title( *****HERE----->'|', true, 'right');
It prints twice.At some pint, when I have time, i’m going to take a closer look.
Forum: Fixing WordPress
In reply to: List users by last name, limit to a specific role, include avatarand if one wanted to limit the amounts per page?
Forum: Fixing WordPress
In reply to: Editing Core files-you will lose your mods when you nest upgrade the WP.
I know. That’s why I asked if there is a way for this to not happen.
-also, unless you know what you are doing, you may inadvertently create some security vulnerabilities.
I do. And I don’t believe editing a css file poses much of a risk.
Forum: Fixing WordPress
In reply to: Editing Core filesNo, I’m talking about editing core files. I havn’t had to do this often, but chagning the look and layout of the backend would be one example.
Forum: Fixing WordPress
In reply to: Editing Core filesWell, mostly CSS and some other minor changes. Haven’t really looked at the plugins in depth but I ‘d like to be able to adjust some layout issues.