hungzai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove comma from last item category list?Still can’t figure out. Anyone can help?
Forum: Fixing WordPress
In reply to: How to remove comma from last item category list?Can’t figure out where to input the parent category ID. Thanks anyway. Cheers!
Forum: Fixing WordPress
In reply to: How to remove comma from last item category list?Thanks I saw that website. Can’t figure it out. I tried
<?php
foreach((get_the_category()) as $childcat) {
if (cat_is_ancestor_of(16, $childcat)) {
echo rtrim($childcat->cat_name . ‘,’);
}}
?>But it didn’t work. I also tried ‘implode’ too and didn’t work too.
Will do so. Thank you very much.
Strangely it works now. Thanks so much!
Thanks so much. Will submit a ticket to support next time. Cheers!
Thanks for your reply.
As I was trying to ‘catch the error’, I was deleting things(some scripts for my dropdown menu and also a whole lot of things in my css) along the way so it’s down to pretty much bare bones(I did backup my theme though) now, however the text character limits function is still not working. Tested on 3 browsers and no go.
Thanks once again for helping me to look at it.
I would like to add that I have add the script
<script type=’text/javascript’ src=’http://mywebsite.com/wp-content/plugins/custom-facebook-feed-pro/js/cff-scripts.js’></script>
to the footer file. And tried in header and also in the page. All produces the same result.
Yes it did solve the problem. Thank you so much!
Forum: Fixing WordPress
In reply to: How to display files in table formatFor those who are keen,
float:left and set the width of the post div to total width/number of post per row
Forum: Fixing WordPress
In reply to: How to display files in table formatOk thanks will check out DIVs.
Forum: Plugins
In reply to: [Plugin: FeedWordPress] Disable the post schedule?You are lucky, some of my feeds are scheduled at 60 mins and I can’t seems to change them.
Forum: Fixing WordPress
In reply to: List authors with avatar pic and last posts?Thanks guys. It worked like a charm!!!!!
Forum: Fixing WordPress
In reply to: Keep getting logged outThanks, will do that. Cheers.
Forum: Fixing WordPress
In reply to: List latest posts related to a post by “reading” author’s IDOk, in short I just want to “Get latest posts of author” in the loop. I am intending to use it in index.php and so far those that I’ve found are for use in author page. Returned error.
Anyone been there done that can enlighten please?