extravaganzasd
Forum Replies Created
-
With a plugin I use I can create a post on the master site and then have it post to all of the sites in my network. When I do that I would like the posts on each site that I have posted to to in turn post to their walls. Make sense? Possible?
so the wildcard asterisk is necessary?
Forum: Plugins
In reply to: gravity forms directoryduplicate post sorry
I wonder about this too … this seems simple
Forum: Fixing WordPress
In reply to: Both visual and html editors missing in pages edit and add new modeAnd I don’t even have an publish/update button!?!
Forum: Fixing WordPress
In reply to: Removing Leav a Reply & Comment Section from Twenty Ten Themewhat about css
#comments {display:none}
Forum: Fixing WordPress
In reply to: Widget PaddingLook at your source code … the div style that I mentioned is not in your css it is written directly into your html (or maybe with the code you are using for the ad).
Forum: Fixing WordPress
In reply to: MailChimp says RSS feed isn't workingoops disregard .. header is fine and safari is fine. not sure
cool … good luck
oh ok … thanks for clarifying. If you are comfortable editing the template files for your theme you should be able to make the customizations you want.
oops .. double post
edited to remove1. doesnt update the extra numbers in the categories/tags
What numbers? Are you talking about the URLs? (If so you should be using Search Engine Friendly Permalinks that consist of words and dates)
2. doesnt list the categories and tags on the listing page, so how do i add them in the themes??
Not sure exactly what the listing page is …
3. doesnt use the order numbering
That can be fixed by editing the publish date … it orders them chronologically4. that last plugins has the start of a very good “similar posts/pages” plugin….do u have a recommendation? 🙂
I am sure there is something that will pull all posts/pages from a specific category. Remember that you can assign more than one category to a page
thanks againHave you tried it after installing the ninja plugin? If it doesn’t work and you can’t find another similar plugin that does if you can code a little you can go into the template files to grab only the categories you want
you can create a category page that pulls only pages with the category you specify.
you can use something like this to do that
http://wordpress.org/extend/plugins/list-category-posts/i am not sure if you can specify order with this particular plugin but if not if you edit your publish dates to reflect the order you want them to appear that usually works
Forum: Fixing WordPress
In reply to: Random zero appearing in the top left of my siteif you have phpmyadmin go and check to see if any of your tables are showing excessive overhead and if so repair the tables as a first step … I agree it does sound like a database issue if you are sure it is not in your code.