thatsgame1
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Simply Using BWP Recent CommentsSure. Thank you. https://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 Pro-cess-ing 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?
Did you actually get yours to work? If so, how? I’m not getting emails
If you look in code:
$wp_email = 'no-reply@' . preg_replace('#^www\.#', '',
that should do it….
I haven’t waited 20 minutes yet but just installed and haven’t gotten email in 10 mins or so. Any advise?
Forum: Plugins
In reply to: [Revision Control] [Plugin: Revision Control] ExcellentI really can’t upgrade my version of WordPress (which is 2.9.1). I saw it needs 3.2 but “might” it work for my version?