Click here to Skip to main content
15,897,273 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: What happens when some user votes 1 Pin
Luc Pattyn5-Jan-10 4:55
sitebuilderLuc Pattyn5-Jan-10 4:55 
AnswerRe: What happens when some user votes 1 Pin
Sean Ewington5-Jan-10 4:58
staffSean Ewington5-Jan-10 4:58 
GeneralRe: What happens when some user votes 1 Pin
Marcelo Ricardo de Oliveira5-Jan-10 5:44
Marcelo Ricardo de Oliveira5-Jan-10 5:44 
QuestionHow to change my technical blog's catalog? Pin
Hubble.net2-Jan-10 17:18
Hubble.net2-Jan-10 17:18 
AnswerRe: How to change my technical blog's catalog? Pin
Sean Ewington4-Jan-10 3:15
staffSean Ewington4-Jan-10 3:15 
GeneralRe: How to change my technical blog's catalog? Pin
Hubble.net4-Jan-10 12:14
Hubble.net4-Jan-10 12:14 
QuestionAny HowTo for "Add your technical blog" from Wordpress Pin
hjgode1-Jan-10 0:59
hjgode1-Jan-10 0:59 
AnswerRe: Any HowTo for "Add your technical blog" from Wordpress Pin
hjgode2-Jan-10 7:59
hjgode2-Jan-10 7:59 
I already did a quick hack of wp files to have my blog conform to "Technical Blogging" at CodeProject.com:
I inserted one line in wp-inludes/feed-rss2.php

...
...
	<?php do_action('rss2_head'); ?>
	<?php while( have_posts()) : the_post(); ?>
	<category>CodeProject</category>
	<item>
...


The other file to change was wp-content/themes/win7blog/footer.php. I added one line at the end of the file to include a link to CodeProject blog:

...
	<a href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=hjgode" 
	rel="tag">CodeProject</a>
  </p>

</div>

</div><!-- #wrapper .hfeed -->

<?php wp_footer(); ?>


You have to replace win7blog with the name of your wp theme in use.

Hopefully one finds a better solution

Regards

Josef
GeneralRe: Any HowTo for "Add your technical blog" from Wordpress Pin
Sean Ewington5-Jan-10 10:48
staffSean Ewington5-Jan-10 10:48 
GeneralRe: Any HowTo for "Add your technical blog" from Wordpress Pin
hjgode6-Jan-10 2:21
hjgode6-Jan-10 2:21 
GeneralRe: Any HowTo for "Add your technical blog" from Wordpress Pin
hjgode8-Jan-10 6:03
hjgode8-Jan-10 6:03 
GeneralRe: Any HowTo for "Add your technical blog" from Wordpress Pin
hjgode2-Mar-10 0:07
hjgode2-Mar-10 0:07 
GeneralRe: Any HowTo for "Add your technical blog" from Wordpress Pin
Sean Ewington2-Mar-10 4:46
staffSean Ewington2-Mar-10 4:46 
QuestionWant my article to be published from my technical blog.. Pin
Ashoka RKT28-Dec-09 6:07
professionalAshoka RKT28-Dec-09 6:07 
AnswerRe: Want my article to be published from my technical blog.. Pin
Ashoka RKT28-Dec-09 15:53
professionalAshoka RKT28-Dec-09 15:53 
GeneralRe: Want my article to be published from my technical blog.. Pin
Sean Ewington29-Dec-09 3:00
staffSean Ewington29-Dec-09 3:00 
GeneralRe: Want my article to be published from my technical blog.. Pin
Ashoka RKT30-Dec-09 5:43
professionalAshoka RKT30-Dec-09 5:43 
Question[ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback [modified] Pin
Adrian Pasik23-Dec-09 7:55
Adrian Pasik23-Dec-09 7:55 
AnswerRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
Sean Ewington23-Dec-09 7:57
staffSean Ewington23-Dec-09 7:57 
AnswerRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
kennardconsulting23-Dec-09 11:53
kennardconsulting23-Dec-09 11:53 
GeneralRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
Adrian Pasik23-Dec-09 21:16
Adrian Pasik23-Dec-09 21:16 
GeneralRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
kennardconsulting25-Dec-09 11:24
kennardconsulting25-Dec-09 11:24 
GeneralRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
Adrian Pasik27-Dec-09 19:31
Adrian Pasik27-Dec-09 19:31 
GeneralRe: [ANN] Incoming article about MetaWidget port, need someone to look at screencast and make some feedback Pin
kennardconsulting8-Jan-10 16:14
kennardconsulting8-Jan-10 16:14 
QuestionMembers for writing an article Pin
Adrabi Abderrahim23-Dec-09 4:30
Adrabi Abderrahim23-Dec-09 4:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.