sf23103
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Error 404Using Avada theme. Plugins include Wordfence, Litespeed cache, Google Sitekit,
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP warning filling up error_logif you go into your plugin settings, you can actually choose the version to utilize.
I am having the same problem – was there a solution found? I confirmed the checkbox “Display in Order Detail Pages” is checked.
Forum: Fixing WordPress
In reply to: Importing 45MB xml file containing posts and commentsI’m not sure if it’s considered a plugin, but I was exporting from the admin panel under tools, and then importing to the new site using the import feature under the same tab.
Forum: Fixing WordPress
In reply to: Importing 45MB xml file containing posts and commentsThanks for the reply. It doesn’t seem like its the host that is limiting it, but the tool
That allows for the importing of the downloaded XML file. In WP it even says there is a 25MB limit.I’m not super familiar with how the database works, but if I restore it will it mess up my new theme that I designed?
Forum: Themes and Templates
In reply to: Custom most recent without loopWay cool! Thanks so much. I’m definitely pretty new to WordPress (and PHP in general) so this might take me some time, that’s a huge help. I’ll let you know how it turns out.
Thanks for your time!!
Alex
Forum: Themes and Templates
In reply to: ShortcodesI am having the same problem. Shortcodes do not work (they display the actual shortcode). If I replace
<?php echo $ps->post_content;/*the_content();*/ ?>
with<?php the_content();?>
then the same content displays for every post!Any ideas? The following is my single.php file
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Display specific post onlyYes it does. How do I get it to utilize that?
Forum: Themes and Templates
In reply to: Display specific post onlyIf I remove
query_posts($query_string.'&posts_per_page=1');
it displays all of the posts in that category no matter which one I click on.