antistandard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display the posts of one category in a Page SOLVED !!Hi Mores,
Cool. So the php code inserts the page name in place of the the cat name id ?
That makes sense. So if you have a page called tree.php, the cat name becomes tree and it lists all posts in the category trees. Plus you get to change the text before and after the post.
Nice.
Forum: Fixing WordPress
In reply to: Display the posts of one category in a Page SOLVED !!No problem testcricket.
In addition, if you add a sort order to the query, you can sort results in ascending (asc) or descending (dec).
eg :
<?php query_posts(‘cat=1′.’&orderby=date&order=asc’);
no worries
Forum: Fixing WordPress
In reply to: How do you display posts from a category on a page?hi inazuma,
so how did you do it in the end. i have looked at all the posts regarding this question and not found any code that works.
please hit me back as this should be a simple and common thing to want to do with wordpress.
basically it the need to skip listing the categories in the sidebar and go straight to listing a category in a page.
so if you had a page called “beach”, and you wanted to list all the posts that have been made under the category ‘beach’, you could. i assume you need to make a template page called beach.php
and in that page you’d have a few lines of code that gets all the categories and then only looks at the one that you want (ie: cat=3) or whatever, then you display only that category. all the posts in that category are displayed one after the other down the page.i reckon there should be a plugin for this so you can choose one category from the list of categories you have, and then order the results in whatever order you want them displayed.
i tried ‘list-category-posts’ plugin but it is a widget that lists the categories in the sidebar which is what we are trying to avoid. there is a default widget already for that.
thanks again, hope to hear from you soon
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Remove CSS Stylesheet?i have the same problem, the css in contact form 7 is ugly and hard to find. why not an external sheet or atleast some flippn documentation?
i know i should be priviledged to have a free contact form but sitting around for days trying to style the damn thing almost doesn’t make it worth it.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – lightbox not workingwhen you mean ‘set’ what did you set?
i am having the same problem where the lightbox effect won’t work.
thanksForum: Fixing WordPress
In reply to: rounded nav tabs like the www.ads-software.com siteThanks saurus,
you are right, curvy corners are good and work well. thanks.
i found out just then that there was a #fff somewhere hidden in the wordpress css that was giving me the white corners.
it’s all good now.
thanks againForum: Fixing WordPress
In reply to: change navigation bar text?Hi Alan,
Thanks for your help. I think you identified the correct code but it didn’t actually work, I have got it working now though, so thanks a lot. Resolved!
Best
Theowhen people solve a problem is it possible for them to explain how they solved it so that it keeps the flow of the post. I think solutions are more important than the question or knowing someone has solved it.
Thank you
Forum: Plugins
In reply to: [Plugin: Events Calendar] Please remove css from code.I am using the newest events-calendar and found the styling embedded in the file called template-functions.php
in lines 27,28 and 30.
just delete all the styling in the div tag and its all good.
great widget, the inline embedded styling really confused me though.Forum: Plugins
In reply to: WP-Table, how do i use it ?ok thanks for your help anyway.
is there no way for an admin to insert a csv table file into a post?
the default editor doesn’t allow tables.
thanks
jForum: Plugins
In reply to: WP-Table, how do i use it ?thanks for the help. i found it under posts not manage anymore in the new wordpress release.
the other thing is:
how do i insert the table into a post after i have uploaded the table into the table manager ?
thanks for any help
j
Forum: Fixing WordPress
In reply to: Display only current month’s post on main pageHi, this is probably naive, but I had to take out the ‘ cat=22& ‘ part of the query to make it work.
thanks for the code, it solved my problem.
thanks
Forum: Themes and Templates
In reply to: Conditional link to ‘Home’yeah i have that problem too. it seems home is not counted as a page link and when i try and style the nav, home doesn’t get styled cos it is not in the same php call as the other pages.