Chuck Reynolds
Forum Replies Created
-
My title’s still aren’t always being input correctly either
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Post Only setting not workingUh…. although I can MAYBE agree with you on the ‘posts’ and ‘pages’ are the same thing.. thing… The plugin makes no sense. Why say “index PAGES only” then? why not “index posts only”? To me it seems you’re contradicting yourself.
Why have one place for settings but make somebody go to every single page on their site to disable it when you have the setting set to “posts only”? WordPress still separates them and calls the individual post types different things (pages and posts). Why have a control panel if I have to go to every single page to modify something? I could see IF I had “posts and pages” selected THEN it would show up as an option in pages to disable if I didn’t want it on some pages.
Right now it seems broken and I’m not a fan – I don’t think that makes the most sense for the majority of users. just sayin.
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Problem with settingsLet me create a new thread… sorry for hijacking :/ lol
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Problem with settingsI’m having issues with the ‘posts only’ thing sharing it on pages as well…
Forum: Themes and Templates
In reply to: Changes Twentyten 1.0 >> 1.1Cool thanks Nacin
Forum: Themes and Templates
In reply to: Changes Twentyten 1.0 >> 1.1I 2nd that request. kthxbai
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Multi site support in 3.0waiting for an official update too…
Forum: Fixing WordPress
In reply to: WP 2.9.2 White Screens, tried everything, so far no fixRead something that MediaTemple needs 755 permissions…
Changed all root files to 755 – BAM works…
So I blame MT and their crap. I don’t know how the file permissions got changed in the first place, and running everything as 755 kinda scares me but the site works now… 🙂
Thx guys for helping troubleshoot
Forum: Fixing WordPress
In reply to: WP 2.9.2 White Screens, tried everything, so far no fix@wpbloghost all permissions are exactly the same as all my other sites 644 and config at 640
– .htaccess is now completely removed and still issueForum: Fixing WordPress
In reply to: WP 2.9.2 White Screens, tried everything, so far no fixHey Shelby. I should have included that.. forgot :/
– htaccess was completely removed and still nothing.
– plugins dir is empty, old stuff renamed and moved out of the way… still whiteAlso – php error log shows:
[client 71.xx.xx.xx] PHP Warning: main(/var/www/vhosts/podcampaz.org/httpdocs/wp-config.php): failed to open stream: Permission denied in /var/www/vhosts/podcampaz.org/httpdocs/wp-load.php on line 30
Line 30 in wp-load.php is:
require_once( ABSPATH . ‘wp-config.php’ );Forum: Fixing WordPress
In reply to: WordPress Tutorial: Add Your Own Brandingokay first you shouldn’t be editing core files… what happens when you update? poof….
Read: http://www.catswhocode.com/blog/10-wordpress-dashboard-hacks
Forum: Requests and Feedback
In reply to: New Default WordPress Theme?It’s not the design of kubrik that I care about but more of the functionality and ability to use the default theme for simple modifications.
Things I’d like to see in a new default:
- make it a framework so it can stand alone and have the ability to use child-themes so default can be updated with core still
- not 100 lines of code to change header colors in the functions file that we have to remove
- having a few different page templates pre-built
- grid-based layout and simple typography following usability and readability standards
- start with html5 push
ran out of steam with 20 other things goin on but… that’s a start
Forum: Everything else WordPress
In reply to: change the name of “sidebar1” to “individuals”you can name them in your functions.php file but you’ll also have to update the name in the sidebar or template file where they’re located.
WP wiki links to this site as a source and I think it’s pretty well written as well:
http://www.prelovac.com/vladimir/wordpress-theme-flexibility-with-dynamic-sidebarsForum: Everything else WordPress
In reply to: HELP WTH SEOuse All in One SEO… best general plugin to use that’ll make everything good right off the bat.
Note that keywords aren’t really all that important anymore for search. I’d still put in no more than 10 per post &/or page but don’t put a lot of time into them.
Spend more time crafting a good Title and description and focusing on a couple keywords per post instead of worrying about meta keywords
Forum: Plugins
In reply to: Modify Post Date to Tomorrowafter some more testing I realize this original code was working
$mynewdate = strtotime($post->post_date) + (60 * 60 * 24);need to make sure it’s still not adding a day each time… I just think that was a fluke as the client was manually editing post dates w/o me knowing lol