stunnaboi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Special Template Type For Ajax "Show More Posts" FeatureDavid Walsh put together an awesome tut on this. Uses direct DB query to fetch posts. https://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/
Forum: Fixing WordPress
In reply to: Maximum number of Custom Post Types – (register_post_type)Thanks for the help on this – I was having the same problem of disappearing menu items. But this seems like a bug. Why would the menu_position parameter, if applied, limit items in the admin menu? Any thoughts?
Forum: Fixing WordPress
In reply to: Password protection does not work on posts & custom post types+1
Definitely would be nice to have this setting restrict general access to the page.
5.3.2-1ubuntu4.2
+1
Here’s error output I get:
Fatal error: Call to undefined function curl_version() in /var/www/zendesk.com/private/wp-content/plugins/eventbrite-for-the-events-calendar/eventbrite-for-the-events-calendar.class.php on line 88
Forum: Themes and Templates
In reply to: Author comment feed@esmi But this “Author” feed does not include comments. What if I just want the comments? Or am I missing something?
Forum: Plugins
In reply to: HeadSpace, Page Titles and MetaTagsIf you have tags and keywords added you need to edit the keywords settings to edit keywords independently.
Forum: Fixing WordPress
In reply to: html tags stripped/removed from rss feedSo it appears only <p> tags are stripped. Similary, when I change option in Settings > Summary between summary and full text has no effect.
Forum: Alpha/Beta/RC
In reply to: WordPress 3.0 RC2 & enabling network in sub-directory@ipstenu : that’s exactly what I was after. understandably i could see there being some conflict. i got in the habit of installing wp in a subdir and acting out of root as a general security precaution and keeping root dir uncluttered. no biggie. good to know though.
Forum: Alpha/Beta/RC
In reply to: WordPress 3.0 RC2 & enabling network in sub-directoryDefinitely can’t get this to work, receive following error under Tools > Network :
Error: Your WordPress address must match your Site address before creating a Network. See General Settings.
Forum: Alpha/Beta/RC
In reply to: register_taxonomy with rewrite param “with_front” ends in error 404Been having this issue with custom post types in general. I seem to have a fix that I’m hoping will work for you guys. It’s a two parter.
After you’ve made your changes to functions.php or wherever you’re adding/editing post types or taxonomies,
1) go into the wp_options table in your database and clear out the option_value field for option_name rewrite_rules .
2) Then go back into your WordPress admin > Settings > Permalkinks and click the save button.
This should reset your rewrite rules to reflect your new rewrite settings for your taxonomy.
Forum: Fixing WordPress
In reply to: Resend of User Welcome Email?+1
Seems like there should be a password/account info resend button in the user profile screen.
Forum: Fixing WordPress
In reply to: Add/assign custom meta box to only one pageFound a solution elsewhere. Check it out:
https://farinspace.com/2010/03/page-specific-wordpress-meta-box/
Forum: Plugins
In reply to: Widget for Q&A?check out the P2 theme and then maybe port over some of that code to your theme?
wordpress’ native commenting should do this, just a matter of isolating the comment form to operate in your theme wherever you like.
Forum: Fixing WordPress
In reply to: How to get list custom taxonomy terms for specific taxonomyNow the trouble is getting an “active” or “current” class in there when you’re on the taxonomy tag’s page. Any ideas?