|
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
, 18 posts
by 9 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.
|
|
I am writing an article for our newsletter demonstrating how well we did with CRA this year...
I am looking for a catchy title... any ideas?
TY!
Started by Deekles, CRCM on
, 25 posts
by 13 people.
Answer Snippets (Read the full thread at bankersonline):
:48 AM ) What are the main points of 'how well we did' that you're expressing in the article are the main points of 'how well we did' that you're expressing in the article?
Sevice goals were exceeded we did' that you're expressing in the....
|
Ask your Facebook Friends
|
I tried putting a link to one article inside another article.
Example:
http://leahmaderal.com/index.php/compon ... 2-about-us
This is mostly OK, except when you click on the link the article page displayed has the word "Articles" in a ribbon above the...
Started by leahmex on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
Make the article with the full text you want
Make a menu with one menu item linking to that single article
Make an article with the banner photo
Use loadposition within that article "hidden" and ....
article to another.
|
|
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.
|
|
RSS full article button near the title I'd like to have a "full article" button near the title in the common list of rss feeds to load it in background. Just above the "pin" button would be nice.
Started by 35 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at opera):
Even something like in "feedreader" will be even more nice, click on the title to read the full article..
Maybe even a button like the read/unread button next to the title +1 Opera Wiki and agreed.
I second that.
|
|
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....
|
|
So i have my menus set up and the title of the menu is being displayed as my Meta Title.
I don't want that. I want my Meta Title to be the article its linking to.
This is a problem for me because I have a Category called: Leaders with 5 articles within...
Started by shockman on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at joomla):
That will do it for me? make my article title the title for the page that is linked from a menu Page Title' (lower right-hand-side in the Menu Manager > Edit Menu Item) to the Meta Titles entirely in agreement with....
|
|
Hi,
Can someone point me in the right direction to alter the Article Title attributes in the Milky Way template...namely the colour and font size & weight. I assume it's somewhere in the template.css? I just can't see it for looking.
Many thanks
Started by partone on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at joomla):
And there is no code like that, how will i change the font of the article title and the "written by <.
|
|
Hi there,
I've recently started using Joomla to see if this is a solution which will help me building websites quicker and mor efficiently. Right now I'm converting an old website to use with Joomla. Now I've run into a small problem though.
I have a ...
Started by jimutt on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
For example on a page where there is a ... .
I have some pages where the title should not show up like that.
The content area must start at the top are built around that pattern .
No modules is involved here.
The output of the Article Layout.
|