cobber99
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Broken in WP 3.1Thanks for a great plug-in fernandobt! I too had the error, but now am good to go with the new default.php template file. With the older template system, I was able to hyperlink each thumbnail with the following code:
//Show thumbnail? if($atts['thumbnail']=='yes'){ $lcp_output .= '<div class="lcp_thumbnail"><a href="' . get_permalink($single->ID) . '">'. lcp_thumbnail($single) . '</a></div>'; }
Do you have any ideas as to how to accomplish this in the new template version? I can’t seem to figure it out.
Forum: Fixing WordPress
In reply to: [Plugin: UMapper] Can’t add map to postsI am having the same issue and have posted for help on their Google Groups page here. Please add your experience as the plug-in authors seem to monitor the Google Group frequently.
Forum: Plugins
In reply to: [Plugin: User Access Manager] Auto Assign Groups to New Users?This is precisely what I am wondering as well.
When new users register, they are “Subscribers” and I would like to set it so that they are added to that group with the goal being that new users only see the post categories I would like them to see by default.
Forum: Fixing WordPress
In reply to: /feed/ returns a 500 Internal ErrorFound the problem.
By removing a plug-in at-a-time, I found that the culprit was the plug-in “Yet Another Related Posts Plugin” (v.2.1.6). It sports a feature that will display related posts in RSS feeds. By turning that option off, everything works fine again. Amazing.
Forum: Fixing WordPress
In reply to: /feed/ returns a 500 Internal ErrorThe Comments Feed URL works fine:
https://hiking.forsbergville.com/comments/feed/But the Entries Feel URL still is not found:
https://hiking.forsbergville.com/feed/Forum: Fixing WordPress
In reply to: /feed/ returns a 500 Internal ErrorAfter reading all that I could find, I tried setting my Permalink structure back to default. This results in the feed URL being:
https://hiking.forsbergville.com/?feed=rss2But that too throws a 500 error. So now I’m switching it back to day and name and continuing to scratch my head.
Forum: Plugins
In reply to: Add fields to Post page to populate each post as a template?Yes, specifically I looked at this article, but am still lost.
Here is a mock-up of what I am trying to accomplish.
I already have some Custom Fields for other purposes (podcasting fields, etc.) so need to be able to direct my post template to show JUST those fields I intend to display – all in a pretty DIV like in the mock-up linked to above.