firefox
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Copying Tables to New DatabaseI actually was using an older version of wordpress — possibly 2.0 something.. not the latest version, unfortunately.
The weird part is that they must have inputted a script on to the mysql database where if you upgraded or install the latest wordpress, it would redirect it to the hacker page.
Forum: Fixing WordPress
In reply to: Custom Headers and SideBars?Thank you very much Moshu!
it worked.
for anyone else who come across this problem, this is what you should put in your header (provided that in your style.css, you have “masthead” as the container for your header image):
<div id=”masthead”
<?php if ( is_page(40))
{
echo ‘style=”background:url(https://www.yourdomainname.com/images/contactusbanner.jpg);”‘;
}
?>
>Forum: Fixing WordPress
In reply to: Custom Headers and SideBars?Basically, I would like a custom header (with it’s own img or masthead) for different pages —
for example, the Contact Us page will have its own separate header than from the Index page.
The same can be said for custom sidebars.
I’m not sure what the technique is to create them.
thanks..
Forum: Fixing WordPress
In reply to: Reinstalling WordPress with Existing MySQLThanks ALL! it’s working fine now. every little tip provided helped.
Forum: Fixing WordPress
In reply to: Reinstalling WordPress with Existing MySQLthanks for the advices. however, i’m still experiencing difficulty at reconnecting to my existing database.
I initially tried what spencerp originally suggest – that is upgrade the files. But I still get the same result (when I after I try to login to my wordpress admin panel, a blank screen shows up).
I then to try create another wordpress instance using the same mysql database (as Kafkaesqui suggest). The problem with this is that I don’t get access to all my postings from the same database – because I created a new table in mysql. Basically, I’m getting a blank mysql, with no access to all my old categories and postings.
I tried it and that’s what I got.
So there is no way to create a new instance of wordpress and then connect to it an existing database so it can have access to all the files in it?
thanks
Forum: Fixing WordPress
In reply to: Reinstalling WordPress with Existing MySQLthanks for the response, spencerp.
no i actually meant a complete fresh reinstallation of wordpress (not uploading wordpress files).
anytime you install wordpress, it can’t go through unless you have a blank mysql database ready for it to create its tables.
I want to use existing mysql database (with all my existing posts in it).
basically, i don’t really know what’s wrong. I just know I can’t get access to my admin panel at the browser, therefore, I can’t make any posts.
Forum: Fixing WordPress
In reply to: Customizing Single.phpok i’ll run some tests
thanks for you instructions
Forum: Fixing WordPress
In reply to: Customizing Single.phpdo i need to place the call function within header.php (or whereever the category links are located):
szub_post_template_by_cat()
what happen if i use the full urls to link to my categories (for example:
https://www.thefirefox.com/category/dogs/
https://www.thefirefox.com/category/cats/
https://www.thefirefox.com/category/rabbits/i have those in my header.php to call the particular category.
do i still need to use your call function?
thanks againForum: Fixing WordPress
In reply to: Customizing Single.phpthank you very much Kaf.
i’m little confused over the instructions.
for my 3 categories – dogs, cats, and rabbits, do i create 3 separate customized single.php for them and renamed them:
dogs-1.php
cats-2.php
rabbits-3.phpfor each of those, i put their own pictures and whatever else i like to say for each animal on the top – before the posts.
how do i call them from the category links?
thanks
Forum: Fixing WordPress
In reply to: Customizing Single.phpi forgot to mention..
this is for the dynamic single.php, not for the static pages that can be produced in wordpress.
Forum: Fixing WordPress
In reply to: php block codes within post?oh nevermind.. it actually worked!
Forum: Themes and Templates
In reply to: using a favicon with wP?I think you are suppose to save it with .ico
not .pngand make sure you put in the root directory of your web site, for example:
https://www.computerblog.com/favicon.ico
or put the favicon.ico in the root directory of your word press directory.
one of those ways will work.
Forum: Fixing WordPress
In reply to: email this article (or post) plug-in from lesterchanthanks Dgold
I wonder if there’s any other options besides using this plug-in to create an “email this article” link.
Forum: Fixing WordPress
In reply to: wp_list_cats in a javascript pulldown menuactually, ignore my 2nd post,
getting rid of the bullet list symbols can be done with CSS.
but I need with the first post – inserting them into a javascript pulldown menu.
thank you
Forum: Fixing WordPress
In reply to: wp_list_cats in a javascript pulldown menuby the way, I would like to exclude any bullet lists symbols that normally goes with the html tags.
If anyone knows, please explain how to..
thanks!