wearemoviegeeksdotcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldi fixed it, i just put the closing statement higher and it worked. weird.
thanks for your help
Scott
Forum: Fixing WordPress
In reply to: Pull Post and Custom FieldI understand what you are saying, but the invalid markup isnt affecting any other parts of the theme. It runs perfectly..i really think that maybe its missing a closing statement or something like that..
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldall of the errors saying that they are undefined in the document are defined in my CSS.
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldlet me check on that..
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldsorry..laymans terms. Basically when you go to that page instead of them being together, one post shows inside the main area, and the other posts are showing underneath..its almost like i am missing a statement or something. the 2nd post isnt holding the css styling that I have set for the code that you gave me. its probably something stupid but I cant figure it out..
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldstill need some help with the above, and now listed below issue:
“One tiny issue, and its probably in my coding, but when there are multiple items with this custom field, wordpress doesnt bunch them up..you can see what i mean here:
https://itsnotlikethat.com/reviews/
and here is my code i am using:
https://wordpress.pastebin.com/m60d031beany help would be much appreciated”
Forum: Fixing WordPress
In reply to: Pull Post and Custom FieldOne tiny issue, and its probably in my coding, but when there are multiple items with this custom field, wordpress doesnt bunch them up..you can see what i mean here:
https://itsnotlikethat.com/reviews/
and here is my code i am using:
https://wordpress.pastebin.com/m60d031beany help would be much appreciated
Forum: Fixing WordPress
In reply to: Pull Post and Custom FieldNevermind! I got it figured out man!
Forum: Fixing WordPress
In reply to: Pull Post and Custom Fieldawesome man!
where in the code should I change it so that it just shows the post title, and the content from the custom field under that. The way its currently setup it shows the entire post minus the custom field content.
thanks a bunch!
Forum: Fixing WordPress
In reply to: Editor Comments to show up with different color/backgroundgracias!
Forum: Fixing WordPress
In reply to: Want to list all posts from 1 category in sidebarok, i though that using the wp_list_categories with an include tag would do it for me, but it wont list each post under the category, just the category name.
Forum: Fixing WordPress
In reply to: Want to list all posts from 1 category in sidebarnevermind..found it.
thanks
Forum: Fixing WordPress
In reply to: Want to list all posts from 1 category in sidebarthat will work if i want to list posts in all the categories, but there is no parameter to select 1 category and list each post under that.