magnetmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Taximony pagesGreat! I got it to work.
Another question. I’m having trouble displaying multiple posts connected to my taxonomy. I tried adding:
'posts_per_page' => '-1'
,to the array, but it didn’t work. Am I going about this the wrong way?<div class="container-fluid section-with-search section-dark"> <div class="row mm-grid"> <?php $the_query = new WP_Query( array( 'post_type' => array('video-index'), 'tax_query' => array( array( 'taxonomy' => $term->taxonomy, 'field' => 'slug', 'terms' => $term->slug, ), ), ) ); ?> <ul class="post-list"> <li> <a class="post-title" href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a> <?php if ( has_post_thumbnail() ) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail(); ?> </a> <?php endif; ?> </li> </ul> </div> </div>
Forum: Plugins
In reply to: [Custom Post Type UI] Taximony pagesHow do I go on about viewing and placing a template for the term taxonomy pages?
My two taxonomies are: ‘video-client’ and ‘video-service’
Would [blah.com/video-index/video-service/technology] be the correct url structure to visit this page? I tried visiting it, but it just shows up as as a 404 page.
And also, for the individual post, it doesn’t seem to be changing to the correct template. Am I naming my files wrong? (‘archive-video-index.php’ or ‘taxonomy-video-clients.php’)
Oh, and oops. I just realized I’ve been spelling taxonomy wrong. lol. Thanks for the quick reply.
Forum: Plugins
In reply to: [Digg Digg] Notice: Undefined variable: dd_override_start_anchor_idI have this error too! Same variables: ‘dd_override_star_anchor_id’ and ‘dd_override_top_offset’.
Please advise.
Thanks!
Forum: Networking WordPress
In reply to: 'Network Admin' link doesn't work in v3.2.1It was installed it in the zoominonlinedev directory.
What’s weird though, I don’t have ftp access to the zoominonlinedev.com, but I can access the ftp through each of the sub site’s domains. Each ftp links to the same wordpress files and directories.
I’ll see if I can find a way to get the main domain’s ftp info and reinstall wordpress. I won’t be able to do this until tomorrow. I’ll follow up when I get into work tomorrow. Thanks!!
Forum: Networking WordPress
In reply to: 'Network Admin' link doesn't work in v3.2.1Yes, Andrea, I was running wordpress 2.9.# before I upgraded it to v3.
My main domain is: https://zoominonlinedev.com/ and there isn’t anything set up (no blog or a index.html page). It’s not blank, but it has the default contents of an unused domain. We just used that main domain to map the sub sites.
How should I go about creating a blog on the main domain?