famousb
Forum Replies Created
-
Forum: Hacks
In reply to: Categories for custom_post_type ?figured it out… register_taxonomy IS what i needed… i just needed to declare array(‘sr_restaurant’) as the $object_type to make it specific to my custom post type…
Forum: Hacks
In reply to: Categories for custom_post_type ?i also want to add in that whatever custom category/taxonomy i create should be specific for the “restaurant” post type, as i have other custom post types which “city” wouldn’t be pertinent…
Thanks Again.
when i use the [bgmp-list] shortcode, it shows the title and the body of the post too.
Is there a way to just show the title of the post in the list and have it link to the full post?sorry, i’m confusing too many systems we use…
thank you for the answer, but i’m not certain which question you were saying yes to.
Does each site use it’s own theme, so therefore they would all need to be updated individually?
Thank you for the input Ipstenu,
one thing i guess i forgot to mention is that each directory/site would get it’s own XML no matter which way we decide to implement (one site, or Multisite).Question about Multisite, can each site share 1 standard template, so that we can update 1 set of files and it flow across all sites?
Or does the updated template need to be uploaded into each directory?for user info while in a post by another user, i used:
get_the_author_meta( 'ID' )in place of
$current_user->IDwhat about for users not logged in?
Forum: Plugins
In reply to: Import from tab-delimited text fileThank you for the response.
I have found a few options if i’m willing to do the conversion, but i was hoping to be able to avoid doing that.
i know i could change the file programatically, but if i’m going to do that, i might as well modify the plugin to import the tab file myself by doing something like:$fcontents = file('./file.tab'); for($i=0; $i<sizeof($fcontents); $i++) { $line = trim($fcontents[$i]); $arr = explode("\t", $line); #if your data is comma separated # instead of tab separated, # change the '\t' above to ';' $sql = "insert into...but i was hoping to avoid that…
but even then i would need to do a CRON job…
i was just hoping someone knew a plugin that already had it done (i’m lazy), so i could just put in the path and set the time for it to run the import.Thanks!
Forum: Plugins
In reply to: Consolidating Multiple Blogs into One Master Bloganyone?
Forum: Fixing WordPress
In reply to: Limit posts on homepage to the last 30 daysperfect… thank you so much. i knew it wasn’t hard, just couldn’t remember…
Forum: Fixing WordPress
In reply to: logging in as adminstratortypically is the install directory/wp-admin
such as: