robbie_k
Forum Replies Created
-
Hi Arief
Is your plugin working with the latest ver. of WP ?
I installed it but the settings option is not showing. I also posted this query on your homepage.
Let me know please.
Thanks.
Forum: Plugins
In reply to: [Plugin: Ping.fm Custom URL] How to make pings into posts or display suchYour last tip worked Matt…Thanks a bunch !
Can’t we have a Radio button to readily do this in the next version ?
Forum: Plugins
In reply to: [Plugin: Ping.fm Custom URL] How to make pings into posts or display suchThanks for responding hdepiano
Below are the contents of the index.php file for Twenty Ten theme. Can you please advise what has to be changed with what ?
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: https://codex.www.ads-software.com/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”><?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘index’ );
?>
</div><!– #content –>
</div><!– #container –><?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Plugins
In reply to: [Plugin: Ping.fm Custom URL] How to make pings into posts or display suchHi Matt,
I got a response from you via the other thread but could you please help me out by answering my question above ? Where exactly do I do this editing ? In WP Admin or at my Web host ?
Forum: Plugins
In reply to: [Plugin: Ping.fm Custom URL] How to make pings into posts or display suchHi Matt, Hi hdepiano
I’ve been struggling with this for long…I want to understand where do I need to do this editing…is it in loop.php which is available through Appearnace –> Editor in WordPress Admin ?
And which part exactly needs to be swapped with the new code ?
@hdepiano Which theme did the job for you ultimately…please tell as I’m in the same boat as you ?
Forum: Plugins
In reply to: plugin: ping.fmHi…I have been trying to do this same thing since some time now and this is the only thread I found which talked about this but it seems to have been abandoned 6 months ago without a satisfactory conclusion, I wonder why ?
Anyone out here who can help ?