Title: thewebresource's Replies | WordPress.org

---

# thewebresource

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinboard] Don't show featured images in grid, only in slider](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/#post-3701045)
 * I found another way to do so without having to post everything double. Just change
   the code in content.php to this:
 *     ```
       <article <?php post_class(); ?> id="post-<?php the_ID(); ?>">
       	<div class="entry">
       		<div class="entry-container">
       			<header class="entry-header">
       				<<?php pinboard_title_tag( 'post' ); ?> class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></<?php pinboard_title_tag( 'post' ); ?>>
       				<?php if( pinboard_post_is_full_width() ) : ?>
       					<?php pinboard_entry_meta(); ?>
       				<?php endif; ?>
       			</header><!-- .entry-header -->
       			<?php if( ! is_category( pinboard_get_option( 'portfolio_cat' ) ) && ! ( is_category() && cat_is_ancestor_of( pinboard_get_option( 'portfolio_cat' ), get_queried_object() ) ) ) : ?>
       				<div class="entry-summary">
       					<?php the_excerpt(); ?>
       				</div><!-- .entry-summary -->
       			<?php endif; ?>
       			<div class="clear"></div>
       		</div><!-- .entry-container -->
       		<?php if( ! pinboard_post_is_full_width() ) : ?>
       			<?php pinboard_entry_meta(); ?>
       		<?php endif; ?>
       	</div><!-- .entry -->
       </article><!-- .post -->
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinboard] Don't show featured images in grid, only in slider](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/#post-3701042)
 * OK, thanks. I’ll do that!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinboard] Don't show featured images in grid, only in slider](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/dont-show-featured-images-in-grid-only-in-slider/#post-3701029)
 * Thank you! But this isn’t completely what I’m looking for. I’d like to show all
   posts in the grid view (even the ones in the slider) but when they are in the
   grid they don’t have that ugly little thumbnail of the featured image above them.
   Is this possible?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload folder on separate server](https://wordpress.org/support/topic/upload-folder-on-separate-server/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/upload-folder-on-separate-server/#post-3063892)
 * Now I’m trying to setup the cdn, but it keeps uploading the files to the FTP 
   server. But I’ll solve that later. Now, my big question is: Does the CDN delete
   all the media files on the wordpress server? I hope it does, because I need to
   save a lot of space. Or does anyone knows a plugin that does this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload folder on separate server](https://wordpress.org/support/topic/upload-folder-on-separate-server/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/upload-folder-on-separate-server/#post-3063883)
 * The CDN seems to be the ultimate solution. I’m waiting for my new server to be
   aproved and after that I’m goning to test it. Thanks a lot!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload folder on separate server](https://wordpress.org/support/topic/upload-folder-on-separate-server/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/upload-folder-on-separate-server/#post-3063808)
 * True… I’m trying to make it secure by making a new public ftp user without writing
   rights. But the problem is that WordPress can’t write files to the ftp-server
   either if you make it read-only. It’s a bit complicated, I’m going to take a 
   look at your solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload folder on separate server](https://wordpress.org/support/topic/upload-folder-on-separate-server/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/upload-folder-on-separate-server/#post-3063805)
 * It does works! Thanks! Just make sure that you have a separate public ftp password
   and folder because the password can be found in the source code in plain text.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add plugin to theme](https://wordpress.org/support/topic/add-plugin-to-theme-1/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/add-plugin-to-theme-1/#post-2868410)
 * Do I have to put the code of the plugin into my functions.php file or to what
   file do I have to add it?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add plugin to theme](https://wordpress.org/support/topic/add-plugin-to-theme-1/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [14 years ago](https://wordpress.org/support/topic/add-plugin-to-theme-1/#post-2868161)
 * I wanted this so it’s a lot easier for someone to install my theme without having
   to install a bunch of plugins and configure them. Do I have to put the code of
   the plugin in my functions.php file or what, because I only made a few themes,
   I don’t have a lot of experience.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can't upload my new WordPress Theme](https://wordpress.org/support/topic/cant-upload-my-new-wordpress-theme/)
 *  Thread Starter [thewebresource](https://wordpress.org/support/users/thewebresource/)
 * (@thewebresource)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/cant-upload-my-new-wordpress-theme/#post-2788590)
 * Thanks a lot! It worked! I didn’t knew that it’s required to upload a theme.

Viewing 10 replies - 1 through 10 (of 10 total)