Questions tagged [article]

An article is a particular section or item of a series in a written document

Use this tag to ask questions about features in a software that helps in writing/editing articles.

377 questions
1
vote
1 answer

How do I go about structuring/coding my site to have easily published articles?

I'm really only a novice in HTML and CSS, with very little knowledge in JS or other coding. What I'm trying to accomplish is having my site set up in a way where the webmaster (me) can publish multiple "articles" on a daily basis and have them a.)…
1
vote
1 answer

Posts to Wordpress sites via Dropbox fetch and reporting the URLs?

Sorry for the disturbing title, it's hard to describe what I want. I have a list of about 60 wordpress websites. On each website I have a Contributor account registered (so I can not use the XML-RPC support) and I post about 1-5 articles on every…
Liu Kang
  • 1,359
  • 4
  • 22
  • 45
1
vote
1 answer

Jquery Tabbar navigation

I've got an almost working JQuery tabbar navigation. These are my problems: 1. When loading the page, no article is visible. 2. When I click another tabbar item than the first time, the first article doesn't hide. This is all i have for now:…
Berendschot
  • 3,026
  • 1
  • 21
  • 43
1
vote
2 answers

how to set pagination for joomla article groups?

I have a joomla based website. It has about 20 different topics. Every topic has about 10 articles. How can I add pagination to every topic (front-end, not in the administration panel) to let my users navigate from one article to another article in…
user2488619
1
vote
1 answer

Create a form by article or component in Joomla! 3

I'm newbie in Joomla. I know that we can create a form like "Create Article" in joomla! . However, we can also create a form by creating a component with MVC method. What is the different ? Can somebody explain to me why we need a component if we…
Salegra
  • 11
  • 2
1
vote
1 answer

Issue with a section content

I have a issue with a section in its content. If you see everything i write in the section goes outside of it and the section appear to be empty! HTML:
1
vote
2 answers

Joomla - Styling category blog article content

I am trying to style how the articles are laid out in a Category Blog and have got stuck on styling the actual content of the article. My code for the first article on the Category Blog is as such:
stu177
  • 567
  • 2
  • 7
  • 20
1
vote
4 answers

Joomla 2.5 - article layout according to category layout

I want to use a custom layout for articles based on their categories' custom layouts. sports category layout - sports article layout science category layout - science category layout Thank you for any reply. UPDATE: I have an idea on how to deal…
thednp
  • 4,401
  • 4
  • 33
  • 45
1
vote
1 answer

I don't know if it could be a good idea use for show a forum's topic this code:
First post
Second post
etc
It is correct or instead I should use
?
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
1
vote
4 answers

Accessing the Address Book in iPhone OS

I'm wondering if someone could direct me to an article that explains how to access the address book contacts in the form that Address Book on the desktop can read. Thanks for any help!
individualtermite
  • 3,615
  • 16
  • 49
  • 78
1
vote
0 answers

Sort article tags with nested DIVS with date not working

I have been trying to sort the date text and links. With the help of this question Use jQuery to Sort DIV based on Grandchild DIVS, I was able to get really far. At the moment the date is being read as a text string not a date string. I just need to…
1
vote
2 answers

default="default" for option does not function

Adding the following script to the function.php file in Wordpress: add_action( 'add_meta_boxes', 'rating_select_box' ); function rating_select_box() { add_meta_box( 'rating_select_box', // id, used as the html id att __( 'Select…
Henrik Petterson
  • 6,862
  • 20
  • 71
  • 155
1
vote
1 answer

My latest wordpress post is not appearing on in my category of choice

I have published a site on a test url, everything works fine apart from one page I have set to appear a certain category of posts but the most recent post does not appear, if I post another article under that category it pushes the second to last…
Ben Millar
  • 13
  • 3
1
vote
0 answers

opengraph action read_article does not post on Timeline

I set up a "Read Article" action and I am using the Auth_User to test the app before submitting to FB for approval. The problem: nothing shows on Timeline and I have to manually select "Shown on timeline" in the Activity page before the action shows…
1
vote
1 answer

Export OpenCms' article to Wordpress

I have a website uses OpenCms (http://www.opencms.org). Now, I want to replace it by Wordpress (http://wordpress.org). How to export article from old site (OpenCms) to new one (Wordpress)? Sorry for my bad Endlish! Thanks!