brad_langdon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post count BEFORE the loopThanks, that did the trick.
Forum: Fixing WordPress
In reply to: List Pages (not posts) and display custom field imageThat did the trick, thanks for the help!
Forum: Fixing WordPress
In reply to: List Pages (not posts) and display custom field imageSeriously someone must have a solution for this?
Forum: Fixing WordPress
In reply to: List Pages (not posts) and display custom field imageAnyone out there know a solution to this last part?
Forum: Fixing WordPress
In reply to: List Pages (not posts) and display custom field imageThanks that worked great, the last thing I need is to only list child pages of the current page.
I tried using
'child_of'=> '974',in the array at the top but I am guessing it needs to go somewhere else.If you could solve this last wee part for me that would be bloody fantastic! 🙂
Forum: Fixing WordPress
In reply to: Custom fields in Page ListAnyone have a clue how to do this? Help would be much appreciated.
Forum: Fixing WordPress
In reply to: Database driven products within wordpressWow. I have been so used to using wordpress as a CMS I actually forgot about the blog function! Cheers.
Forum: Fixing WordPress
In reply to: Database driven products within wordpressAnyone?
Forum: Fixing WordPress
In reply to: Database driven products within wordpressThe thing is I dont want a shopping cart etc… I just want a profile for each item… it is more of an information viewing system with a profile for each item.
Forum: Fixing WordPress
In reply to: How to edit website and is it possible without wordpress?Editing through wordpress is actually much easier then downloading, editing, uploading etc… there is an html mode in wordpress too which is great if you prefer to view the pages in code view which in my opinion is much better than using the “user friendly” view which is a little buggy.
Forum: Fixing WordPress
In reply to: How to edit website and is it possible without wordpress?If it was created in wordpress you don’t need to download wordpress… you just need the login details and the url for the website.
The url to login is usually just the web address with /wp-admin added on the end. eg http://www.yourwebsite/wp-admin
Log in there and then you can edit the content etc.
Forum: Themes and Templates
In reply to: Separate Post and Page title styles.post h2 is the tag I want to change but if you look on the other pages such as ‘forum’ and ‘about’ you will notice that the headings are also using the .post h2 tag.
The heading on the news page is actually hard coded as it wouldnt show up for whatever reason.
So is there a way to give the headings on other pages a different class to the post headings on the news page? I looked on page.php and the .post h2 tag is only used once and it is being used for the post titles and the page titles at the same time in the same function.
I hope that makes sense.
Forum: Themes and Templates
In reply to: Separate Post and Page title stylesIf this is not possible can someone also please let me know.
– Thanks