Jump to content

mannemvamsi

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by mannemvamsi

  1. Feed will have summary of the post or story, an example feed http://feeds.feedburner.com/StrangeGods?format=xml, If you planning to make a website, checkout the licensing information from the feed provider site (how you can use them).

     

    Also, use server side script like (php, phython) to fetch that feed and display it on the website. (this will benefit the website with respect to search engines).

     

    Idea is like this, fetch and read and display OR

    Fetch in background->Store in DB-> Display by querying your Database.

  2. You already installed wordpress on your site. Do you need your blog posts go on the the page "cyclonehasing" ?

     

    Then in the wordpress admin panel settings --> Reading settings--> There will be drop down for "Posts Page". Choose whichever page you would like to show your blog.

  3. In your wordpress, edit your theme stylesheet

     

    .main-inner {    float: right;    padding-left: 20rem;   // Adjust this to something like 19rem or so... for the left one.    width: 100%;}.content-entry-wrap {  padding-right: 2rem; // Adjust this one to something like "1rem" or "0.5rem"  for the right side gap}
×
×
  • Create New...