| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | 15 hours ago | |
| stats | profile views | 64 |
|
May 2 |
comment |
Image sizes in posts Yes I am. I chose 150 by 150. The image when I drag it off the screen is 150 by 150 but wordpress is resising it to the featured image size. the width and height of the image in the code is wrong. add_image_size is for featured image only isn't it? I don't have any other sizes set in functions.php |
|
May 1 |
asked | Image sizes in posts |
|
Apr 29 |
accepted | get meta value from page query |
|
Apr 29 |
comment |
get meta value from page query Thank you both for your response. Toscho, it worked like a charm |
|
Apr 29 |
asked | get meta value from page query |
|
Apr 25 |
revised |
[solved]shortcode not executing in query edited title |
|
Apr 25 |
comment |
[solved]shortcode not executing in query fixed it. As it turns out, apply_filters does work but I was using it in the wrong place. I tried it on the return statement of the query shortcode and it worked |
|
Apr 25 |
asked | [solved]shortcode not executing in query |
|
Apr 24 |
answered | Add #sidebar-2 to a custom page template |
|
Apr 22 |
accepted | get_post_meta property of non object |
|
Apr 22 |
accepted | pages won't show on front page using loop or pre_get_posts |
|
Apr 21 |
comment |
getting all values for a custom field key (cross-post) It worked for me also. Thank you. |
|
Apr 21 |
accepted | wp_query in a shortcode |
|
Apr 21 |
comment |
wp_query in a shortcode Thank you for your reply. This helped a lot |
|
Apr 21 |
comment |
wp_query in a shortcode my syntax highlighter doesn't show a missing anything. I don't see one either. As far as the indenting. Is there a trick to getting it to work on this site? I do indent my code and then I have to spend 10 minutes trying to make it look readable here. Eventually, I get it close enough and post it. It loses all formatting when I copy it over |
|
Apr 20 |
asked | wp_query in a shortcode |
|
Apr 19 |
answered | pages won't show on front page using loop or pre_get_posts |
|
Apr 19 |
comment |
pages won't show on front page using loop or pre_get_posts I am trying to do it because I am trying to make a one page WordPress site. I am trying to do it based on template hierarchy but it doesn't work. I fixed the issue above but now my issue is that it won't display the templates. It only displays the page content |
|
Apr 19 |
comment |
pages won't show on front page using loop or pre_get_posts You can include templates because I have done it. It just won't work the way it is set up right now. The code above is in front-page.php. I am trying to get the pages to show in that. For some reason it won't work. When I was doing the include, I just put in some code to say that if it was the homepage template then don't include that one. |
|
Apr 18 |
asked | pages won't show on front page using loop or pre_get_posts |