5115
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: renaming blog directory…Thanks moshu.
So if you have an established site, is it recommended to rename the directory?
Forum: Fixing WordPress
In reply to: Comments PopupMods: any chance one of you could remove my site link 3 posts above this one?
I would appreciate it.
Forum: Fixing WordPress
In reply to: Comments PopupOkay, this is weird. I see your comments in the moderation queue.
I guess this happens now when I am logged in… meaning the page goes blank after I submit a comment when I am logged in as admin.
Thanks again for your time.
Forum: Fixing WordPress
In reply to: is_page(‘ID’)Or I didn’t word it right. ?? Im still learning PHP.
Either way, your code put me on the right track.
Thanks again.
Forum: Fixing WordPress
In reply to: is_page(‘ID’)Thanks for replying Kafkaesqui.
The code worked perfectly when I adjusted it to the following:
<?php if ( is_page('2') || is_page('29') || is_page('30') ) : ?> <?php wp_list_pages('title_li=&child_of=2'); ?> <?php endif; ?>
Thank you very much for your help!
Forum: Fixing WordPress
In reply to: Comments PopupAlright, here you go: artlessthemes.com
The popup window hasn’t been styled yet, but that shouldn’t make any difference.
The regular comments section works if I disable the
<?php comments_popup_script(); ?>
tag.Any help would be appreciated.
Forum: Fixing WordPress
In reply to: Comments PopupThanks Otto42 for your response, but I prefer not to list my site.
Do you have any thoughts on the cause?
Thanks again.
Forum: Fixing WordPress
In reply to: comments-popup.php — cannot post commentsDoes anyone know how to solve the above? I would appreciate some help.
Forum: Fixing WordPress
In reply to: comments-popup.php — cannot post commentsAnybody know how to solve the above?
Forum: Fixing WordPress
In reply to: comments-popup.php — cannot post commentsyup. this is a bump.
But to describe more of my situation: When I have the
<?php comments_popup_script(); ?>
enabled in my header file I am able to launch the comments popup window just fine, but it does not allow me to post comments. It simply takes me to a blank page after I hit submit.How do I fix this?
Forum: Fixing WordPress
In reply to: comments-popup.php — cannot post commentsCan someone assist me with this? Let me know if I need to be more specific.
Forum: Everything else WordPress
In reply to: Legal QuestionThanks for the tip theapparatus. The last thing I want to do is offend the original designer.
What I am thinking is renaming the theme to “Theme Name:Redux.”
And pretty much gut it to my liking… while still leaving credit to the original designer by name in the stylesheet. I think I will even leave the footer blank except for ‘Powered by WordPress.’Thanks again guys. More advice is definitely welcome.
Forum: Everything else WordPress
In reply to: Legal QuestionThanks for your response.
The theme is licensed under the Creative Commons Attribution-ShareAlike 2.5 license.
And that would be a no for spam links.
Forum: Fixing WordPress
In reply to: Code tag not working correctlyCool. Syntax Hiliter v3.5 works. Issue resolved.
Thanks moshu. Your time is much appreciated.
Forum: Fixing WordPress
In reply to: Code tag not working correctly@moshu:
Thanks for your reply.
Correct. My latest tutorial requires me to post javascript code (or anything between brackets) and it does not show up between<code></code>
.Do you have any experience with the CodeHighlighter plugin?