petej830
Forum Replies Created
-
I got in touch with iPage and they raised my PHP memory and the plugin works fine now. Thanks for all the help Tim
Thanks for getting back to me Tim. Not sure where to check my PHP memory limit. My site is hosted by ipage. Would I have to contact them to increase the limit?
Forum: Fixing WordPress
In reply to: Hide author info when admin postAwesome that worked great! You’ve been a big help. Thank you
Forum: Fixing WordPress
In reply to: Hide author info when admin postAwesome! Thank you s_ha-dum that actually! I figured it would be a simple code you could put in. Now if I want to do if for multiple members not just the admin do I do the same code just change where it says “admin” to whatever the other members names are?
function hide_editor_author($author) {
if (‘User Name’ !== $author) return $author;
}
add_filter(‘the_author’,’hide_editor_author’);do the same code twice? One other think that’s not a big deal is now it has “By On July 22, 2012 Add Comment” is there a way to take the “By” out?
Forum: Fixing WordPress
In reply to: Hide author info when admin postI just need the “author” not to show. I looked everywhere for a plugin that would do it but I’ve found nothing. I was hoping for a plugin that would show when I’m adding a new post and I can check it if I want to hide the author. They do have “Post Anonymous” plugin but all that does is say the author is “anonymous”. If I click on “anonymous” it takes you to the users profile that is trying to stay anonymous, so that didn’t work to good. I know this is a tough one because not to many people would need something like this. But if anybody has any ideas please let me know. I was thinking some type of code that said “if posted by this user then hide author” That’s what I need. I’ve been battling this issue for a couple of weeks now.
Forum: Plugins
In reply to: [Site Layout Customizer] [Plugin: Site Layout Customizer] three columnsI would also like to know how to get three columns
Forum: Fixing WordPress
In reply to: Getting "Internal Server Error" when installing pluginsAwesome. Thank you so much Krishna. You’ve been a huge help.
Forum: Fixing WordPress
In reply to: Getting "Internal Server Error" when installing pluginsThanks for getting back so quick. Pagelines was causing the issue. Everything works fine now. Too bad. I really like pagelines. It there anyway to fix that so I can have the pagelines theme.
Forum: Themes and Templates
In reply to: Sidebar not displayingI’m having the same issue. Sidebar and WP toolbar is missing when I’m on the home page. If I click on a post the sidebar and toolbar is there. Just not on the home page. It was working fine. I was just blogging along then bam no sidebar. I’m using wordpress 3.3.2 and the theme is Station 2.1.2. I’ve tried reinstalling wordpress and the theme but still the same issue. Any solutions? Also I know it’s not the theme because it was working and if I try to use another theme, same issue.