yogipress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do format posts like this?yes. ?? great idea, btw.
Forum: Fixing WordPress
In reply to: Fatal database-errorhmm mmm-kay, let me back up for a second.
instead of the apache
.htaccess
file, try changing thephp.ini
file. you are looking for the following section:;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
change the 8M to 28M.
then give it another go.* crosses fingers *
Forum: Fixing WordPress
In reply to: Why can’t I get help on the darn SUPPORT forum!?Amen to that, I spend most of my time just giving people links to the docs page with the answer explained in depth or either the link to search results of the same question being asked dozens of times.
furthermore, the support is free without gratitude more often than not.
i must say, though, it is partially my fault, too; i/we need to create a support wizard that asks questions step-by-step to help users fix some of these problems.. when i/we get around to it.
Forum: Fixing WordPress
In reply to: Fatal database-errorat the risk of assuming your setup, try adding this to your apache .htaccess file.
php_value memory_limit 128M
Forum: Fixing WordPress
In reply to: Add prefix to all post titlesForum: Plugins
In reply to: Installing Pluginswhich plugin did you download? i would like to try it myself
Forum: Themes and Templates
In reply to: Help tweaking my themecan you please zip the theme and email it to me pzphp A=T primezero D=O=T com? I would like to try to fix what you have and try to save you some time.
Forum: Fixing WordPress
In reply to: Search function not workingHaha, I don’t know about your plugins, but I actually have the opposite problem in plugin develop (data is stubborn and hard to delete).
Try disabling your plugins and see if this search works.
Hope this is a good start. ??
Forum: Fixing WordPress
In reply to: Search function not working?? sipping some green tea and scratching my head. did you try disabling all plugins then trying search again?
Forum: Fixing WordPress
In reply to: Search function not workingwhat plugins are activated? is WP-cache turned on?
Forum: Themes and Templates
In reply to: How to display full post text on category pages??? this raises a good point for possible syntax highlighting in future releases of WP. would be neat to highlight code blocks with colors… date is orange, category is blue and content is red, for example… hmm something to add into the stone soup maybe.