delta223
Forum Replies Created
-
Forum: Plugins
In reply to: Image that expand into modal boxes with text above and below?I’m surprised that other people are not looking for the same thing. Perhaps this is more of a custom request than I thought
Forum: Plugins
In reply to: Image that expand into modal boxes with text above and below?Let me know if you find anything good, thanks.
Forum: Fixing WordPress
In reply to: Is It Possible to Put Custom Code in the Header of the Single Page?“If you know the page’s ID, you could test for it in your header.php file”
Hi, can you clarify what you mean by “testing for it?”
Forum: Plugins
In reply to: Adding code only to post pagesThank you! I take it I need to use this one:
is_single()
and I just add this to the index.php file in the header section then?
PS: I should also confirm that the file has indeed been moved to: /wp-content/sunrise.php
Plugin version is 0.5.4.2 on wordpress MU 3.42
The permissions on sunrise.php are 0644
The direct link to the file is:
http://realtyveterans.com/wp-content/sunrise.php
Going to this link returns an error (maybe it’s supposed to, since it’s inside the wp-content folder?)
Fatal error: Call to undefined method stdClass::escape() in /home/myguided/public_html/realtyveterans.com/wp-content/sunrise.php on line 11
Forum: Fixing WordPress
In reply to: How do a wrap my text around a javascript block?Thank you very much Kristin!
to answer your question, it was placed in the content area (not the theme files)
Forum: Plugins
In reply to: Widgets in the header areaBumping this in case anyone knows the answer… it would help a lot
Thanks
Forum: Fixing WordPress
In reply to: Inserting PHP or Javascript codeok thanks!
Forum: Fixing WordPress
In reply to: Customize a specific page?Is there any way to do it without hand-coding?
Thanks
Forum: Fixing WordPress
In reply to: Multiple wordpress installs under one DB?Ok, so I understand that the table prefix in the config file must be changed. Do i need to change the mysql database at all to accomodate these new table prefixes?
Forum: Fixing WordPress
In reply to: Multiple wordpress installs under one DB?but on a normal install, can I simply point the config file to a database with another wordpress site already using it?