hsu0886
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: favicons from picsI read snaerff’s solution, and went looking for my .htaccess file… but there isn’t one. I logged into my 1&1 hosted server via the terminal, and ran an ‘ls-a’ command, and there is no .htaccess…
My favicon shows up in NetNewsWire Lite, Opera, Firefox, and Flock just fine, but not in Camino (which is odd because Firefox and Flock are fine) or Safari.
(I’m a Mac user, btw.)
Could my problems be related to my missing .htaccess file? Or does this sound like something else?
Forum: Fixing WordPress
In reply to: Possible to not show certain page under “Pages” in sidebar?Is it possible to, instead of the page_number, use the page slug?
Forum: Fixing WordPress
In reply to: links “page” – need help understanding…yep.
Forum: Fixing WordPress
In reply to: links “page” – need help understanding…Ok, I went with the template and I guess this time I had a better understanding of what I was doing – and it worked, marvelously, I might add. Thanks at all y’all for your help.
Forum: Fixing WordPress
In reply to: links “page” – need help understanding…ok, now i’ve been able to try php Exec… neither of these plugins worked for me though – php Exec did at least return echo statements and date queries, but I still can’t call
<?php get_links_list(); ?>
and get my links. Is there something else I need write in the page editing area? I installed php Exec, and put the above code inbetween the [phpcode] [/phpcode] tags as required by the plugin, and I get nothing. If I try and add in the
<?php require('./wp-blog-header.php'); ?>
everything below the header disappears… so confused…
I just want to have a page that pulls links using the
get_links_list
command… am I going about this the wrong way?Forum: Fixing WordPress
In reply to: links “page” – need help understanding…Well, I tried RunPHP and got some weird errors… I’d like to try phpExe, but the download of the phpexec.txt is broken (I also tried to download his phpexec.php from his /wp-content/plugins folder, but I can’t figure out how to download the php code and not get the parsing error “Fatal error: Call to undefined function:… yada”) – anybody have the file on hand or know if it’s hosted somewhere elsewhere?
Forum: Fixing WordPress
In reply to: maybe i’m doing it wrong…It did help, it was exactly what I was looking for – thank you so much!
Forum: Fixing WordPress
In reply to: maybe i’m doing it wrong…But I can’t simply copy that code and drop it in blank php file, or can I… ? Won’t the index I’m trying to create require some info to tell the php code that’s trying to pull the sidebar elements what to pull from?
Forum: Fixing WordPress
In reply to: maybe i’m doing it wrong…Yeah… but I’m on a bit of a time schedule with this. Honestly, I only referred to my own thread because I wasn’t even sure if it was in the right forum…
My goal is to have the sidebar (the links to archives, catagories, pages, links, etc.) independent from the posts… as crudely diagramed here: https://s93111428.onlinehome.us/cbb/plan.png
Forum: Fixing WordPress
In reply to: maybe i’m doing it wrong…somebody please help with this… no replies at all is semi-annoying.