metaprinter
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-RSS Import] – append tracking code to linksanything?
Forum: Fixing WordPress
In reply to: Setting the body class name for a page@stvwlf Your code worked like a charm, just repeating it here for myself.
replace <body>
<body <?php page_bodyclass(); ?>>
add to functions.php
function page_bodyclass() { // add class to <body> tag global $wp_query; $page = ''; if (is_front_page() ) { $page = 'home'; } elseif (is_page()) { $page = $wp_query->query_vars["pagename"]; } if ($page) echo 'class= "'. $page. '"'; }
Not that this is going to help you but if you have “contractual obligations” you might want to use a paid service like adjuggler.
anything?
Forum: Fixing WordPress
In reply to: Only admin role can create content?The extremely helpful support staff at RackSpace guided me to increase my memory limit via .htaccess in the root directory of my wordpress install.
Drop this badboy into the end of your .htaccess file
php_value memory_limit ?M
replace the ? with 64 or 96 should do the trick.
php 5.2.0 specifically
Forum: Fixing WordPress
In reply to: Only admin role can create content?I just noticed im getting a error:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes)
How do i allow more memory?
wp 3.1
PHP 5
Rackspace Cloudhere’s the beginning of my log error [16-Mar-2011 13:42:45] WordPress database error Duplicate entry ‘2011-03-16 13:42:45’ for key 1 for query INSERT INTO
wp_websitez_stats
(data
,device_type
,created_at
) VALUES (‘a:33:{s:15:\”SERVER_SOFTWARE\”;s:10:\”Apache/2.2\”;s:11:\”REQUEST_URI\”;s:14:\”…..Forum: Plugins
In reply to: [Plugin: Viper's Video Quicktags] YouTube Playlist how to?hello?
Forum: Plugins
In reply to: [Viper's Video Quicktags] [Plugin: Viper's Video Quicktags] Sidebar widgetThe documentation says this plugin allows the creation of youtube playlists, but i don’t see any directions on how to do it.
Can anyone help me out?
I’m also attempting to link the blog title. let me know if you come up with anything.
Forum: Networking WordPress
In reply to: Export and Import WordPress 3 Menu Structure?one of the options table fields is the website url. change it to reflect your url.
Forum: Plugins
In reply to: Facebook Fanbox (with CSS Support) Does Not Appear In IE6,7,8I’ve abandoned the plugin and am using straight xfbml code.
Forum: Fixing WordPress
In reply to: YARPP double result on ONE article only?UPDATE:
I resolved this issue by going > settings > yarpp >check “Display using a custom template file” > save options >check “Automatically display related posts?” > save options.now everything is fine.
ah ha! thanks for sharing. butting the img tags resolves this.
<img alt="#" src="#" width="#" height="#" /><img alt="#" src="#" width="#" height="#" /><img alt="#" src="#" width="#" height="#" /><img alt="#" src="#" width="#" height="#" />