n8paul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Errors on First Level LinksTook your advice @t-p
Resetting the permalinks worked! And so far I have been able to keep the custom perma structure I have been using.
Thanks!
Forum: Fixing WordPress
In reply to: 404 Errors on First Level LinksThanks for quick reply!
I have keep the same permalink structure for almost an entire year.
/%category%/%postname%
I am hesitant to change it now. I am using the plugin WP No Category Base but I have been using that for the same amount of time as the permalink structure.
Forum: Fixing WordPress
In reply to: Show posts excluding "post_type"Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Show posts by category combinationYes. Again, Thank you!
Forum: Fixing WordPress
In reply to: Show posts by category combinationOne more question for you…
I would like to limit the number of posts this query displays, which is different from the rest of the site (8). I would like to limit it to two posts shown.
I tried this with the help of the link you provided but it didn’t work
<?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query( 'posts_per_page=3' ); $wp_query->query(array('category__and' => array(7,18),'paged' => $paged)); ?>
Forum: Fixing WordPress
In reply to: Show posts by category combinationPerfect! Thank you.
Forum: Networking WordPress
In reply to: One Navigation (menu) for all sitesThanks to you both.
@andrea_r – I have already hardcoded this navigation into the theme but that is totally going to suck when I come across updating. Especially if I create 10 sites within my network, ugh.
Is there another way to get multiple blogs under one wordpress install without using “the network”? I just need to be able to post content to 10 separate topic areas… Maybe I should just consider using the categories instead?
Thanks for holding my hand ??
Forum: Networking WordPress
In reply to: One Navigation (menu) for all sitesYes @andrea_r!
Yes, you can eventually do this, but it is not built in.
Could you elaborate on this?
Hover over “Explore” (top nav) and see all of the colored links in that drop-down – these are set up as different “sites.”
Forum: Plugins
In reply to: [Plugin: Google Analyticator] Decrease Visits?When I click on “View Full Stat Report” it takes me to google.com/analytics but nothing is there.
…Well I say nothing but what I mean is my analytics is not there, but what is there is a signup page for google analytics.
In order to see the entire report of my sites analytics, did I need to sign up for something? Sorry if this sounds strange, I had someone else set up the site and I can no longer get in-touch with that person.