Michelle Langston
Forum Replies Created
-
What version of WordPress are you using? Has Flexibility been tested to work with that version?
Forum: Themes and Templates
In reply to: Mystique 2.4.2 — Issue with Column Width [NSFW]You could just use the fixed width and make the sidebar wide enough to accommodate the calendar. Then crop the photos smaller so that they fit properly within the width allotted for the content column. Users can click on the photos to view larger versions.
Forum: Networking WordPress
In reply to: Who renamed Multi User to Multisite, and why?And “multisite” is easier to pronounce. I never knew if I should say “MU” or “em-yoo” with WordPress MU. ??
Forum: Themes and Templates
In reply to: CSS Drop down menu and sidebar problemsDid you fix the issue? Because it’s appearing above the sidebar on my machine. Firefox 3 on a Mac. ??
Forum: Themes and Templates
In reply to: 200 Database Queries!Anyone have any suggestions? This is really a big issue! I would appreciate some insight greatly. Thanks. ??
Forum: Fixing WordPress
In reply to: Advice please: multiple blogs or singleWhy not give WP MU a try.
Forum: Fixing WordPress
In reply to: Change [—] to Read the rest of this entry ..Try this: <?php the_content(‘Read more…’); ?>
See this page for more information: https://codex.www.ads-software.com/Template_Tags/the_content
Forum: Fixing WordPress
In reply to: the_author() questionCould you reword your question? It’s a bit unclear what you want to do.
Are you trying to say:
On the front page you want to show the author’s username, but on the actual post page you want to show their Full Name?
You can use the_author_meta();
https://codex.www.ads-software.com/Template_Tags/the_author_meta
Forum: Fixing WordPress
In reply to: Is there a way to count the number of subcategories a category has?Okay, the problem is solved, thanks to this thread: https://www.ads-software.com/support/topic/307248?replies=28
The last bit of code posted by the user t31os_ works like a charm for me! Thanks t31os_ ??
Hopefully this helps someone else in the future who runs into this issue!
Forum: Fixing WordPress
In reply to: Is there a way to count the number of subcategories a category has?This thread seems to have a solution to the problem I was having: https://www.ads-software.com/support/topic/307248?replies=28
I will try it out and report back. If I can get it working then it’s all good. Hopefully it will help someone else who is having the same issue.
Forum: Plugins
In reply to: get rid of “no categories” messageI am having the exact same problem and was using the exact same code. Did you ever find a solution? Because I am pulling my hair out over it now!
Forum: Fixing WordPress
In reply to: Is there a way to count the number of subcategories a category has?Any suggestions? I’ve tried multiple things but am still having no luck. ??
Forum: Fixing WordPress
In reply to: comments don’t work if email address is on same domain as blogOops…ok I’m so embarrassed. I just figured out the problem 1 second ago. It turned out to be Aksimet! I just happened to click on the Akismet spam section and sure enough, all of my comments were there. LOL. I didn’t think to click on it before because I was sure it wouldn’t mark my own comments as spam. Heh. Anyway, thanks for your responses! ?? ??
Forum: Fixing WordPress
In reply to: comments don’t work if email address is on same domain as blogI’ve tried in vain to figure out this problem myself over the past few days, but am having no luck. Any help would really be appreciated. ??
Forum: Fixing WordPress
In reply to: comments don’t work if email address is on same domain as blogAny ideas? Thanks!