codeline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pulling Author Bios via Single.phpJust learned about the_author_meta(‘description’)
Forum: Fixing WordPress
In reply to: Upload Photo, Crop Thumbnail, and Display Both ImagesSo, I’ve created a new Page and uploaded a few images. Using a specific page template, I’ve got a sidebar pulling the thumbnails (the_post_thumbnail(‘gallery-thumbnail’) and the main content area pulling the full sized images (gallery-full).
From what I understood, when I upload images on the page, I won’t see the thumbnail and full sizes.. only when I use the_post_thumbnail() will I be able to pull those images.
However, the page is not pulling any of the images.. Only when I set an image to be a “Featured Image” will it pull that single image’s thumbnail and full size. How do I approach trying to get all images on a page for a gallery?
Forum: Fixing WordPress
In reply to: Upload Photo, Crop Thumbnail, and Display Both ImagesOK, quick question.. I’ve added these few lines at the end of my functions.php file in my theme:
// enables the UI in WordPress to allow thumbnails add_theme_support( 'post-thumbnails' ); // 50 pixels wide by 50 pixels tall, hard crop mode // crops from side to side or top to bottom set_post_thumbnail_size( 50, 50, true ); add_image_size( 'volcom-thumbnail', 50, 60, true); // this is the thumbnail, hard cropped to 50 x 60 add_image_size( 'volcom-full', 500, 9999); // fullsize, scaled down to a max width of 600px
Am I supposed to see these image size options in the media upload on each page/post.. because I don’t see anything new with the Media Upload after adding those lines into my functions.php
Forum: Fixing WordPress
In reply to: Upload Photo, Crop Thumbnail, and Display Both ImagesAwesome site, Billerickson! I’ll take a look at your approach and see if I can come up with something.
Forum: Fixing WordPress
In reply to: Pre-Filled Comment Form if Logged InWould I be looking into the wp-comments-post.php file for this?
Forum: Fixing WordPress
In reply to: Find Out Current WordPress Page DynamicallyPerfect, thanks.
Forum: Fixing WordPress
In reply to: No Display of Search ResultsNevermind.. researched and found out.
Forum: Fixing WordPress
In reply to: No Display of Search ResultsAlso, is there anyway to just put the code to display posts in the actual search.php file instead of using a function and pulling it from somewhere else?
Forum: Fixing WordPress
In reply to: "author.php" not being used!Actually I see my layout but with no content whatsoever. The header, sidebar, footer, etc. all show up but no content.
As far as the get_header() and get_footer(), I’m using PHP includes so it’s a similar approach and I’m using the ‘include’ function because I have different page templates that pull different headers and footers.
Forum: Fixing WordPress
In reply to: "author.php" not being used!Here you go!
https://wordpress.pastebin.com/jxnYExb1
As you can see, I’ve just kept it simple for testing purposes.. but in the long run, the author page will be a bit more customized.
Forum: Fixing WordPress
In reply to: "author.php" not being used!The links to the author.php file are not pulling the author.php template at all.. When I click on an author, it seems to pull my index.php template.
I would put it online but it’s local at the moment and also can’t be released to public! :X
But yes, I am “using” the author.php file as I have it in my template folder, but it isn’t being pulled when going to an author page.
Forum: Fixing WordPress
In reply to: "author.php" not being used!I do have a author.php file but it is not being used..
Forum: Fixing WordPress
In reply to: Changing page location of Blog Postsbump*
[mod: please don’t bump – it is against the forum rules – and it does not speed anything up]
Forum: Plugins
In reply to: Country/Region SelectorAnyone.. ? Any advice
Forum: Fixing WordPress
In reply to: wp_list_pages & wp_page_menubump