mgp271gmailcom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to paginate post type of subcategory AJAX loop WordPressI figured this out. I had to find a work around if anyone wants to know. I basically categorized the portfolio posts by month and year. Below is an example of what I did. I believe since these are portfolio post types, i couldn’t use categories, so I ended up using post date to help categorize.
Below is my query string
query_posts($query_string.’&year=2014&monthnum=01′);
Forum: Networking WordPress
In reply to: I want to create personal index pages for each user?Thank you! I’ll notify my client of this.
Thank you very much!
FYI I see “Test Mode is On” when I get to the Credit Card form.
Thank you!
Yes. I just wanted to double check, that’s all. Thank you for the verification. What’s SERP by the way?
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Same post shows up in all results?Interesting. Thank you!
Forum: Plugins
In reply to: [WPNewsman Lite] How do I remove "Powered by WPNewsman" on the frontendThank you so much for the responses. Yeah it look difficult searching this out in php, since my php knowledge is a little hazy. Especially when they create a variable that controls this externally in another file and I’m unaware of the terminology. I probably won’t touch this, because I don’t have the pro version. I only have the lite version. I don’t want to go against any copyright laws here. Thanks again G-Lock and Jan, your the best.