fectio1
-
Drop Down Menu, jQuery action.
Do you have an example you have seen? Where is the image fading in at?
-
Best way to create a login form to access private area
You could install WordPress in a sub-directory of the static site. This way, you will get the best of both worlds. If you have never done a private user area, I think a plugin will be your best bet. Good Luck and Cheers!
-
Call get template part if condition is true?
I figured it out. I had to use term_exist. Here is an example of my code. $term = term_exists('your_category_name', 'category'); if ($term !== 0 && $term !== null) { get_template_part('gallery'); }
-
Call get template part if condition is true?
@ChristopherBurton I tried a few if statements, but was unsuccessful in calling it. My goal is to only get the title to show up if the category is true. Hopefully that makes sense.
-
Destroyed by syntax error
Thank you very much. I have been looking at this for 3 hours, Literally
-
Destroyed by syntax error
@beeblebrox you are my hero for the next week :)
-
Destroyed by syntax error
Still throwing an error. Thanks @ChristopherBurton
-
Destroyed by syntax error
@ChristopherBurton thanks for your suggestions and looking at it. I think it might be that time I need to walk away for a bit.
-
Destroyed by syntax error
Then I get syntax error, unexpected T_DOUBLE_ARROW on same line.
-
Destroyed by syntax error
'category__in' => array(2)) 'post_type' => array(
-
Destroyed by syntax error
syntax error, unexpected T_CONSTANT_ENCAPSED_STRING Line 7 which is between
-
Float craziness
@Schmotty, Thanks for looking at it. Cheers! *just a side note, I would really need a buffer for the images, because there is no way each one will be the exact same size.
-
Float craziness
I provided a screen shot and the css, unfortunately, I don't have it live to send you a link.
-
Float craziness
Here is the css. Parent element is 100% .thumb { float: left; margin: 10px 0; width: 33.33%;
-
t_else and pagination
Ha.. you are hero number 1. :) now off to figure out the pagination.
-
Background image / background color fall back
Its local, but I figured it out. Thanks
-
How to Integrate bbPress into Wordpress
This might help. not sure though
-
Need an Image Rotator that uses all images in a folder...
Not exactly what your looking for, but I am sure it can be customized to your liking. Maybe using something like wp_get_attachment_image_src to replace 'example.jpg' . This is just merely a guess on my part.
-
Need to build a simple image management
I just read this. Might be worth looking at
-
change default text
Awesome.. thanks for the help! much appreciated.
-
change default text
unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'
-
unexpected T_ELSE
You would be correct unless you use curly brackets which I did. But elseif is the correct format. :) What I read
-
unexpected T_ELSE
Other then some divs for styling. That is it. and I tried you suggestion on the $image, but it did not work. Thanks for taking the time to look at it. For now, I just changed the "else if" to an "if".
-
Isnt there another way?!!
@joshuanhibbert Just bookmarked your post. Thanks!