|
Within an article-oriented page (such as a blog post), the <h1> element (level 1 heading) is commonly used to markup either:
the blog title (i.e. the often-large site title at the top of the page, not to the <title> element), or the article...
Started by Jon Cram on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
This is a niceThere should only be one, and there must be one only h1
; usually this is the page title h3 ..etc
On your blog's home page, I would....
Though, I would use H1 for the article title and an anchor for the site title.
|
|
Im pretty new to PHP, and I need to display a Joomla Article Title in a module?
I tried:-
$document =& JFactory::getDocument();
echo $document->title;
But this is the stie, not the article title.
Dean
Started by dam-man on
, 20 posts
by 11 people.
Answer Snippets (Read the full thread at joomla):
I want a code to get article....
]);
echo $article->get("title"); Many Thanks, Joomla is great but trying to dig through and find_here]);
echo $article->get("title");
in this code u need to provide article id.
|
|
Just starting 2.5 after a Long hiatus. ARTICLES appears above every article title on each article page. What option in the article manager do I use to get rid of that? I tried Show Parent but that didn't work. Foggy memory after not doing this much for...
Started by cybervigilante on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at joomla):
Near the top:
public function __construct($component, $componentParams, $article, $articleParams, $properties)
{
parent::__construct($component, $componentParams, $article, $articleParams);
$this->.
|
Ask your Facebook Friends
|
I am using a template called Scorpii, and I want to hide the article title just for the home page of a website I administer.
The file \templates\scorpii\html\com_content\article\default.php contains
Code: <?php if ($this->params->get('show_page...
Started by SRD on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
It was the Page Title of the System Parameter....
Spot on.
Check the article settings and page display settings in the menu item and also check settings for the same in the article page.
This can be done through the Joomla Admin BAckend.
|
|
I've been looking for a while how to display an image to show the article title.
Here is an example:
Attachment: Screen shot 2012-04-16 at 1.34.44 PM.png
Does anyone know how to do this, or if there is an extension to do this?
Thanks.
You do not have ...
Started by MasterMatthew on
, 14 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
Content/views/article/tmpl/default.php
to see the classes and id's used
or
/templates/yourdefaulttemplate/com_content/article/default.php
If your default Template has an override http://docs.joomla.org: : Look in
/components/com_content....
|
|
Hi,
I want to enforce "Title Case" within article titles on my Joomla 1.5 site.
Some users of the site post articles with sentence case titles, and I find myself having to go in and edit these. It would be great if I could enforce title case on the title...
Started by TrialVersion on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
Http://joomtut.com/joomla-clip.html - 14 steps to creating a Joomla! website with video clip... .
Open your template.css and add this code at the bottom:
Code: .contentheading {text-transform: capitalize;}
http://joomtut.com - Joomla! tutorials and more.. .
|
|
Joomla is really terrible on form, is there any form extension that I can put on article page, and when user fill in and send, the article title or link or whatever message related on this article will be sent to my email? so I know which page is this...
Started by pe7er on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at joomla):
But it comes with a plugin that allows you to put a code in an article so it will display a form.
|
|
Http://insider.espn.go.com/nba/story/_/ ... true-value
The conclusion of this article is fairly brutal but its backed up with some fairly objective numbers. I'm not sure I completely buy into the analysis but the author makes some excellent points about...
Started by Nanogeek on
, 15 posts
by 11 people.
Answer Snippets (Read the full thread at realgm):
Well gooly gee, and gee whiz, is all I can say!
This article, and gee whiz, is all I....
By supporting Melo til the day he dies, but we will NEVER win a title with Melo as our best player on a championship team I wouldn't rule anything out.
|
|
I have seen some websites use the following tag:
<meta type="title" content="Title of the page" />
Is it needed when you have a <title> ?
Also, what's the best formatting for a page title? Some ideas:
Page Description :: Company Name Page ...
Started by Darryl Hein on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As the best formatting for the title there is no best recipe, but....
The best tag for title is precisely <title> .
As for the format of the title, I think there is good advice in this article at Standards Schmandards.
|
|
Windows Explorer in Windows 7, and maybe Vista too (can't rememmber), does not have a title in the window. but does have a title (some text) in the taskbar.
Is this possible to reproduce in C# (wpf or winforms)? either through the framework or introp....
Started by Matt Peters on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
MSDN has a nice article called Custom Window Frame Using DWM which discusses the things you can do element in your .xaml file
WindowStyle="None"
Side notes: Task Manager can have a title bar or not have a title bar, depending on what....
|