Comment on Stallion Responsive SEO Theme Layout Options by johh.
I’m a bit of a WordPress newbie, so bare with me on this… By the way, my site after 2 days of being live is ranking very well – Gracias!!
I felt like I needed to create custom theme templates for my pages, “home” and “pageofposts” I set Home to be a partially static page and am working to have “recent posts” below that with a brief excerpt – right now I can get a titel summary. I basically took page.php and added the widget (as best I can remember!!).
On the other menu pages, my category posts related to the page via “custom fields” works nicely, but it shows the entire post, and I’d like them to be excerpts. I tried adding “add_post_type_support( ‘page’, ‘excerpt’ );” to functions.php, but all that does is print “add_post_type_support( ‘page’, ‘excerpt’ );” on the page
How do I accomplish these? Many thanks!
More Comments by johh
WordPress SEO Theme Layout
WordPress Sticky Posts
Thanks for turning me onto that David, the sticky works like a charm. As far an excerpts go, I just found out the “more” button on the post editor to control the post excerpts.
I’m sure there is a way …
Continue Reading WordPress SEO Theme Design
WordPress SEO Theme Layout
Google SERPs
Awesome David, thanks much for the response. I’ll work on that tomorrow for sure. FYI, the site is cranking up the SERPs, I’m already in the top 25 on the 4 major keyword phrases, and I haven’t even …
Continue Reading WordPress SEO Theme Design
WordPress SEO Theme Layout
WordPress Recent Posts Excerpts
Hey David,
I’m back to the home page issue again, where I’d like to have static content in the body and recent post excerpts below. I figured a few things out since my last post, but I’m still confused at …
Continue Reading WordPress SEO Theme Design
WordPress SEO Theme Layout
WP the_content and the_excerpt
Ok, I’m figuring it out. Had to get into the template and change template tag “the_content()” “to the_excerpt(” where the posts are called for the in page template.
Now if i can figure out how to do it to call …
Continue Reading WordPress SEO Theme Design