thewebresource
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Don't show featured images in grid, only in sliderI 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
In reply to: [Pinboard] Don't show featured images in grid, only in sliderOK, thanks. I’ll do that!
Forum: Themes and Templates
In reply to: [Pinboard] Don't show featured images in grid, only in sliderThank 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
In reply to: Upload folder on separate serverNow 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
In reply to: Upload folder on separate serverThe 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
In reply to: Upload folder on separate serverTrue… 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
In reply to: Upload folder on separate serverIt 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
In reply to: Add plugin to themeDo 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
In reply to: Add plugin to themeI 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
In reply to: Can't upload my new WordPress ThemeThanks a lot! It worked! I didn’t knew that it’s required to upload a theme.