noooneh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unwanted line break in wp_author_listBy the way i deleted the display:block from css and it really worked, but is there a way to keep the block and delete the line break anyway?
Forum: Fixing WordPress
In reply to: Unwanted line break in wp_author_listyour guess maybe right, I have to check it out.
But even if there was a display:block thingy in my css, i just added a parameter to the link. I didn’t add another link so it should be all in the same block though.
i care about the explaining more than the fix
Forum: Fixing WordPress
In reply to: fatal error require()i checked my load.php and my wp-settings.php files and they’re both intact.
opened my wp-settings.php file and found these lines starting from line 20
// Include files required for initialization. require( ABSPATH . WPINC . '/load.php' ); require( ABSPATH . WPINC . '/default-constants.php' ); require( ABSPATH . WPINC . '/version.php' ); // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE. wp_initial_constants( );tried to comment the first four lines (to get rid of the reqire issue) and that’s what i got on my website:
Fatal error: Call to undefined function wp_initial_constants() in /home/vhosts/tadwin4syria.6te.net/wp-settings.php on line 26
so it seems like i have to comment this also and so on and so forth. what’s the problem?
Forum: Fixing WordPress
In reply to: Image problemif you need a quick fix for that. install wysi-wordpress plugin. this way you can namage the post content like you were in microsoft word. align it the way you want, either with creating a new post or editing your old posts.
Note: it would only work when you disable the built in editor from your account
Forum: Fixing WordPress
In reply to: Display category name of a post in tile template layoutshould mention that this code doesn’t only display the name of the category. It also displays it as a link to the category page
Forum: Fixing WordPress
In reply to: Display category name of a post in tile template layoutI guess you’re just looking for this piece
<?php the_category(', ') ?>Forum: Fixing WordPress
In reply to: Display Last 5 posts from multiple WP Authors — HELP!i found the plugin..
This is exactly what you’re looking for, folks….http://www.dagondesign.com/articles/posts-by-author-plugin-for-wordpress/
Check it out….. and damn it’s resolved now buddy
Noooneh
Forum: Plugins
In reply to: Posts By Author Pluginthis plugin shows the last (x) posts of an author
if you want to link name of author to all posts.. you can use this code (sorry, no plugin can help):
just paste this within the index.php or single.php:
<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all posts by <?php the_author_nickname(); ?></a>ofcourse replace /blog with your own url
good luck everyone
NooonehForum: Plugins
In reply to: Posts By Author Plugini found the plugin..
This is exactly what you’re looking for, folks….http://www.dagondesign.com/articles/posts-by-author-plugin-for-wordpress/
Check it out….. and damn it’s resolved now buddy
Noooneh
Forum: Plugins
In reply to: PDF generator plugin?any other plugin supporting PHP4?
Forum: Plugins
In reply to: Posts By Author Plugini remember there was a plugin i downloaded lately but lost with format…. you just put the number of last posts to display… anyone knows it?.. it was called “Posts-by-author” i think!!
Forum: Fixing WordPress
In reply to: Display Last 5 posts from multiple WP Authors — HELP!i remember there was a plugin i downloaded lately but lost with format…. you just put the number of last posts to display… anyone knows it?.. it was called “Posts-by-author” i think!!
Forum: Fixing WordPress
In reply to: Looking to assign a Photo to each author’s postwould you please post a link for others?…
i need the solution too