Rich Owings
Forum Replies Created
-
Perfect. Thanks for the great plugin and for taking the time to offer support.
Thank you so much. I’m using the PHP code in my theme, but am still a noob at PHP. Can you tell me how to include multiple arguments? Right now I have…
<?php $args = array( "size_from" => "14" ); do_utcw( $args ); ?>But what if I want also say “size_to” => “20”
Forum: Fixing WordPress
In reply to: Commenter count and WP comment tablesThanks. Downloading now using PhpMyAdmin!
Forum: Plugins
In reply to: Plugins won't update; manual update questionsThanks. That’s what I’m doing. Sure would like to know why the automatic update isn’t working though.
Forum: Plugins
In reply to: Plugins won't update; manual update questionsHmm, I haven’t made any changes, but its getting a bit farther…
Downloading update from http://downloads.wp.xz.cn/plugin/akismet.2.5.1.zip…
Unpacking the update…
Could not create directory. /home/gpstrac/public_html/wp-content/upgrade/akismet.tmp/akismet
Forum: Plugins
In reply to: Plugins won't update; manual update questionsThanks SVallie. Can you answer my questions about process?…
Do I just overwrite the old plugin files? Should I deactivate each plugin first? And will my plugin settings be retained?
Forum: Plugins
In reply to: Plugins won't update; manual update questionsThanks. I don’t think its a PHP issue though as I have a test site on the same server that doesn’t have this problem.
Forum: Plugins
In reply to: Scheduling ads by time of day?You can use Google Ad Manager, now DoubleClick for Publishers, but its complex as hell…
Forum: Hacks
In reply to: Proper PHP syntax for Facebook like button?Doh! I should have figured that out. I think I’m going to give up, since there is a Facebook issue I haven’t been able to figure out (why its reporting different numbers of followers). I think I’ll just go with their stock code; the “Like” count will build with time.
Thanks for your help.
Forum: Hacks
In reply to: Proper PHP syntax for Facebook like button?In the widget’s text field.
Forum: Hacks
In reply to: Proper PHP syntax for Facebook like button?In a sidebar text widget. It’s not currently active, but it would be in the right sidebar on http://gpstracklog.com, just below the FB icon and FB text link. There is an active version at http://test.gpstracklog.com
Forum: Hacks
In reply to: Proper PHP syntax for Facebook like button?Mark,
Thanks for taking the time to reply.
I tried the code generated from the Facebook developer site. I changed it because it was generating a low number of likes compared to code using ?php the_permalink(); ?.
I didn’t try the WP-Snippet because I’m wanting the like button and a current count to show.
I tried one highly rated plugin (don’t recall which) for individual posts, but when I told it to place a Like button at the top and bottom of the posts, it put them following the <!–more–> break.
I ended up manually coding the FB Like and Twitter buttons into my post and page template files and they work great, but I really want a LIKE button for the home page too.
Forum: Hacks
In reply to: Proper PHP syntax for Facebook like button?Thanks. I changed it to
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&t=<?php the_title(); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=dark" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px;">but it still generates gobbledy-gook on their FB page when someone likes it.Forum: Fixing WordPress
In reply to: Coding for multiple custom sidebars (elseif)You’ll also need to modify functions.php. Mine looks like this:
register_sidebar(array('name'=>'Sidebar Custom','before_title'=>'<h4>','after_title'=>'</h4>'));Forum: Plugins
In reply to: [Plugin: Contact Form 7] Spam responses?I’m having the same problem, though not as frequently as that!