Jay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put text under a picture?Send a link to the page so we can take a look at it.
No solution as of yet, but I am working on one. A cron job would be your best option at this point.
Awesome. Thanks!
Forum: Fixing WordPress
In reply to: Pagination not working with custom WP_Querytry removing this
'paged' => $paged,under'posts_per_page' => 10, but check out this article if you have not already.Forum: Fixing WordPress
In reply to: Pagination not working with custom WP_QueryTry this one
Forum: Fixing WordPress
In reply to: Pagination not working with custom WP_Querysee what happens with this
Forum: Fixing WordPress
In reply to: Pagination not working with custom WP_Querychange
$myqueryto$wp_queryForum: Fixing WordPress
In reply to: Unexpected T_ELSE and pagination issue.Thanks alchymyth! I really appreciate it. I will give it a whirl.
Forum: Fixing WordPress
In reply to: Pagination not workingForum: Fixing WordPress
In reply to: Unexpected T_ELSE and pagination issue.Thanks for the links. I reviewed the first and several others before I posted my code, but the second one did the trick. My question though is, I have multiple custom pages with custom queries on each page. In the second link you provided, the custom query $custom_query had to be changed to $wp_query in order for pagination to work. Can you use $wp_query over and over? Or does each custom query have to have its own custom name IE $myCustom_query?
Forum: Fixing WordPress
In reply to: Switching Hosts and Recovering a SiteNo prob, glad it worked for ya.
Cheers!Forum: Fixing WordPress
In reply to: Unexpected T_ELSE and pagination issue.Syntax fixed. Onward to pagination.
Forum: Fixing WordPress
In reply to: Switching Hosts and Recovering a SiteForum: Fixing WordPress
In reply to: Switching Hosts and Recovering a SiteDo you still have the old database on the old server? also, did you use the same database name and password?
Forum: Fixing WordPress
In reply to: Pagination not working with custom WP_QueryI am having the same issue.