tmeche87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Don't Allow Links in CommentsFound a plugin to fix the problem. It’s called No Comment Links if anyone is having the same problem. I would love to know how to fix this without a plugin if anyone knows though. Thanks
Forum: Fixing WordPress
In reply to: I can't get css float to work!In the template file, the code which pertains to the “Problem Page” is contained within the “else” code in lines 28-52.
The function the_content() is located in wp-includes/post-template.php
Forum: Fixing WordPress
In reply to: I can't get css float to work!This is the link to my Projects template file in pastebin:
Project Template FileThis is the code for the the_content() function:
function the_content($more_link_text = null, $stripteaser = false) { $content = get_the_content($more_link_text, $stripteaser); $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); echo $content; }
Forum: Fixing WordPress
In reply to: I can't get css float to work!Sorry! Forgot to put link text lol
Forum: Fixing WordPress
In reply to: I can't get css float to work!Forum: Fixing WordPress
In reply to: Display custom sidebar in custom templateI have the sidebar showing up in Appearance ->Widgets in the Admin page but it is not displaying properly on my website at all.
Forum: Plugins
In reply to: [Zotpress] Include link for Bibtex citation in zotpress shortcodeHey Katie!
It may be a little more intuitive. But really I blame myself for assuming instead of reading up on it to see it’s actual functionality.
Thanks for help with semi-unintelligent questions lol
Love the plugin!
Forum: Plugins
In reply to: [Zotpress] Include link for Bibtex citation in zotpress shortcodeWell, now I feel a little silly. I thought that controlled how it was cited on the website. I used cite=”yes” and it worked.
Thanks for being a genius Katie ??
Forum: Plugins
In reply to: Include link for Bibtex citation in zotpress shortcodeDarn it!
Once again, I apologize!
I’m still somewhat of a noob ??
It’s people like me that make your job difficult.
I’ll try to be more aware of what I am doing!
Sorry!
Forum: Plugins
In reply to: sanitize Types custom fieldsWill figure it out! lol
Forum: Fixing WordPress
In reply to: Get all Zotpress Item IDs from CollectionFixed!
Forum: Hacks
In reply to: Insert variable into URLThanks Boris! You were a big help!
Forum: Fixing WordPress
In reply to: Sanitize comments and custom fieldsThanks for the help Keesie. Going through the code in my functions.php file, I think it actually already sanitizes the comments for me (although I’m not positive lol). Regardless, thanks for the help. You have taught me something new!
Thanks again Keesie! You’re the man!
Forum: Fixing WordPress
In reply to: Sanitize comments and custom fieldsAlso, I used the Types plugin to create my custom types and fields.
Forum: Fixing WordPress
In reply to: Use custom field value for zotpressYou’re a genius keesie! It worked perfectly!
Thank you! You saved my life! ??