Title: CombatPost's Replies | WordPress.org

---

# CombatPost

  [  ](https://wordpress.org/support/users/combatpost/)

 *   [Profile](https://wordpress.org/support/users/combatpost/)
 *   [Topics Started](https://wordpress.org/support/users/combatpost/topics/)
 *   [Replies Created](https://wordpress.org/support/users/combatpost/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/combatpost/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/combatpost/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/combatpost/engagements/)
 *   [Favorites](https://wordpress.org/support/users/combatpost/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/combatpost/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/combatpost/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/combatpost/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/combatpost/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/combatpost/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Homepage link problems](https://wordpress.org/support/topic/homepage-link-problems/)
 *  [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/homepage-link-problems/#post-7503145)
 * Can you post a link to your site?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Theme stopping Javascript working in Dashboard](https://wordpress.org/support/topic/theme-stopping-java-working-in-dashboard/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/theme-stopping-java-working-in-dashboard/#post-7503141)
 * The theme is called Bordeaux Theme. It’s from themeforest. The developers won’t
   help because I won’t update to the latest version as I would lose every single
   update I’ve made to the site since installation and it’s a fair bit of coding.
 * They did confirm that the problem wouldn’t be anything changed by an update though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add admin options to change CSS](https://wordpress.org/support/topic/add-admin-options-to-change-css/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/add-admin-options-to-change-css/#post-4456578)
 * Any help on this?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite with 3 existing WP installs](https://wordpress.org/support/topic/multisite-with-3-existing-wp-installs/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/multisite-with-3-existing-wp-installs/#post-4370168)
 * Sorry, answer found here – [http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite](http://codex.wordpress.org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multisite)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Copy a wordpress site and use new database?](https://wordpress.org/support/topic/copy-a-wordpress-site-and-use-new-database/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/copy-a-wordpress-site-and-use-new-database/#post-4362963)
 * Thanks, finally done now. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Array articles by author/tag?](https://wordpress.org/support/topic/array-articles-by-authortag/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/array-articles-by-authortag/#post-4300994)
 * Hi,
 * My mistake, I was misreading the sample templates. Got it all working fine now,
   thanks for the replies.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Array articles by author/tag?](https://wordpress.org/support/topic/array-articles-by-authortag/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/array-articles-by-authortag/#post-4300974)
 * Hi Rajesh,
 * The code I’m currently using is:
 *     ```
       <?php
       global $post;
       $current_author = get_query_var('author');
       $author_posts=  get_posts( 'author='.$user->id.'&posts_per_page=15' );
       foreach ($author_posts as $author_post) :
       setup_postdata($post);
       ?>
       ```
   
 * The results I get is that when I click on an Author’s name, it displays a list
   of the same article from which I clicked the name from. So if the article was
   named ‘Hello World’ and I clicked the authors name, it would display a list of
   15 ‘Hello World’ articles.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Video: Sound but no display?](https://wordpress.org/support/topic/video-sound-but-no-display/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/video-sound-but-no-display/#post-4279320)
 * Just to add, I have seen the video working on other websites, such as the Telegraph
   UK website.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get current category](https://wordpress.org/support/topic/get-current-category-1/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/get-current-category-1/#post-4278806)
 * Fixed with this:
 *     ```
       <?php
       global $post;
       $category = get_the_category($post->ID);
       $category = $category[0]->cat_ID;
       $recent = new WP_Query(array( 'posts_per_page' => '4', 'offset' => 1, 'category__in' => array($category)  )); while($recent->have_posts()) : $recent->the_post();
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Array by current category](https://wordpress.org/support/topic/array-by-current-category/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/array-by-current-category/#post-4277706)
 * I tried the code above but not working I’m afraid 🙁
 * _[continued at [http://wordpress.org/support/topic/get-current-category-1?replies=2](http://wordpress.org/support/topic/get-current-category-1?replies=2)]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Array by current category](https://wordpress.org/support/topic/array-by-current-category/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/array-by-current-category/#post-4277704)
 * How would that fit in?
 * Would it be..
 *     ```
       <?php $category = get_category( get_query_var( 'cat' ) );
              $cat_id = $category->cat_ID; ?>
       ```
   
 * Then
 * `<?php $recent = new WP_Query(array( '$category', 'posts_per_page' => '4', 'offset'
   => '1' )); while($recent->have_posts()) : $recent->the_post();?>`
 * Thanks for the help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS not working for permalink](https://wordpress.org/support/topic/css-not-working-for-permalink/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-not-working-for-permalink/#post-4276795)
 * Ok Jose, thanks alot for the help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS not working for permalink](https://wordpress.org/support/topic/css-not-working-for-permalink/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-not-working-for-permalink/#post-4276791)
 * Hi Jose,
 * Yeah I managed to fix it with the info you provided.
 * I now have h1 outside the anchor tags and have the CSS as h1 a{. . . and that
   works perfectly.
 * Any help on another problem, though? When I call for the title, I call first 
   for the featured headline as follows.
 *     ```
       <?php if(get_post_meta($post->ID, "mvp_featured_headline", true)): ?>
   
       				<h2><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php echo get_post_meta($post->ID, "mvp_featured_headline", true); ?></a></h2>
   
       				<?php else: ?>
       the title. . .
       ```
   
 * The CSS is NOT working for when the article is using a featured headline, but
   is working when using the title.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS not working for permalink](https://wordpress.org/support/topic/css-not-working-for-permalink/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-not-working-for-permalink/#post-4276785)
 * Thanks for your reply Jose.
 * I have tried it both ways, inside and outside the anchor tag, and changed the
   CSS accordingly but no change.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS not working for permalink](https://wordpress.org/support/topic/css-not-working-for-permalink/)
 *  Thread Starter [CombatPost](https://wordpress.org/support/users/combatpost/)
 * (@combatpost)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-not-working-for-permalink/#post-4276780)
 * Hi Arncus,
 * Thanks for the reply, but that doesn’t work either!!
 * When I use `<?php the_author_posts_link(); ?>` in the same way, it underlines
   on hover. Is there a way to auto link that title?
 * Like `<?php the_title_posts_link(); ?>`

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/combatpost/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/combatpost/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/combatpost/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/combatpost/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/combatpost/replies/page/2/?output_format=md)