Zilla
Forum Replies Created
-
Fixed!
Removed query from index (actually, got rid of custom index.php completely) then hooked into ‘pre_get_posts’ in functions.php as described here:
https://codex.www.ads-software.com/Pagination#Removing_query_posts_from_the_main_loop
Now have pagination working correctly everywhere.
Updating my own thread here…
Got the archive pages to paginate correctly by adding
'paged' => $paged
to my $argsStill trying to work out pagination from the index though.
I should clarify – /page/2 from index goes to a 404 message.
The index is pulling my custom post type using
<?php query_posts('post_type=photos'); ?>
When I go to /page/2 of a custom post type archive page, the page displays the same posts that were on the first page.
Forum: Themes and Templates
In reply to: [Virtue] Changing portfolio permalinkYES! That did it. Thanks so much for all of your help!
Forum: Themes and Templates
In reply to: [Virtue] Changing portfolio permalinkNope, nothing else.
Forum: Themes and Templates
In reply to: [Virtue] Changing portfolio permalinkYep, adding in child theme functions.php. Copied exact code. Just did it again and got same parse error.
Forum: Themes and Templates
In reply to: [Virtue] Changing portfolio permalinkThat also broke the site:
Parse error: syntax error, unexpected T_FUNCTION
Forum: Themes and Templates
In reply to: [Virtue] Changing portfolio permalinkTried the filter. Got error message:
Fatal error: Call to undefined function add_filters()
I was actually able to accomplish this. Don’t remember where I originally found the solution, but this thread addresses the same issue:
https://www.ads-software.com/support/topic/plugin-mailchimp-list-subscribe-form-default-group
Just setup the form with the hidden field and you’ll be good to go.
Forum: Plugins
In reply to: [PROPER Widgets] Parse error in Version 1.0.0 – broke my siteSounds good, thanks!
Forum: Plugins
In reply to: [WP Post Navigation] Hifde the navigation in the post?I’m having the same problem!
I’m looking for a solution for this too – replaced the mystery-man.jpg image but nothing changes.
I’m not sure. I know one of the sites went screwy after the plugin changed the database prefix from wp_ to whatever random prefix. I thought it was because it hadn’t updated the wp-config file – I made the change manually and then it came back. But still having the random white screen of death. If you figure out what’s up, I’d love to know!
Yep, I’m pretty sure I’m having a similar problem because of this plugin. I’ll periodically get the “white screen of death” and then everything starts working again after awhile. It is definitely a plugin issue, because when I renamed the plugins folder to deactivate them, the site came back up. This is happening on two sites and since this is the only plugin they have in common, I’m pretty sure it’s the culprit.
Hope this gets resolved because I like this plugin otherwise!
Version 3.5.5 with WordPress 3.6 had been working fine for me til today. Then when I called the admin page, I got the same fatal error, on line 159. Like you, when I refreshed, the login screen came up.
Like I said, it had been working fine though – I had no errors and was still receiving backups to my email up through yesterday.