I am trying to customize the way the loop on the frontpage displays the content. Essentially, I have attached thumbnails to each post and I would like to have only the title and the thumbnail show. I think I can handle the php but having trouble finding the loop in pagelines framework. Can someone point me in the right direction? I have read something about a child theme which I installed but still cant find the loop there. I guess I am looking in the wrong place.
Hack the Loop
Started by
glcadmin
, Apr 03 2012 08:53 PM
4 replies to this topic
#1
Posted 03 April 2012 - 08:53 PM
#2
Posted 03 April 2012 - 09:26 PM
If you only wanna hide stuff, wouldnt css get the job done?
#3
Posted 03 April 2012 - 09:39 PM
Maybe, but my understanding was that css only handles how it's shown not what is shown. The loop can get a lot of information especially if you do a wp_query. I just want to know where the loop is in pagelines. It seems they have hidden it away:(
#4
Posted 03 April 2012 - 09:47 PM
This is a troublesome task you're trying to achieve by coding.
So, I'd suggest you use , or, if you're using PageLines Framework, you can just select the various options (no excerpt, for example) and removal of the meta info in Dashboard > PageLines > Settings > Blogs And Posts under Clip Metabar (for Magazine Mode). Scroll down to Post Excerpt or Summary Handling and uncheck Posts/Blog Page.
So, I'd suggest you use , or, if you're using PageLines Framework, you can just select the various options (no excerpt, for example) and removal of the meta info in Dashboard > PageLines > Settings > Blogs And Posts under Clip Metabar (for Magazine Mode). Scroll down to Post Excerpt or Summary Handling and uncheck Posts/Blog Page.
#5
Posted 04 April 2012 - 08:00 AM
hiding (not displaying) elements in css would be:
#id {visibility:hidden; display:none;} /*With your ID */










