qffkfrvu
Forum Replies Created
-
Forum: Plugins
In reply to: iTunes affiliate localizer plugin? (like georiot) for geo-fragmentationBasically there are affiliates like
Linkshare for USA
Tradedoulber for EUROPE
DMG for AustraliaI need something to direct the WP user to each affiliate program like georiot
Forum: Plugins
In reply to: multiple URLS to show for same wordpress without re-directingI just read google are ok with this as long as it’s the same site with the same content on the same DNS / server. If you’re mirroring, that’s when they send in the ban sheriffs!
Still have the issue – need to keep the URL’s there but point to the same wordpress.
Anyone?
Forum: Plugins
In reply to: multiple URLS to show for same wordpress without re-directingThat’s really helpful – almost psychic as i was going to do this for adsense but didn’t know Google doesn’t like subdomains..
I thought it might have something to do with multisite features.
Doesn’t show IP location on the map
Looks great! Will check it out. Thanks for popping in to recommend! ??
Forum: Themes and Templates
In reply to: How to call up a post from a category (query_posts Categories)Ok, i got so far to display the number of posts ok but it’s still not displaying posts from the VIDEO category. Can anyone spot anything wrong?
<?php query_posts(array ( 'video' => 'category-slug', 'posts_per_page' => 1 ) ); if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?> <div class="entry"> <?php the_content(); ?> </div> <a class=readmore href="<?php the_permalink() ?>">> Read more</a>
Forum: Themes and Templates
In reply to: How to call up a post from a category (query_posts Categories)Thanks but i couldn’t get it working. I put in this code
query_posts( array ( 'category_name' => 'category-slug', 'posts_per_page' => -1 ) );
And it was pulling up all the posts in the category and displaying them in funny places on the page. I thought this code would only display one post from the page?
Forum: Themes and Templates
In reply to: Modified page template, how to start blogging?!I’ve narrowed it down to some code that pulls out a POST but i can’t find a way to change WHAT post to display
<div id=home_box_1> <h2>test</h2> <?php query_posts(array('posts_per_page'=>1)); if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <h2><a>"><?php the_title(); ?></a></h2> <?php include (TEMPLATEPATH . '/inc/meta.php' ); ?> <div class="entry"> <?php the_content(); ?> </div> <a>">> Read more</a> </div>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. The above code has now been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: Modified page template, how to start blogging?!If it helps to add to the above, ‘NEWS’ would be one column
another box column 2
another box column 3I want NEWS to be a page I can update and edit with content.
I want box 2 to be a page I can update and edit with content
etc.Forum: Themes and Templates
In reply to: How to duplicate the home page?Got it now after reading support here; modify page template php ??
Forum: Themes and Templates
In reply to: How to duplicate the home page?I’m a bit embarrassed to show my work here!
I think i’ve figured something out. The look of my site is in the CSS in the editor. I’m not too savvy on CSS. I know the style of the page I want is only applying to the ‘home’ page.
Is there some CSS code I can modify so style can be applied to certain pages?
Forum: Everything else WordPress
In reply to: is media temple gs wordpress optimised? (for MT matt!)From the official wordpress host partner page after the blurb on Media Temple
“Forum threads about MediaTemple ?”
and it has a link to post.
Sorry, I was a little misled after reading 100’s of posts here about choosing hosts, performance, how pages run on them, etc.
Forum: Everything else WordPress
In reply to: is media temple gs wordpress optimised? (for MT matt!)something strange with the posting as this didn’t end up in the MT forum..
Forum: Everything else WordPress
In reply to: is mt wordpress gs optimised?Thanks for the help Pothi!
Seeing as they are a wordpress partner I thought there would be something more wordpress specific but couldn’t find anything on the site https://mediatemple.net/wordpress-webhosting.php
MT is more expensive than nexcess which is more wordpress optimised…
Hopefully someone from MT will answer! ??
Forum: Everything else WordPress
In reply to: is mt wordpress gs optimised?Sorry, this is suppose to be in the Media temple forum! (new poster)