JSiefer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Decode] Change Page Navigation Bar TextSpecifically, I am looking at the following lines within header.php:
<div class=”screen-reader-text skip-link”>“><?php _e( ‘Skip to content’, ‘decode’ ); ?></div>
I do not have any existing pages labeled “Home,” so I’m not sure where’s it pulling the title from.
Forum: Fixing WordPress
In reply to: Blog by email: No body showingHere is an update on what it reports. NO POSTED CONTENT!
Author = [email protected]
Content-type: multipart/alternative, boundary: —-=_Part_26016_4682939.1155229664260
Raw content:
Author: 1
Posted title: Test Title
Posted content:Mission complete, message 1 deleted.
Any thoughts? Anybody? Please!
Forum: Fixing WordPress
In reply to: New WordPress, Can’t Login… ?Caps lock on? Num lock? Not too sure. Can’t say I’ve had any probs like that. Try setting him up as a user and have him access your page that way. See if he still has the same problem.
Forum: Fixing WordPress
In reply to: I Need “Blog-by-email” help!!!So, you’re getting the error in the admin area, or when you go to dump the messages to your blog?
Forum: Fixing WordPress
In reply to: Display user information: Comments.php(I want to remove “Step 1” altogether on link I posted above)
Forum: Fixing WordPress
In reply to: Display user information: Comments.phpI am unsure how to access these cookies and use them in my form. Perhaps it is best just to deminstrate what I am trying to do.
If you go to my site “https://www.jmsiefer.com”
Login as: “test user”
Password: “test”
.. then go to this page: “https://www.jmsiefer.com/index.php?p=62”What I have done is changed the form at the bottom, so instead of adding a comment about the post, they fill out a form regardging the product (which then sends the information to a .php script that I have written and collects the data into an Excel sheet.) I am trying to write the cookies as hidden data into the form, so that the user information will show up in the Excel doucment too. I hope this all makes sense.
I JUST CAN’T GET THE DANG USER INFORMATION TO GO ALONG WHEN SUBMITTING THE FORM. What are the names of the cookies for the user information? Thanks much. -J.
P.S.: I should add that when I look at the cookies that I can find, their names are: “wordpressuser_32ee9012545dfe7550…” hashed cookies. Can I get information out of these?
Forum: Fixing WordPress
In reply to: Create a post that writes a stringSo I was looking around on a totally unrelated subject when I found a posting for a plugin that will allow PHP in your post.
- https://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/
I hope this helps anyone that is having the same problem I was.