mtemp
Forum Replies Created
-
Probably this was the problem / is the solution:
https://www.ads-software.com/support/topic/media-not-imported-2/#post-14600018
Forum: Fixing WordPress
In reply to: Update 3.6.0 -> 3.6.1: just copying the changed files?… ah, sorry, now I’ve found what I am looking for …
-> https://www.hongkiat.com/blog/update-wordpress-without-ftp/
Thanks for helping me! ??
Forum: Fixing WordPress
In reply to: Update 3.6.0 -> 3.6.1: just copying the changed files?… but with the 1-click upgrade I have to change the permissions of all (sub)folders to 777 first and afterwards reset them (excluding the upload folder(s), or?
Hmm, nobody can help me. The support for wordpress in generally is not very good, isn’t it?
Forum: Fixing WordPress
In reply to: CSS files of plugins are not linkedMaybe my English is too bad to explain my problem understandable …
At the moment I am using 4 plugins, eg “FancyBox for WordPress”. Its code, eg a link to the fancygbox css file, will be placed at first of all via:
require($rel . "wp/wp-blog-header.php"); wp_head();
However the code for the Nextell plugin is missing at this point.
But why? Which code do I have to add so that nextell and similar plugins which uses “add_action…” will work?Forum: Fixing WordPress
In reply to: CSS files of plugins are not linkedHmm, yes, wp_enqueue_style is used in the nextgen gallery files…
But I thought wp_head() will output e.g. all css references of the plugins automatically?!
Forum: Fixing WordPress
In reply to: "wp-admin/post-new.php" with predefined category?no anwser = not possible ?!
Forum: Plugins
In reply to: show article directy after updating?no answer = not possible ??
Forum: Fixing WordPress
In reply to: Show only 1 article with get_posts()?Wonderful, thanks a lot!
The include parameter in get_posts is not described here: https://codex.www.ads-software.com/Template_Tags/get_posts ??
But that’s it! With this parameter I can use the same “inner code” for displaying only 1 article or all articles — and that’s what I want…
Forum: Networking WordPress
In reply to: Integrating several blogs in existing homepageOk, so it may be better to use only one blog for all articles. All these articles will appear on the homepage and articles of specific categories or with specific tags will appear in specific sub menue items (specific php files in subfolders).
But what should happen after clicking on the “further” button of an article? Displaying the full article on the homepage or open the article in the specific subfolder if it has the specific category/tag?Hmm… I thought it would be easier ??
Thanks for your reply!