sugartoys
Forum Replies Created
-
well i will let the plugin on the server deactivated untill a update come across to fix this. i understand the aproch of having independant API for each blog on MU but NOT ALWAYS is the same case. some people run multisites with really simple settings to their users to avoid clients/users not wp savy to let them know they need to signup for an API key and put it there and so on (i want to avoid that). I was looking foward to config the whole network with 1 API with this plugin https://www.ads-software.com/extend/plugins/akismet-wedge-for-mu-plugin/
anyway, ill wait. please uptade this threat when it get fix please or IF a workaround happend or else.
thnx guys for stepping!
Forum: Plugins
In reply to: [Email Alerts] [Plugin: Email Alerts] Include URL of Post Approval LinkForum: Fixing WordPress
In reply to: Divide and Display Categories in Multiple Placesi make some notes on this screenshot in case you didnt get what i mean.
i need category X on the left and category Z on the right
cl.ly/2t1T1p1w253m0x2G3z2lForum: Fixing WordPress
In reply to: Divide and Display Categories in Multiple PlacesBTW i think the title of this post it could be misleading. if someone could change it to something like, exclude or include categories from <?php the_category(‘, ‘) ?> i think it make more sence ??
Forum: Fixing WordPress
In reply to: Divide and Display Categories in Multiple Places@ mfshearer72 thnx! ??
but im sorry, it was to early when i wrote this and i think i didnt explain myself clearly because i was sleepy >_<
i know what you mean but im not trying to query posts. im using the default query of wordpress, so im already query them.
[ my english is not the best, so i will try to explain myself the best i can ^_^ ]
for this i got the normal/default query blog post timeline style
<?php while (have_posts()) : the_post(); ?> <li <?php post_class() ?> id="post-<?php the_ID(); ?>"> <div id="date"><?php the_time('F j g:i a') ?></div>
and so on with the title, tags, author etc. etc.
but at some point im gonna call the category right, so i do it like this, simple
<div class="category"><?php the_category(', ') ?></div>
and lets say that post have 3 categories X, Y, Z so the query it will display it X, Y, Zfine, everything its cool, now the tricky part. well lets say i want to call it twice! but on a different place. lets say instead of
<div class="category"><?php the_category(', ') ?></div>
i want to call it like this
<div class="category-2"><?php the_category(', ') ?></div>
but this time i want just to show the name or permalink of the category X and exclude Y and Z. call the same categories again and exclude or include specific category, like X on this example.
now, what im trying to achive. im doing a experiment on wordpress for a private site using wordpress as a log for ISP installations along using the wordpress app. but because the WP app doesnt let us yet use custom taxonomy im using categories and trying to filter everything with categories like provider, kind of equipment, IP. i want to show some categories in different areas to display it, lets say like custom meta tags does but instead categories, so i could filter or query them later when lets say im looking for all the installations of X provider or Z place.
here a screenshot of a log on the timeline, have in mind this screenshot its the default query of posts i just put labels on the title and everything else to achine this idea.
how im doing this
im using the title for: the client
geolocation for: the place<?php echo display_location("[geolocation]"); ?>
category for kind of: service
i was using tags for: providers (but on the WP app tags doesnt appear like the categories does with a list and checkmark, so i came with this idea of excluding categories)
for the IP: im using the first 15 characters of the content
Author for: the technician or employeris in spanish
cl.ly/0t3U3h3U2R2B3v151S06thnx in advance to everyone =)
Forum: Networking WordPress
In reply to: port 8888 on loclahostthnx, but “last time” you didnt gave me the link to that forum and then that post was close so i couldnt ask for the link.
i couldnt found the forum by myself. so i end in this post looking for an answer.
you dont have to be so rude gosh!
btw i did not nothing wrong thnx for the judgement. Apache is in the port 80 and the localhost is runnining fine, thats not the issue. dont worry i look for support somewhere else out of www.ads-software.com where i could post my OWN without this treatment.
Forum: Networking WordPress
In reply to: port 8888 on loclahosti did change it but still redirecting to 8888 ??
Forum: Networking WordPress
In reply to: MAMP WP Multi problem topic 300i did what Jaja say and keeps happening to me what GuroWiech say it happend to him, the exact same thing. something is wrong on this instructions or we are missing something. for the record i have MAMP Pro. this issue its driving me crazy and now not even 1 of all the localhost wp sites are not running :-\