thatsgame1
Forum Replies Created
-
PERFECT!
Thank you
Forum: Plugins
In reply to: [Youtube Channel Gallery] Where do I find the shortcode to embed in post???I’m wondering the same thing. I’ve added the shortcode to a page but that doesn’t seem to work.
[Youtube_Channel_Gallery feed="playlist" user="tallyconnection" feedorder="desc" videowidth="500" ratio="16x9" theme="light" color="red" autoplay="0" rel="0" showinfo="0" maxitems="16" thumbwidth="133" thumbratio="16x9" thumbcolumns="4" title="1" description="0" thumbnail_alignment="top" descriptionwordsnumber="6"]http://wordpress.org/extend/plugins/youtube-channel-gallery/
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsGoogle Chrome, IE and FireFox. I left comments on front page. There are two sets of them. First set is this code:
<?php $page_id = 275676; // The number here relates to the WordPress page ID you want to show up and assigns it to a variable $page_data = get_page( $page_id ); // This defines a new variable with your Page ID number $content = apply_filters('the_content', $page_data->post_content); // This apply a filter so the content is treated as it should be from WordPress $title = $page_data->post_title; // This gets the post title and assigns it to a variable echo $content; // This makes our page content show up ?>2nd set is the code you gave me:
<?php bwp_get_recent_comments(array('comment_type' => 'comment')); ?>The second set doesn’t let me click the “Older” link to look through older comments.
I’ll leave both up so you can see it.
Thanks again for your help.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsSure. Thank you. http://tallyconnection.com/275676
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsThanks that worked. Question though. Before you sent that I have been testing this:
<?php
$page_id = 275676; // The number here relates to the WordPress page ID you want to show up and assigns it to a variable
$page_data = get_page( $page_id ); // This defines a new variable with your Page ID number
$content = apply_filters(‘the_content’, $page_data->post_content); // This apply a filter so the content is treated as it should be from WordPress
$title = $page_data->post_title; // This gets the post title and assigns it to a variable
echo $content; // This makes our page content show up
?>I like that it lets users navigate between recent comments without taking them off the front page. I created a “page” then added the shortcode. That pages id is 275676.
With the code you gave me uses aren’t able to click “Older” and navigate anywhere. How would I set of comments to display? I see in the settings of the plugin but they don’t seem to change (always shows 5).
Thanks again for your help
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsWhen I put:
<?php bwp_get_recent_comments(array('instance' => 'page', 'separate' => true, 'post_type' => 'page', 'comment_type' => 'comment')); ?>I get “No recent comment found.”
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent Commentsthe shortcode is inside home.php which is a page under “Appearance” then “Editor”. Is that considered a page?
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsUsed default settings. tallyconnection. below Highlights section.
WordPress 2.9.1
Forum: Fixing WordPress
In reply to: Read-Only Access Database AccessThank you. I’m using MySQL via GoDaddy. Could you assist me with the statement I need to provide this access?
Thank you!!!
Hi Keepclif,
How do you choose a “featured image”?
Forum: Plugins
In reply to: [HungryFEED] [Plugin: HungryFEED] HungryFeed Error Processing Feed:you don’t have a cache folder in wp-content.
create that and the error will go away..worked for me. THANK YOU dyrezz
The waiting is the hardest part
Every day you see one more card
You take it on faith, you take it to the heart
The waiting is the hardest part….Me wants PPLLLLEEEAAASSSEEE
Forum: Fixing WordPress
In reply to: How to remove the posted date on select blog postspurtty please
Forum: Plugins
In reply to: [Subscribe to Comments] Subscribe to Comments: Incorrect URL in Emailbump
Todd Lahman do you have a plugin we can try?