Cris!
Forum Replies Created
-
I’m using a modified version of Elegant Themes’ Minimal theme, version 3.4, on WordPress 3.3.1
Even with EVERY plugin disabled except for Q & A, I only get five items. I’d even be willing to give you a temporary login, if you think you might learn more that way. Give me your email and I’ll PM you info.
Forum: Plugins
In reply to: Need to sell subscriptions, physical products, and downloads from one cartSlackers.
Turns out the best choice for me was wpStore and wpMember. Great price when bought together, good flexibility. Met all of my must-haves, plus tied user accounts to wordpress users.
Forum: Fixing WordPress
In reply to: Editor labels showing as "{#wp…" instead of "Edit Image", e.g.That did it, thanks, esmi!
@macdoodle: Those were set to ten, but I’m only showing five each on the page, so I don’t believe this is relevant.
Forum: Fixing WordPress
In reply to: Editor labels showing as "{#wp…" instead of "Edit Image", e.g.Yes, to all of the above. I feel like this is some kind of language setting failure. Where/how do you set the default language of WordPress?
I thought you could add strtotime to a loop with this:
// Create a new filtering function that will add our where clause to the query
function filter_where( $where = ” ) {
// posts in the last 30 days
$where .= ” AND post_date > ‘” . date(‘Y-m-d’, strtotime(‘-30 days’)) . “‘”;
return $where;
}add_filter( ‘posts_where’, ‘filter_where’ );
$query = new WP_Query( $query_string );
remove_filter( ‘posts_where’, ‘filter_where’ );…because it was in the codex. I’m not going to argue with you though. If I knew this stuff well enough to speak intelligently I wouldn’t be asking for help! ??
Thanks for the updated shortcode!
Forum: Fixing WordPress
In reply to: Editor labels showing as "{#wp…" instead of "Edit Image", e.g.I seriously cannot be the only person who’s ever had this problem…
Default template seems to be breaking the page…
See an example of this:
https://www.sandiegowebguy.biz/services/archivist-test-page/
View page source. Everything after the table is missing, and the table isn’t being rendered, either.PLEASE!!!?!?!?
I would very much like to use this plug-in, and would be happy to publicly endorse it on my websites, but it needs to be deprecated back to PHP 5.2.
I would even be willing to make a donation to your efforts to entice you to seek a fix more quickly…
Still posts the same error for me on install…four months later.