patrickdappollonio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clipmark, cannot connect to blogThe XML-RPC platform makes possible can you publish over desktop software or a Firefox plugins, in order to publish, you need XML-RPC active -generally this is ready when you install wordpress or try the Options page in your WP-.
Forum: Fixing WordPress
In reply to: Rss on pageIts not HTML, you need to add them in the theme editor in any place you want to show.
The widgets only support HTML Code, if you want to put them, you need a plugin to run PHP Scripts, but I can’t remember what’s the name of this plugin ?? Try to find them in Google
https://www.google.com/search?q=php+wordpress+run
Or something like this ??
Forum: Fixing WordPress
In reply to: “Vanity” urls Hiding Absolute PathsBut where is the WordPress installation? In /dept/rde/cgi-bin/sh/wpprod/?
If yes, you need to install wordpress over / in order to make the URLs.
Forum: Fixing WordPress
In reply to: “Vanity” urls Hiding Absolute PathsMaybe you can’t access to the lower directories in this domain, and if that happened you can’t change the URL for “vanity” ??
Forum: Fixing WordPress
In reply to: “Previous Entries, Next Entries” code not workingYou need to put a “;” between the ) and ? in the code, and you need to pass the “%link” to the function and then the text that you like to show.
Like this:
<?php next_posts_link(‘%link’, ‘? Previous Entries’); ?>
<?php previous_posts_link(‘%link’, ‘Next Entries ?’); ?>Forum: Fixing WordPress
In reply to: Rss on pageTwo options: use the plugin can write PHP code and run them, and other, adding directly the code to your theme.
The code necesary to do this is like this:
<?php include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('YOUR_RSS_FEED_TO_BE_PARSED'); $maxitems = 8; $items = array_slice($rss->items, 0, $maxitems); ?>
When “YOUR_RSS_FEED_TO_BE_PARSED” is the URL address of the feed you want to fetch.
Try, and tell me what’s happened.
Forum: Fixing WordPress
In reply to: Clipmark, cannot connect to blogWhat version of WP are you running? Its has the xmlrpc active?
Forum: Fixing WordPress
In reply to: how do I find my previously written posts?Try in the link “View your profile” in the upper side of the page. Then, you can find recent replies, thread started and other stuffs.
Forum: Fixing WordPress
In reply to: How to change what a link says after you submit to digg etcYou need to change the Title tag in yout theme, the header.php file.
Try to change with this:
<title><?php if ( is_home() ) { ?><? bloginfo('name'); ?> » <?php bloginfo('description'); } else { wp_title(''); } ?></title>
??
Forum: Fixing WordPress
In reply to: Static pages redirect to index.phpLook at your htaccess file. Its looks like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
If not same to the code that I show you, try to change them, maybe the htaccess is the problem.
Another Idea: Make the permalinks again. Try this ??
Forum: Fixing WordPress
In reply to: Images now wont align & text wont wrapAny URL to see in action?
Forum: Fixing WordPress
In reply to: Trying to change the url of my blog, need help!Make a “Permanent Redirect” using htaccess, then all of your visitors coming from Google can see your weblog in order htaccess redirect them to the new direction.
Take a look: https://www.isitebuild.com/301-redirect.htm
Forum: Fixing WordPress
In reply to: WP 2.6 no actualiza rss de enlaces entrantesProbablemente sea un error simple de AJAX en tu tablero de WordPress. Prueba borrando la caché de tu navegador y luego ingresando de nuevo.
Si puedes también publica aquí el Feed RSS que usa tu tablero para mostrar enlaces entrantes desde Google. Pero ni Google ni Technorati actualizan muy rápido los enlaces.
Intenta también formular tus preguntas en inglés, ya que este foro no está hecho en espa?ol lamentablemente.
Forum: Fixing WordPress
In reply to: I was hackedEverMaster in what file(s) I can find this code?
Any help would be appreciated, and If you can contact me, send me a message from the contact form located here: https://www.larvainternet.com/contacto.htm and then I send you an e-mail with another ways.
But for me, doing all the steps taht I say a few post up, the hack was resolved, but everyday a few users say me that WordPress 2.5.1 is unsecure and they’re hacked using that version.
And the WordPress Support Staff? I send them an e-mail but I don’t have answers from they. :S
Ah! And thanks piratazzurro for making the video ?? Really nice!
Forum: Fixing WordPress
In reply to: I was hackedReading a bit, I’ve founded the problem: https://www.buayacorp.com/files/wordpress/wordpress-mu-options-overwrite.html That say about a function can edit anything if you have an account.
(En espa?ol: https://www.marlexsystems.org/detectado-el-como-se-realizo-el-hackeo-a-los-blogs-de-wordpress/)