njfrese
Forum Replies Created
-
Be happy to. I did an XML export of all site content, but I can’t remember how to export the database itself. Can you send me a link with instructions? Thanks!
Absolutely did not do that. I can post the PHP if you like. If I copy an existing post, then change the data in the custom fields, the data from the post I copied appears on the page instead of the data I entered. How crazy is that?
I think we had a conflict with Wordfence that was causing this. Deactivating that allowed me to save the form, and then it was fine. Gotta love it.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Adding Author Custom FieldOk, I finally did figure out where I was going wrong. Now, how to I get the User ID of the author so I can grab his specific title? I got it to work by hard-coding the user ID.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Adding Author Custom FieldI added the following code to the content-post-meta.php file:
<?php get_user_meta(); ?>
I get nothing back. Also tried:
<?php echo get_user_meta(); ?>
Still nothing. I know I gotta be doing something wrong, but I can’t figure it out. I tried the example code and DID get the user’s last name. But the custom field that I created, called title, I cannot seem to access.
- This reply was modified 9 years, 7 months ago by njfrese.
Forum: Themes and Templates
In reply to: [Iconic One] Showing excerpts rather than full text on home pageURL is http://blog.ccmg.com/
I think I’ve edited the CSS, but only to add new styles. I don’t think I touched any of the existing stuff. But yeah, I do have a bunch of plugins installed that I guess could be affecting things.
Forum: Themes and Templates
In reply to: [Iconic One] Showing excerpts rather than full text on home pageNegative. “Your latest posts”.
Forum: Themes and Templates
In reply to: [Iconic One] Home pageI am having the opposite issue at http://blog.ccmg.com/. That line in my content.php file looks like this:
<?php if ( is_search() || is_home() || is_category() || is_tag() ) : // Display Excerpts for Search, home, category and tag pages ?>
But my home page is showing the full article rather than the excerpt. What am I doing wrong?
Thanks!